#include <sys/types.h>#include <dirent.h>#include <stdlib.h>#include <stddef.h>#include <string.h>
Go to the source code of this file.
Defines | |
| #define | strverscmp(a, b) strcmp(a,b) |
Functions | |
| int | __alphasort (const void *_a, const void *_b) |
| int | __versionsort (const void *_a, const void *_b) |
| int | __scandir (const char *dirname, struct dirent ***ret_namelist, int(*select)(const struct dirent *), int(*compar)(const struct dirent **, const struct dirent **)) |
| #define strverscmp | ( | a, | |||
| b | ) | strcmp(a,b) |
| int __alphasort | ( | const void * | _a, | |
| const void * | _b | |||
| ) |
Definition at line 25 of file scandir.c.
Referenced by OpenCacheFileRead(), OpenDayDir(), OpenDiskDir(), and TimeFileSort().
| int __scandir | ( | const char * | dirname, | |
| struct dirent *** | ret_namelist, | |||
| int(*)(const struct dirent *) | select, | |||
| int(*)(const struct dirent **, const struct dirent **) | compar | |||
| ) |
| int __versionsort | ( | const void * | _a, | |
| const void * | _b | |||
| ) |
1.5.6