Searched refs:scandir (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/include/
H A Ddirent.h125 int scandir(const char *, struct dirent ***,
/freebsd-12-stable/lib/libc/gen/
H A Dscandir-compat11.c29 * From: @(#)scandir.c 8.3 (Berkeley) 1/2/94
30 * From: FreeBSD: head/lib/libc/gen/scandir.c 317372 2017-04-24 14:56:41Z pfg
156 __sym_compat(scandir, freebsd11_scandir, FBSD_1.0);
H A Dscandir.c33 __SCCSID("@(#)scandir.c 8.3 (Berkeley) 1/2/94");
72 scandir(const char *dirname, struct dirent ***namelist,
H A DMakefile.inc112 scandir.c \
168 scandir-compat11.c \
281 scandir.3 \
485 MLINKS+=scandir.3 alphasort.3
/freebsd-12-stable/usr.bin/diff/
H A Ddiffdir.c83 pos = scandir(path1, &dirp1, selectfile, alphasort);
95 pos = scandir(path2, &dirp2, selectfile, alphasort);
/freebsd-12-stable/contrib/bc/tests/
H A Dafl.py83 with os.scandir(dir) as it:
/freebsd-12-stable/usr.sbin/lpr/common_source/
H A Drmjob.c117 if ((nitems = scandir(".", &files, iscf, NULL)) < 0)
/freebsd-12-stable/usr.sbin/ctm/mkCTM/
H A Dmkctm.c437 n1 = scandir(buf1, &nl1, dirselect, alphasort);
438 n2 = scandir(buf2, &nl2, dirselect, alphasort);
/freebsd-12-stable/sys/dev/drm/
H A Dmga_state.c809 u32 scandir = 0, i; local
825 DMA_BLOCK(MGA_SGN, scandir,
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc171 int numCaseFiles(scandir(s_caseFilePath.c_str(), &caseFiles,
/freebsd-12-stable/usr.sbin/lpr/lpc/
H A Dcmds.c484 * Comparison routine that clean_q() uses for scandir.
690 nitems = scandir(pp->spool_dir, &queue, doselect, sortq);
/freebsd-12-stable/usr.sbin/syslogd/
H A Dsyslogd.c2367 nents = scandir(p, &ent, configfiles, alphasort);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc112 #define scandir __scandir30
3788 INTERCEPTOR(int, scandir, char *dirp, __sanitizer_dirent ***namelist,
3791 COMMON_INTERCEPTOR_ENTER(ctx, scandir, dirp, namelist, filter, compar);
3798 int res = REAL(scandir)(dirp, namelist,
3812 #define INIT_SCANDIR COMMON_INTERCEPT_FUNCTION(scandir);
/freebsd-12-stable/contrib/gcc/
H A Dconfigure9291 sysconf strsignal getrusage nl_langinfo scandir alphasort \

Completed in 242 milliseconds