Searched refs:DIR (Results 126 - 150 of 362) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libfetch/
H A Dfile.c128 DIR *dir;
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsavedir.c100 in directory DIR, separated by '\0' characters;
104 Return NULL if DIR cannot be opened or if out of memory. */
109 DIR *dirp;
/freebsd-11-stable/usr.sbin/lpr/lpq/
H A Dlpq.c173 DIR *dirp;
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_union.c108 DIR *dirp = opendir(*dir);
/freebsd-11-stable/lib/libc/gen/
H A Dscandir.c86 DIR *dirp;
/freebsd-11-stable/usr.sbin/pw/
H A Dcpdir.c52 DIR *d;
/freebsd-11-stable/crypto/openssl/crypto/bf/
H A DMakefile5 DIR= bf macro
36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/buffer/
H A DMakefile5 DIR= buffer macro
31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/camellia/
H A DMakefile5 DIR= camellia macro
38 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A DMakefile5 DIR= cast macro
36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/cmac/
H A DMakefile5 DIR= cmac macro
31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/comp/
H A DMakefile5 DIR= comp macro
34 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/hmac/
H A DMakefile5 DIR= hmac macro
31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/seed/
H A DMakefile5 DIR= seed macro
32 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/srp/
H A DMakefile0 DIR= srp
31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
1 DIR= srp macro
/freebsd-11-stable/crypto/openssl/crypto/store/
H A DMakefile5 DIR= store macro
33 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/ui/
H A DMakefile5 DIR= ui macro
35 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/md5/
H A DMakefile5 DIR= md5 macro
36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/rc4/
H A DMakefile5 DIR= rc4 macro
35 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/err/
H A DMakefile5 DIR= err macro
31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp61 DIR *D = opendir(Dir.c_str());
87 DIR *D = opendir(Dir.c_str());
/freebsd-11-stable/share/mk/
H A Dsrc.libnames.mk361 LDADD_${_l}_L+= -L${LIB${_l:tu}DIR}
560 LIB${lib:tu}DIR?= ${OBJTOP}/lib/lib${lib} macro
581 .if !defined(LIB${LIB:tu}DIR) || !exists(${SRCTOP}/${LIB${LIB:tu}DIR:S,^${OBJTOP}/,,})
582 .error ${.CURDIR}: Missing or incorrect value for LIB${LIB:tu}DIR in ${_this:T}: ${LIB${LIB:tu}DIR:S,^${OBJTOP}/,,}
585 .error ${.CURDIR}: Missing value for LIB${LIB:tu} in ${_this:T}. Likely should be: LIB${LIB:tu}?= $${LIB${LIB:tu}DIR}/lib${LIB}.a
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dtrail.c70 DIR *tr_dirfp;
155 trail_type(DIR *dirfp, const char *filename)
499 trail_last(DIR *dirfp, char *filename, size_t filenamesize)
H A Dauditdistd.h167 DIR *adh_trail_dirfp;
/freebsd-11-stable/contrib/diff/src/
H A Ddir.c30 /* Read the directory named by DIR and store into DIRDATA a sorted vector
31 of filenames for its contents. DIR->desc == -1 means this directory is
79 register DIR *reading = opendir (dir->name);

Completed in 385 milliseconds

1234567891011>>