Searched refs:DIR (Results 101 - 125 of 362) sorted by relevance

1234567891011>>

/freebsd-11-stable/release/tools/
H A Darm.subr48 DIR=$1
51 while ! umount ${DIR}; do
55 echo "Cannot umount(8) ${DIR}"
/freebsd-11-stable/lib/libipsec/
H A Dpolicy_parse.y105 %token DIR ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY
109 %type <num> DIR ACTION PROTOCOL MODE LEVEL
114 : DIR ACTION
123 | DIR
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_cert.in48 echo "print DIR"
49 ${hxtool} print --content DIR:$srcdir/data > /dev/null || exit 1
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A DMakefile5 DIR= idea macro
31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/jpake/
H A DMakefile0 DIR=jpake
14 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
1 DIR=jpake macro
/freebsd-11-stable/crypto/openssl/crypto/lhash/
H A DMakefile5 DIR= lhash macro
31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/md2/
H A DMakefile5 DIR= md2 macro
31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/md4/
H A DMakefile5 DIR= md4 macro
32 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/mdc2/
H A DMakefile5 DIR= mdc2 macro
31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/pqueue/
H A DMakefile5 DIR= pqueue macro
31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A DMakefile5 DIR= rc2 macro
31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A DMakefile5 DIR= rc5 macro
36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/ripemd/
H A DMakefile5 DIR= ripemd macro
36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/stack/
H A DMakefile5 DIR= stack macro
31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/txt_db/
H A DMakefile5 DIR= txt_db macro
31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/crypto/openssl/crypto/whrlpool/
H A DMakefile5 DIR= whrlpool macro
36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_dir.c53 DIR *dp;
149 DIR *dp;
/freebsd-11-stable/lib/libc/tests/gen/
H A Ddir2_test.c30 * Test cases for operations on DIR objects:
57 DIR *dirp;
133 DIR *dirp;
/freebsd-11-stable/release/picobsd/tinyware/aps/
H A Dmain.c43 DIR *d;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_portable.h100 typedef DIR apr_os_dir_t;
113 typedef DIR apr_os_dir_t;
153 typedef DIR apr_os_dir_t; /**< native dir */
/freebsd-11-stable/contrib/gperf/
H A Dconfigure1145 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1161 --bindir=DIR user executables [EPREFIX/bin]
1162 --sbindir=DIR system admin executables [EPREFIX/sbin]
1163 --libexecdir=DIR program executables [EPREFIX/libexec]
1164 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1165 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1166 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1167 --libdir=DIR object code libraries [EPREFIX/lib]
1168 --includedir=DIR
[all...]
/freebsd-11-stable/contrib/gperf/doc/
H A Dconfigure1148 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1164 --bindir=DIR user executables [EPREFIX/bin]
1165 --sbindir=DIR system admin executables [EPREFIX/sbin]
1166 --libexecdir=DIR program executables [EPREFIX/libexec]
1167 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1168 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1169 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1170 --libdir=DIR object code libraries [EPREFIX/lib]
1171 --includedir=DIR
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dsys-types.h174 typedef int DIR; typedef
/freebsd-11-stable/contrib/apr/
H A Dapr-config.in57 --prefix[=DIR] change prefix to DIR
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_file_io.h154 DIR *dirstruct;

Completed in 239 milliseconds

1234567891011>>