Searched refs:alphasort (Results 1 – 10 of 10) sorted by relevance
/freebsd/include/ |
H A D | dirent.h | 104 int alphasort(const struct dirent **, const struct dirent **);
|
/freebsd/usr.bin/diff/ |
H A D | diffdir.c | 83 pos = scandir(path1, &dirp1, selectfile, alphasort); in diffdir() 95 pos = scandir(path2, &dirp2, selectfile, alphasort); in diffdir()
|
/freebsd/lib/libc/gen/ |
H A D | scandir-compat11.c | 150 __sym_compat(alphasort, freebsd11_alphasort, FBSD_1.0);
|
H A D | scandir.c | 184 alphasort(const struct dirent **d1, const struct dirent **d2) in alphasort() function
|
H A D | Symbol.map | 400 alphasort;
|
H A D | Makefile.inc | 487 MLINKS+=scandir.3 alphasort.3 \
|
/freebsd/contrib/ofed/libibumad/ |
H A D | umad.c | 415 if ((r = sys_scandir(dir_name, &namelist, NULL, alphasort)) < 0) { in get_ca() 553 n = sys_scandir(SYS_INFINIBAND, &namelist, NULL, alphasort); in umad_get_cas_names()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_wext.c | 911 n = scandir(buf, &names, NULL, alphasort); in wext_add_hostap()
|
/freebsd/usr.sbin/syslogd/ |
H A D | syslogd.c | 2360 nents = scandir(p, &ent, configfiles, alphasort); in parseconfigfile()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1339 fun:alphasort=uninstrumented
|