Home
last modified time | relevance | path

Searched refs:alphasort (Results 1 – 25 of 36) sorted by relevance

12

/third_party/musl/src/dirent/
Dalphasort.c4 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/
Dalphasort.c27 int total = scandir("/", &namelist, 0, alphasort); in alphasort_0100()
39 int total = scandir(NULL, &namelist, 0, alphasort); in alphasort_0200()
Dscandir.c36 int n = scandir(name, &namelist, NULL, alphasort); in scandir_0100()
96 int n = scandir(NULL, &namelist, NULL, alphasort); in scandir_0400()
Dtest_src_functionalext_supplement_dirent.gni25 "alphasort",
/third_party/musl/ndk_musl_include/
Ddirent.h32 int alphasort(const struct dirent **, const struct dirent **);
60 #define alphasort64 alphasort
/third_party/node/deps/npm/node_modules/glob/
Dcommon.js1 exports.alphasort = alphasort
24 function alphasort (a, b) { function
Dsync.js14 var alphasort = common.alphasort variable
Dglob.js54 var alphasort = common.alphasort variable
/third_party/musl/porting/uniproton/kernel/include/
Ddirent.h32 int alphasort(const struct dirent **, const struct dirent **);
64 #define alphasort64 alphasort
/third_party/musl/include/
Ddirent.h32 int alphasort(const struct dirent **, const struct dirent **);
64 #define alphasort64 alphasort
/third_party/musl/porting/liteos_a/kernel/include/
Ddirent.h32 int alphasort(const struct dirent **, const struct dirent **);
64 #define alphasort64 alphasort
/third_party/musl/porting/liteos_m/kernel/include/
Ddirent.h32 int alphasort(const struct dirent **, const struct dirent **);
64 #define alphasort64 alphasort
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Ddirent.h32 int alphasort(const struct dirent **, const struct dirent **);
64 #define alphasort64 alphasort
/third_party/musl/libc-test/src/api/
Ddirent.c19 {int(*p)(const struct dirent**,const struct dirent**) = alphasort;} in f()
/third_party/node/deps/npm/lib/
Dls.js167 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/
Ddirent-win32.h312 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/
Dlibevdev-uinput.c223 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/
Dbooleans.c56 *len = scandir(path, &namelist, &filename_select, alphasort); in security_get_boolean_names()
/third_party/libwebsockets/lib/misc/
Ddir.c127 n = scandir((char *)dirpath, &namelist, filter, alphasort); in lws_dir()
/third_party/f2fs-tools/fsck/
Dsload.c195 entries = scandir(full_path, &namelist, filter_dot, (void *)alphasort); in build_directory()
/third_party/pulseaudio/src/pulsecore/
Dconf-parser.c268 n = scandir(dir_name, &entries, conf_filter, alphasort); in pa_config_parse()
/third_party/boost/tools/build/src/engine/
Dfileunix.cpp132 if ( -1 == ( n = scandir( dirstr, &namelist, NULL, alphasort ) ) ) in file_collect_dir_content_()
/third_party/e2fsprogs/misc/
Dcreate_inode.c801 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/
Dxmlconfig.c1019 count = scandir(dirname, &entries, scandir_filter, alphasort); in parseConfigDir()
/third_party/musl/
Dlibc.map.txt330 alphasort;

12