/third_party/musl/src/dirent/ |
D | alphasort.c | 4 int alphasort(const struct dirent **a, const struct dirent **b) in alphasort() function 9 weak_alias(alphasort, alphasort64);
|
/third_party/musl/libc-test/src/functionalext/supplement/dirent/ |
D | alphasort.c | 27 int total = scandir("/", &namelist, 0, alphasort); in alphasort_0100() 39 int total = scandir(NULL, &namelist, 0, alphasort); in alphasort_0200()
|
D | scandir.c | 36 int n = scandir(name, &namelist, NULL, alphasort); in scandir_0100() 96 int n = scandir(NULL, &namelist, NULL, alphasort); in scandir_0400()
|
D | test_src_functionalext_supplement_dirent.gni | 25 "alphasort",
|
/third_party/musl/ndk_musl_include/ |
D | dirent.h | 32 int alphasort(const struct dirent **, const struct dirent **); 60 #define alphasort64 alphasort
|
/third_party/node/deps/npm/node_modules/glob/ |
D | common.js | 1 exports.alphasort = alphasort 24 function alphasort (a, b) { function
|
D | sync.js | 14 var alphasort = common.alphasort variable
|
D | glob.js | 54 var alphasort = common.alphasort variable
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | dirent.h | 32 int alphasort(const struct dirent **, const struct dirent **); 64 #define alphasort64 alphasort
|
/third_party/musl/include/ |
D | dirent.h | 32 int alphasort(const struct dirent **, const struct dirent **); 64 #define alphasort64 alphasort
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | dirent.h | 32 int alphasort(const struct dirent **, const struct dirent **); 64 #define alphasort64 alphasort
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | dirent.h | 32 int alphasort(const struct dirent **, const struct dirent **); 64 #define alphasort64 alphasort
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | dirent.h | 32 int alphasort(const struct dirent **, const struct dirent **); 64 #define alphasort64 alphasort
|
/third_party/musl/libc-test/src/api/ |
D | dirent.c | 19 {int(*p)(const struct dirent**,const struct dirent**) = alphasort;} in f()
|
/third_party/node/deps/npm/lib/ |
D | ls.js | 167 function alphasort (a, b) { function 386 .sort(alphasort).filter(function (d) { 479 .sort(alphasort).filter(function (d) { 516 .sort(alphasort).map(function (d) {
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 312 static int alphasort (const struct dirent **a, const struct dirent **b); 1019 alphasort( in alphasort() function 1031 return alphasort (a, b); in versionsort()
|
/third_party/libevdev/libevdev/ |
D | libevdev-uinput.c | 223 ndev = scandir(path, &namelist, is_event_device, alphasort); in fetch_device_node() 262 ndev = scandir(SYS_INPUT_DIR, &namelist, is_input_device, alphasort); in fetch_syspath_and_devnode()
|
/third_party/selinux/libselinux/src/ |
D | booleans.c | 56 *len = scandir(path, &namelist, &filename_select, alphasort); in security_get_boolean_names()
|
/third_party/libwebsockets/lib/misc/ |
D | dir.c | 127 n = scandir((char *)dirpath, &namelist, filter, alphasort); in lws_dir()
|
/third_party/f2fs-tools/fsck/ |
D | sload.c | 195 entries = scandir(full_path, &namelist, filter_dot, (void *)alphasort); in build_directory()
|
/third_party/pulseaudio/src/pulsecore/ |
D | conf-parser.c | 268 n = scandir(dir_name, &entries, conf_filter, alphasort); in pa_config_parse()
|
/third_party/boost/tools/build/src/engine/ |
D | fileunix.cpp | 132 if ( -1 == ( n = scandir( dirstr, &namelist, NULL, alphasort ) ) ) in file_collect_dir_content_()
|
/third_party/e2fsprogs/misc/ |
D | create_inode.c | 801 static int alphasort(const struct dirent **a, const struct dirent **b) { in alphasort() function 833 num_dents = scandir(".", &dent, NULL, alphasort); in __populate_fs()
|
/third_party/mesa3d/src/util/ |
D | xmlconfig.c | 1019 count = scandir(dirname, &entries, scandir_filter, alphasort); in parseConfigDir()
|
/third_party/musl/ |
D | libc.map.txt | 330 alphasort;
|