mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Reformat.
This commit is contained in:
@@ -30,7 +30,7 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
#ifndef AARU_FSTESTER_SETTER_CONSTS_H
|
||||
#define AARU_FSTESTER_SETTER_CONSTS_H
|
||||
|
||||
static const char *filenames[] = {
|
||||
static const char* filenames[] = {
|
||||
"FILNAM",
|
||||
"FILNAM.EXT",
|
||||
"FILENAME",
|
||||
|
||||
@@ -34,31 +34,31 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
|
||||
void GetOsInfo(void);
|
||||
|
||||
void GetVolumeInfo(const char *path, size_t *clusterSize);
|
||||
void GetVolumeInfo(const char* path, size_t* clusterSize);
|
||||
|
||||
void FileAttributes(const char *path);
|
||||
void FileAttributes(const char* path);
|
||||
|
||||
void FilePermissions(const char *path);
|
||||
void FilePermissions(const char* path);
|
||||
|
||||
void ExtendedAttributes(const char *path);
|
||||
void ExtendedAttributes(const char* path);
|
||||
|
||||
void ResourceFork(const char *path);
|
||||
void ResourceFork(const char* path);
|
||||
|
||||
void Filenames(const char *path);
|
||||
void Filenames(const char* path);
|
||||
|
||||
void Timestamps(const char *path);
|
||||
void Timestamps(const char* path);
|
||||
|
||||
void DirectoryDepth(const char *path);
|
||||
void DirectoryDepth(const char* path);
|
||||
|
||||
void Fragmentation(const char *path, size_t clusterSize);
|
||||
void Fragmentation(const char* path, size_t clusterSize);
|
||||
|
||||
void Sparse(const char *path);
|
||||
void Sparse(const char* path);
|
||||
|
||||
void MillionFiles(const char *path);
|
||||
void MillionFiles(const char* path);
|
||||
|
||||
void DeleteFiles(const char *path);
|
||||
void DeleteFiles(const char* path);
|
||||
|
||||
void Links(const char *path);
|
||||
void Links(const char* path);
|
||||
|
||||
#define FILENAME_FORMAT "This file should be named \"%s\".\n"
|
||||
|
||||
|
||||
@@ -32,9 +32,9 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
|
||||
#if defined(__linux__) || defined(__LINUX__) || defined(__gnu_linux)
|
||||
|
||||
void LinuxExtendedAttributes(const char *path);
|
||||
void LinuxSparse(const char *path);
|
||||
void LinuxFileAttributes(const char *path);
|
||||
void LinuxExtendedAttributes(const char* path);
|
||||
void LinuxSparse(const char* path);
|
||||
void LinuxFileAttributes(const char* path);
|
||||
|
||||
static unsigned char CommentsEA[72] = {
|
||||
0x45, 0x00, 0x00, 0x00, 0x00, 0x09, 0x33, 0x00, 0x2E, 0x43, 0x4F, 0x4D, 0x4D, 0x45, 0x4E, 0x54, 0x53, 0x00,
|
||||
|
||||
Reference in New Issue
Block a user