Searched refs:DIR (Results 176 - 200 of 348) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/tcsh/
H A Dtw.parse.c60 static void (*const tw_start_entry[]) (DIR *, const Char *) = {
108 static int expand_dir (const Char *, struct Strbuf *, DIR **,
126 DIR *);
1347 DIR *dir_fd)
1522 DIR *dir_fd = NULL;
1939 expand_dir(const Char *dir, struct Strbuf *edir, DIR **dfd, COMMAND cmd)
H A Dsh.decls.h289 extern void xclosedir (DIR *);
/freebsd-10.2-release/lib/libedit/TEST/
H A Dtc1.c86 DIR *dd = opendir(".");
/freebsd-10.2-release/sbin/ldconfig/
H A Delfhints.c107 DIR *dirp;
/freebsd-10.2-release/contrib/libarchive/tar/test/
H A Dtest_copy.c245 DIR *d;
/freebsd-10.2-release/contrib/apr/file_io/unix/
H A Ddir.c82 DIR *dir = opendir(dirname);
/freebsd-10.2-release/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c295 DIR *d;
/freebsd-10.2-release/usr.bin/ruptime/
H A Druptime.c68 static DIR *dirp;
/freebsd-10.2-release/usr.bin/rwho/
H A Drwho.c71 static DIR *dirp;
/freebsd-10.2-release/usr.sbin/cron/cron/
H A Ddatabase.c45 DIR *dir;
/freebsd-10.2-release/usr.sbin/pkg_install/updating/
H A Dmain.c87 DIR *dir;
/freebsd-10.2-release/crypto/openssh/
H A Dsftp-server.c286 DIR *dirp;
312 handle_new(int use, const char *name, int fd, int flags, DIR *dirp)
377 static DIR *
983 DIR *dirp = NULL;
1011 DIR *dirp;
/freebsd-10.2-release/contrib/ldns/drill/
H A Dconfigure1257 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1273 --bindir=DIR user executables [EPREFIX/bin]
1274 --sbindir=DIR system admin executables [EPREFIX/sbin]
1275 --libexecdir=DIR program executables [EPREFIX/libexec]
1276 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1277 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1278 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1279 --libdir=DIR object code libraries [EPREFIX/lib]
1280 --includedir=DIR
[all...]
/freebsd-10.2-release/crypto/openssl/
H A DMakefile.org29 # Do not edit this manually. Use Configure --openssldir=DIR do change this!
196 $${DIR+DIR} $${DIRS+DIRS} $${SRC+SRC} \
258 $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. DIR=$$dir $$target \
/freebsd-10.2-release/contrib/nvi/common/
H A Drecover.c515 DIR *dirp;
624 DIR *dirp;
/freebsd-10.2-release/contrib/wpa/hostapd/
H A Dhostapd_cli.c680 DIR *dir;
1074 DIR *dir = opendir(ctrl_iface_dir);
/freebsd-10.2-release/crypto/openssl/crypto/dh/
H A DMakefile5 DIR= dh macro
33 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-10.2-release/crypto/openssl/crypto/pkcs7/
H A DMakefile5 DIR= pkcs7 macro
36 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-10.2-release/crypto/openssl/crypto/rand/
H A DMakefile5 DIR= rand macro
33 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
/freebsd-10.2-release/contrib/libpcap/
H A Dgrammar.y281 %token TYPE SUBTYPE DIR ADDR1 ADDR2 ADDR3 ADDR4 RA TA
535 | DIR dir { $$ = gen_p80211_fcdir($2); }
/freebsd-10.2-release/sys/dev/ctau/
H A Dctau.c500 srx(DSR, 0); srx(DMR, 0); srx(FCT, 0); srx(DIR, 0);
505 stx(DSR, 0); stx(DMR, 0); stx(FCT, 0); stx(DIR, 0);
519 srx(DSR, 1); srx(DMR, 1); srx(FCT, 1); srx(DIR, 1);
524 stx(DSR, 1); stx(DMR, 1); stx(FCT, 1); stx(DIR, 1);
1370 outb (c->RX.DIR, DIR_EOTE);
1377 outb (c->RX.DIR, DIR_CHAIN_EOME | DIR_CHAIN_BOFE |
1426 outb (c->TX.DIR, DIR_EOTE);
1432 outb (c->TX.DIR, /* DIR_CHAIN_EOME | */ DIR_CHAIN_BOFE |
/freebsd-10.2-release/usr.bin/at/
H A Dat.c460 DIR *spool;
538 DIR *spool;
/freebsd-10.2-release/contrib/tnftp/src/
H A Dcomplete.c174 DIR *dd;
/freebsd-10.2-release/contrib/libreadline/
H A Dcomplete.c1897 static DIR *directory = (DIR *)NULL;
1914 directory = (DIR *)NULL;
2046 directory = (DIR *)NULL;
/freebsd-10.2-release/contrib/atf/atf-c++/detail/
H A Dfs.cpp418 DIR* dp = ::opendir(p.c_str());

Completed in 258 milliseconds

1234567891011>>