Symbol: opendir
bin/csh/exec.c
459
dirp = opendir(short2str(*pv));
bin/csh/file.c
505
dir_fd = opendir(*tilded_dir ? short2str(tilded_dir) : ".");
bin/ksh/ksh_dir.h
26
# define ksh_opendir(d) opendir(d)
bin/rcp/rcp.c
436
if (!(dirp = opendir(name))) {
bin/sh/expand.c
1802
if ((dirp = opendir(cp)) == NULL)
bin/sh/histedit.c
956
if ((dir = opendir(dirname)) == NULL)
crypto/dist/ipsec-tools/src/racoon/eaytest.c
536
dirp = opendir(path);
distrib/utils/libhack/opendir.c
50
__weak_alias(opendir,_opendir)
distrib/utils/libhack/opendir.c
57
opendir(name)
distrib/utils/tls/tls.c
58
dfp = opendir(".");
games/fortune/fortune/fortune.c
697
if ((dir = opendir(fp->path)) == NULL) {
include/dirent.h
98
DIR *opendir(const char *) __RENAME(__opendir30);
lib/libc/citrus/citrus_module.c
211
DIR *dd = opendir(search_dirs[i]);
lib/libc/compat/gen/compat_opendir.c
13
__weak_alias(opendir,_opendir)
lib/libc/compat/gen/compat_opendir.c
17
__warn_references(opendir,
lib/libc/compat/include/dirent.h
41
DIR *opendir(const char *);
lib/libc/gen/fts.c
671
#define __opendir2(path, flag) opendir(path)
lib/libc/gen/glob.c
1083
return opendir(buf);
lib/libc/gen/opendir.c
67
opendir(const char *name)
lib/libc/gen/scandir.c
102
if ((dirp = opendir(dirname)) == NULL)
lib/libedit/TEST/tc1.c
90
DIR *dd = opendir(".");
lib/libedit/TEST/wtc1.c
59
DIR *dd = opendir(".");
lib/libedit/filecomplete.c
394
dir = opendir(dirpath);
lib/libpuffs/null.c
420
if ((dirp = opendir(PNPATH(pn))) == NULL)
lib/libpuffs/null.c
577
dp = opendir(PNPATH(pn));
lib/librefuse/refuse/fs.c
745
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->opendir) \
lib/librefuse/refuse/fs.c
746
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->opendir(path, fi); \
lib/librefuse/refuse/v23.h
76
int (*opendir) (const char *, struct fuse_file_info *);
lib/librefuse/refuse/v25.h
72
int (*opendir) (const char *, struct fuse_file_info *);
lib/librefuse/refuse/v26.h
72
int (*opendir) (const char *, struct fuse_file_info *);
lib/librefuse/refuse/v28.h
72
int (*opendir) (const char *, struct fuse_file_info *);
lib/librefuse/refuse/v29.h
72
int (*opendir) (const char *, struct fuse_file_info *);
lib/librefuse/refuse/v30.h
80
int (*opendir) (const char *, struct fuse_file_info *);
lib/librefuse/refuse/v34.h
70
int (*opendir) (const char *, struct fuse_file_info *);
lib/librefuse/refuse/v35.h
70
int (*opendir) (const char *, struct fuse_file_info *);
lib/librefuse/refuse/v38.h
70
int (*opendir) (const char *, struct fuse_file_info *);
lib/libukfs/ukfs.c
1198
libdir = opendir(dir);
libexec/atrun/atrun.c
459
if ((spool = opendir(".")) == NULL)
libexec/ftpd/cmds.c
248
if ((dirp = opendir(path)) == NULL)
libexec/ftpd/cmds.c
676
if ((dirp = opendir(fe->display)) == NULL)
libexec/ftpd/ftpd.c
3502
if ((dirp = opendir(dirname)) == NULL)
libexec/httpd/bozohttpd.c
1401
if ((dirp = opendir(httpd->virtbase)) != NULL) {
libexec/httpd/dir-index-bozo.c
78
(dp = opendir(dirpath)) == NULL) {
regress/sys/kern/getcwd/old_getcwd.c
169
if (!(dir = opendir(up)) || fstat(dirfd(dir), &s))
sbin/badsect/badsect.c
118
if ((dirp = opendir(name)) == NULL)
sbin/cgdconfig/cgdconfig.c
1686
if ((dirp = opendir(_PATH_DEV)) == NULL)
sbin/ldconfig/ldconfig.c
229
if ((dd = opendir(dir)) == NULL) {
sbin/savecore/savecore.c
800
if ((dfd = opendir(_PATH_DEV)) == NULL) {
share/examples/puffs/icfs/icfs.c
118
dp = opendir(po_base->po_path);
share/examples/refuse/fanoutfs/fanoutfs.c
230
if ((dirp = opendir(name)) == NULL) {
share/examples/refuse/ian/libfetch/file.c
128
if ((dir = opendir(u->doc)) == NULL) {
share/examples/refuse/icfs/icfs.c
551
if ((dirp = opendir(name)) == NULL) {
tests/lib/libc/gen/t_dir.c
152
dp = opendir(".");
tests/lib/libc/gen/t_dir.c
161
dp = opendir(".");
tests/lib/libc/gen/t_dir.c
72
dp = opendir("t");
usr.bin/at/at.c
443
if ((spool = opendir(".")) == NULL)
usr.bin/at/at.c
515
if ((spool = opendir(".")) == NULL)
usr.bin/cvslatest/cvslatest.c
231
if ((dirp = opendir(name)) == NULL)
usr.bin/find/function.c
544
dir = opendir(entry->fts_accpath);
usr.bin/ftp/complete.c
192
if ((dd = opendir(dir)) == NULL)
usr.bin/locale/locale.c
406
dirp = opendir(_PathLocale);
usr.bin/mail/complete.c
376
if ((dd = opendir(dir)) == NULL)
usr.bin/mail/complete.c
440
if ((dd = opendir(dir)) == NULL) {
usr.bin/make/dir.c
1457
if ((d = opendir(name)) == NULL) {
usr.bin/make/util.c
281
if ((dp = opendir(nextpathptr)) == NULL) {
usr.bin/msgs/msgs.c
270
dirp = opendir(_PATH_MSGS);
usr.bin/patch/backupfile.c
109
dirp = opendir(dir);
usr.bin/rdist/docmd.c
493
if ((d = opendir(target)) == NULL) {
usr.bin/rdist/expand.c
308
dirp = opendir(path);
usr.bin/rdist/server.c
1241
if ((d = opendir(target)) == NULL) {
usr.bin/rdist/server.c
1323
if ((d = opendir(target)) == NULL)
usr.bin/rdist/server.c
384
if ((d = opendir(target)) == NULL) {
usr.bin/ruptime/ruptime.c
120
if (chdir(_PATH_RWHODIR) || (dirp = opendir(".")) == NULL)
usr.bin/rwho/rwho.c
119
if (chdir(_PATH_RWHODIR) || (dirp = opendir(".")) == NULL)
usr.sbin/catman/catman.c
358
if ((dirp = opendir(mandir)) == 0) {
usr.sbin/lpr/common_source/common.c
245
dirp = opendir(SD);
usr.sbin/lpr/common_source/common.c
474
if ((dirp = opendir(spooldir)) == NULL) {
usr.sbin/lpr/lpc/cmds.c
746
if ((dirp = opendir(SD)) == NULL) {
usr.sbin/makefs/walk.c
216
if ((dirp = opendir(path)) == NULL)
usr.sbin/makemandb/makemandb.c
476
if ((dp = opendir(file)) == NULL) {
usr.sbin/rarpd/rarpd.c
541
d = opendir(".");
usr.sbin/rbootd/parseconf.c
330
if ((dfd = opendir(".")) == NULL) { /* open BootDir */
usr.sbin/sysinst/aout2elf.c
143
dd = opendir(dir);
usr.sbin/sysinst/main.c
383
dir = opendir(path);
usr.sbin/sysinst/main.c
692
dir = opendir("/etc/openssl/certs");
usr.sbin/sysinst/run.c
324
dir = opendir(dp);
usr.sbin/sysinst/util.c
1862
dir = opendir(zoneinfo_dir);
usr.sbin/user/user.c
342
if ((dirp = opendir(skeldir)) == NULL) {
usr.sbin/ypbind/ypbind.c
420
if ((dirp = opendir(dirpath)) == NULL)
usr.sbin/ypserv/ypserv/ypserv_proc.c
465
if ((dirp = opendir(domain_path)) == NULL) {