Symbol: opendir
bin/cpdup/hcproto.c
409
return(opendir(path));
bin/cpdup/hcproto.c
458
if ((dir = opendir(path)) == NULL) {
bin/cpdup/hcproto.c
632
if ((dir = opendir(path)) == NULL)
bin/sh/expand.c
1153
if ((dirp = opendir(p)) == NULL)
crypto/libressl/apps/openssl/certhash.c
567
if ((dip = opendir(".")) == NULL) {
crypto/libressl/ssl/ssl_cert.c
710
dirp = opendir(dir);
crypto/openssh/scp.c
1509
if (!(dirp = opendir(name))) {
crypto/openssh/sftp-client.c
2305
if ((dirp = opendir(src)) == NULL) {
crypto/openssh/sftp-server.c
1110
dirp = opendir(path);
games/fortune/fortune/fortune.c
699
if ((dir = opendir(fp->path)) == NULL) {
include/dirent.h
70
DIR *opendir(const char *);
lib/libc/citrus/citrus_module.c
196
DIR *dd = opendir(search_dirs[i]);
lib/libc/gen/fts.c
633
#define __opendir2(path, flag) opendir(path)
lib/libc/gen/getttyent.c
234
devpts_dir = opendir(_PATH_DEV PTS);
lib/libc/gen/glob.c
885
return (opendir(buf));
lib/libc/gen/scandir.c
62
if ((dirp = opendir(dirname)) == NULL)
lib/libfetch/file.c
134
if ((dir = opendir(u->doc)) == NULL) {
lib/libhammer/compat.c
75
if ((dir = opendir(snapshots_path)) != NULL) {
lib/libssh/openbsd-compat/glob.c
1011
return(opendir(buf));
lib/libtcplay/tcplay.c
1390
if ((dirp = opendir(start_path)) == NULL)
libexec/atrun/atrun.c
493
if ((spool = opendir(".")) == NULL)
libexec/dma/spool.c
294
spooldir = opendir(config.spooldir);
libexec/ftpd/ftpd.c
3164
if ((dirp = opendir(dirname)) == NULL)
libexec/rbootd/parseconf.c
323
if ((dfd = opendir(".")) == NULL) { /* open BootDir */
libexec/rtld-elf/libmap.c
169
d = opendir(idir);
sbin/badsect/badsect.c
99
if ((dirp = opendir(name)) == NULL)
sbin/devd/devd.cc
446
dirp = opendir(dirname);
sbin/hammer/cmd_abort.c
66
if ((dir = opendir(pidfile_loc)) == NULL)
sbin/hammer/cmd_cleanup.c
606
if ((dir = opendir(snapshots_path)) != NULL) {
sbin/hammer/cmd_cleanup.c
870
if ((dir = opendir(snapshots_path)) != NULL) {
sbin/hammer/cmd_cleanup.c
919
if ((dir = opendir(snapshots_path)) != NULL) {
sbin/hammer/cmd_softprune.c
272
if ((dir = opendir(dirname)) == NULL) {
sbin/hammer2/cmd_info.c
106
if ((dir = opendir("/dev")) != NULL) {
sbin/hammer2/cmd_info.c
51
if ((dir = opendir("/dev/serno")) != NULL) {
sbin/hammer2/cmd_info.c
81
if ((dir = opendir("/dev/mapper")) != NULL) {
sbin/hammer2/cmd_setcomp.c
252
if ((dir = opendir (directory)) == NULL) {
sbin/jscan/jfile.c
95
if ((dir = opendir(dirname)) != NULL) {
sbin/ldconfig/elfhints.c
111
if ((dirp = opendir(dirs[i])) == NULL)
sbin/newfs/fscopy.c
148
if ((dir = opendir(path)) != NULL) {
sbin/svc/svc.c
380
if ((dir = opendir(cmd->piddir)) == NULL) {
share/examples/sunrpc/dir/dir_proc.c
26
dirp = opendir(*dirname);
test/stress/fsstress/fsstress.c
1057
rval = opendir(name->path);
test/testcases/threads/umtx_errno/umtx_errno.c
15
DIR *d = opendir("/");
usr.bin/at/at.c
484
if ((spool = opendir(".")) == NULL)
usr.bin/at/at.c
553
if ((spool = opendir(".")) == NULL)
usr.bin/dsynth/html.c
125
dir = opendir(ReportPath);
usr.bin/dsynth/pkglist.c
1315
dir = opendir(path);
usr.bin/dsynth/pkglist.c
1355
dir = opendir(path);
usr.bin/dsynth/repo.c
537
if ((dir = opendir(path)) != NULL) {
usr.bin/dsynth/repo.c
598
if ((dir = opendir(path)) == NULL)
usr.bin/find/function.c
498
dir = opendir(entry->fts_accpath);
usr.bin/locale/locale.c
396
dirp = opendir(localedir);
usr.bin/localedef/localedef.c
330
while ((dir = opendir(locname)) == NULL) {
usr.bin/msgs/msgs.c
267
dirp = opendir(_PATH_MSGS);
usr.bin/patch/backupfile.c
101
dirp = opendir(dir);
usr.bin/ruptime/ruptime.c
111
if (chdir(_PATH_RWHODIR) || (dirp = opendir(".")) == NULL)
usr.bin/rwho/rwho.c
101
if (chdir(_PATH_RWHODIR) || (dirp = opendir(".")) == NULL)
usr.bin/whereis/whereis.c
325
if ((dir = opendir(PATH_DPORTS)) == NULL)
usr.sbin/cpucontrol/cpucontrol.c
397
dirp = opendir(dir->path);
usr.sbin/cron/cron/database.c
94
if (!(dir = opendir(SPOOL_DIR))) {
usr.sbin/installer/dfuibe_installer/fn_configure.c
474
d = opendir(dir);
usr.sbin/kbdmap/kbdmap.c
696
dirp = opendir(dir);
usr.sbin/lpr/common_source/common.c
111
if ((dirp = opendir(pp->spool_dir)) == NULL) {
usr.sbin/lpr/lpc/cmds.c
1050
if ((dirp = opendir(pp->spool_dir)) == NULL) {
usr.sbin/lpr/lpd/lpd.c
622
if ((dirp = opendir(spooldir)) == NULL)
usr.sbin/lpr/lpq/lpq.c
165
if ((dirp = opendir(spooldir)) == NULL)
usr.sbin/makefs/walk.c
95
if ((dirp = opendir(path)) == NULL)
usr.sbin/newsyslog/newsyslog.c
1581
if ((dirp = opendir(dir)) == NULL)
usr.sbin/newsyslog/newsyslog.c
2409
if ((dirp = opendir(dir)) == NULL) {
usr.sbin/pw/cpdir.c
64
DIR *d = opendir(skel);
usr.sbin/pw/pw_user.c
1217
DIR *d = opendir("/var/at/jobs");
usr.sbin/pw/rm_r.c
43
DIR *d = opendir(dir);
usr.sbin/rarpd/rarpd.c
560
d = opendir(".");
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
243
if ((dird = opendir(yp_dir)) == NULL) {
usr.sbin/ypbind/ypbind.c
412
if ((dird = opendir(BINDINGDIR)) != NULL) {
usr.sbin/ypserv/yp_server.c
687
if ((dird = opendir(yp_mapdir)) == NULL) {