| /src/distrib/utils/embedded/conf/ |
| amd64.conf | 6 . ${DIR}/conf/x86.conf
|
| i386.conf | 6 . ${DIR}/conf/x86.conf
|
| /src/external/bsd/pam-u2f/dist/ |
| autogen.sh | 4 DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" 10 pushd "$DIR" &>/dev/null
|
| /src/lib/libc/compat/include/ |
| dirent.h | 41 DIR *opendir(const char *); 42 DIR *__opendir30(const char *); 44 int readdir_r(DIR *, struct dirent12 * __restrict, 46 int __readdir_r30(DIR * __restrict, struct dirent * __restrict, 49 struct dirent12 *readdir(DIR *); 50 struct dirent *__readdir30(DIR *); 54 struct dirent12 *_readdir_unlocked(DIR *, int); 55 struct dirent *___readdir_unlocked50(DIR *, int); 56 struct dirent *___readdir_unlocked30(DIR *); 58 DIR *__opendir2(const char *, int) [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| dirent.d | 61 // man dir(5) has some info, man stat(2) gives details. 157 DIR 159 int closedir(DIR*); 160 DIR* opendir(const scope char*); 161 dirent* readdir(DIR*); 162 void rewinddir(DIR*); 182 struct DIR 189 dirent* readdir64(DIR*); 194 dirent* readdir(DIR*); 212 struct DIR [all...] |
| /src/external/bsd/openldap/dist/contrib/ldapc++/ |
| version.sh | 6 DIR=`dirname $0` 7 . $DIR/version.var
|
| /src/external/gpl2/gmake/dist/w32/include/ |
| dirent.h | 50 } DIR; 52 DIR *opendir(const char *); 53 struct dirent *readdir(DIR *); 54 void rewinddir(DIR *); 55 void closedir(DIR *); 56 int telldir(DIR *); 57 void seekdir(DIR *, long);
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| dirent.hin | 52 typedef struct _dirent_dirinfo DIR; 54 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL closedir(DIR *); 56 ROKEN_LIB_FUNCTION DIR * ROKEN_LIB_CALL opendir(const char *); 58 ROKEN_LIB_FUNCTION struct dirent * ROKEN_LIB_CALL readdir(DIR *); 60 ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL rewinddir(DIR *); 62 ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL seekdir(DIR *, long); 64 ROKEN_LIB_FUNCTION long ROKEN_LIB_CALL telldir(DIR *);
|
| /src/external/gpl3/binutils/ |
| binutils2netbsd | 30 # format suitable for import. Works on first arg dir. 42 DIR="$1" 45 cleantags "$DIR" 47 find "$DIR" -name testsuite -exec rm -fr {} + 48 find "$DIR" -name .gitignore -rm
|
| /src/external/gpl3/binutils.old/ |
| binutils2netbsd | 30 # format suitable for import. Works on first arg dir. 42 DIR="$1" 45 cleantags "$DIR" 47 find "$DIR" -name testsuite -exec rm -fr {} + 48 find "$DIR" -name .gitignore -rm
|
| /src/external/gpl3/gcc/dist/contrib/reghunt/date_based/ |
| reg_test_template | 14 DIR=xxxx 20 cd ${DIR}
|
| /src/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/ |
| reg_test_template | 14 DIR=xxxx 20 cd ${DIR}
|
| /src/crypto/external/bsd/openssh/dist/ |
| sshd-debug.sh | 12 unset DIR SSHD SSHD_AUTH SSHD_SESSION 20 /*) DIR="`dirname $0`" ;; 21 ./sshd-debug.sh) DIR="`pwd`" ;; 26 if [ -f "${DIR}/$i" ] && [ -x "${DIR}/$i" ]; then 27 SSHD="${DIR}/$i" 33 if [ -f "${DIR}/$i" ] && [ -x "${DIR}/$i" ]; then 34 SSHD_AUTH="${DIR}/$i" 40 if [ -f "${DIR}/$i" ] && [ -x "${DIR}/$i" ]; the [all...] |
| /src/external/gpl3/gcc/ |
| gcc2netbsd | 30 # format suitable for import. Works on first arg dir. 42 DIR="$1" 45 cleantags "$DIR" 81 find "$DIR" -name .cvsignore -exec rm -f {} + 82 find "$DIR" -name .gitignore -exec rm -f {} + 83 find "$DIR" -name .svn -type d -exec rm -fr {} + 85 rm -fr "$DIR/$i"
|
| /src/external/bsd/openldap/dist/include/ac/ |
| dirent.h | 33 typedef struct DIR { 34 HANDLE dir; member in struct:DIR 38 } DIR; 39 DIR *opendir(const char *name); 40 struct dirent *readdir(DIR *dir); 41 int closedir(DIR *dir); 49 # include <sys/dir.h>
|
| /src/include/ |
| dirent.h | 50 typedef struct _dirdesc DIR; 95 int closedir(DIR *); 96 void rewinddir(DIR *); 98 DIR *opendir(const char *) __RENAME(__opendir30); 99 struct dirent *readdir(DIR *) __RENAME(__readdir30); 100 int readdir_r(DIR * __restrict, struct dirent * __restrict, 104 void seekdir(DIR *, long); 105 long telldir(DIR *); 110 DIR *fdopendir(int); 121 DIR *__opendir2(const char *, int) __RENAME(__opendir230) [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/ |
| findsym.pl | 19 opendir DIR,$Directory; 20 my @files = readdir DIR; 21 closedir DIR;
|
| /src/external/bsd/zstd/dist/tests/ |
| libzstd_builds.sh | 3 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 26 CFLAGS= make -C $DIR/../lib libzstd libzstd.a > $INTOVOID 27 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog 36 readelf -lW $DIR/../lib/libzstd.so | $GREP "GNU_STACK" > tmplog 38 $RM $DIR/../lib/libzstd.a $DIR/../lib/libzstd.so* tmplog 42 ZSTD_LIB_COMPRESSION=0 CFLAGS= make -C $DIR/../lib libzstd.a > $INTOVOID 43 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog 49 $RM $DIR/../lib/libzstd.a tmplog 53 ZSTD_LIB_DECOMPRESSION=0 CFLAGS= make -C $DIR/../lib libzstd.a > $INTOVOI [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/ |
| buildgo.sh | 133 DIR=$(mktemp -qd /tmp/gotsan.XXXXXXXXXX) 135 rm -rf $DIR 139 DIR=. 144 rm -f $DIR/gotsan.cc 146 cat $F >> $DIR/gotsan.cc 162 echo $CC gotsan.cc -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS 164 $CC $DIR/gotsan.cc -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS 166 $CC $OSCFLAGS $ARCHCFLAGS test.c $DIR/race_$SUFFIX.syso -g -o $DIR/test $OSLDFLAGS $LDFLAG [all...] |
| /src/share/doc/papers/beyond4.3/ |
| Makefile | 5 DIR= papers/beyond43
|
| /src/share/doc/papers/fsinterface/ |
| Makefile | 5 DIR= papers/fsinterface
|
| /src/lib/libc/gen/ |
| dirent_private.h | 18 int _initdir(DIR *, int, const char *); 19 void _finidir(DIR *);
|
| /src/external/apache2/llvm/dist/libcxx/utils/ci/ |
| buildkite-pipeline-snapshot.sh | 17 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
| /src/external/gpl2/gmake/dist/ |
| vmsdir.h | 55 typedef struct DIR 57 struct direct dir; member in struct:DIR 64 } DIR; 70 extern DIR *opendir PARAMS (()); 71 extern struct direct *readdir PARAMS ((DIR *dfd)); 73 extern int closedir PARAMS ((DIR *dfd));
|
| /src/external/bsd/unbound/dist/dnscrypt/testdata/ |
| gencert.sh | 4 DIR="$(dirname "$0")" 19 --provider-publickey-file="${DIR}/keys${i}/public.key" \ 20 --provider-secretkey-file="${DIR}/keys${i}/secret.key" 34 --provider-publickey-file="${DIR}/keys${i}/public.key" \ 35 --provider-secretkey-file="${DIR}/keys${i}/secret.key" \
|