Searched refs:alphasort (Results 1 – 12 of 12) sorted by relevance
/freebsd/include/ |
H A D | dirent.h | 104 int alphasort(const struct dirent **, const struct dirent **);
|
/freebsd/lib/libc/gen/ |
H A D | scandir-compat11.c | 150 __sym_compat(alphasort, freebsd11_alphasort, FBSD_1.0);
|
H A D | scandir.c | 233 alphasort(const struct dirent **d1, const struct dirent **d2) in alphasort() function
|
H A D | Symbol.map | 399 alphasort;
|
H A D | Makefile.inc | 502 MLINKS+=scandir.3 alphasort.3 \
|
/freebsd/usr.bin/diff/ |
H A D | diffdir.c | 136 pos = vscandir(&v1, path1, &dirp1, selectfile, alphasort); in diffdir() 148 pos = vscandir(&v2, path2, &dirp2, selectfile, alphasort); in diffdir()
|
/freebsd/lib/libc/tests/gen/ |
H A D | scandir_test.c | 124 ATF_REQUIRE_EQ(0, scandir(".", &namelist, scandir_none, alphasort)); in ATF_TC_BODY()
|
/freebsd/usr.sbin/moused/moused/ |
H A D | util.h | 51 #define versionsort(...) alphasort(__VA_ARGS__)
|
/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 | 2361 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
|