Symbol: opendir
bin/sh/expand.c
1147
if ((dirp = opendir(p)) == NULL)
bin/sh/histedit.c
636
dir = opendir(dirname[0] == '\0' ? "." : dirname);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
2281
if ((dirp = opendir(dirname)) == NULL)
crypto/heimdal/appl/ftp/ftpd/ls.c
764
DIR *d = opendir(directory);
crypto/heimdal/appl/rcp/rcp.c
367
if (!(dirp = opendir(name))) {
crypto/heimdal/lib/hx509/ks_dir.c
110
d->dir = opendir(data);
crypto/heimdal/lib/krb5/kuserok.c
134
if((d = opendir(dirname)) == NULL)
crypto/heimdal/lib/krb5/plugin.c
250
d = opendir(dir);
crypto/heimdal/lib/krb5/plugin.c
442
d = opendir(*di);
crypto/heimdal/lib/roken/glob.c
771
return(opendir(buf));
crypto/krb5/src/lib/krb5/ccache/cc_dir.c
604
dir = opendir(dirname);
crypto/krb5/src/plugins/tls/k5tls/openssl.c
375
d = opendir(path);
crypto/krb5/src/util/ss/help.c
106
if ((d = opendir(info_dir)) == (DIR *)NULL) {
crypto/krb5/src/util/support/dir_filenames.c
117
dir = opendir(dirname);
crypto/krb5/src/util/verto/verto.c
340
dir = opendir(dirname);
crypto/openssh/openbsd-compat/bsd-closefrom.c
138
if (len > 0 && (size_t)len < sizeof(fdpath) && (dirp = opendir(fdpath))) {
crypto/openssh/openbsd-compat/getcwd.c
150
if (!(dir = opendir(up)) || fstat(dirfd(dir), &s))
crypto/openssh/openbsd-compat/glob.c
1011
return(opendir(buf));
crypto/openssh/scp.c
1510
if (!(dirp = opendir(name))) {
crypto/openssh/sftp-client.c
2306
if ((dirp = opendir(src)) == NULL) {
crypto/openssh/sftp-server.c
1110
dirp = opendir(path);
crypto/openssl/crypto/LPdir_unix.c
112
(*ctx)->dir = opendir(directory);
include/dirent.h
114
DIR *opendir(const char *);
lib/libc/gen/fts-compat.c
661
#define __opendir2(path, flag) opendir(path)
lib/libc/gen/fts-compat11.c
660
#define __opendir2(path, flag) opendir(path)
lib/libc/gen/glob-compat11.c
974
return (opendir(buf));
lib/libc/gen/glob.c
1036
return (opendir(buf));
lib/libc/gen/scandir-compat11.c
69
if ((dirp = opendir(dirname)) == NULL)
lib/libc/gen/scandir.c
154
dirp = opendir(dirname);
lib/libc/iconv/citrus_module.c
196
DIR *dd = opendir(search_dirs[i]);
lib/libc/tests/gen/opendir_test.c
62
ATF_REQUIRE((dirp = opendir("dir")) != NULL);
lib/libc/tests/gen/opendir_test.c
79
ATF_REQUIRE((dirp = opendir("fifo")) == NULL);
lib/libfetch/file.c
130
if ((dir = opendir(u->doc)) == NULL) {
lib/libpmc/pmu-events/jevents.c
1155
d = opendir(fpath);
lib/libsecureboot/veta.c
80
if (!(dh = opendir(trust)))
libexec/atrun/atrun.c
521
if ((spool = opendir(".")) == NULL)
libexec/flua/lfs/lfs.c
197
dp = opendir(path);
libexec/rbootd/parseconf.c
320
if ((dfd = opendir(".")) == NULL) { /* open BootDir */
libexec/rtld-elf/libmap.c
169
d = opendir(idir);
sbin/devd/devd.cc
488
dirp = opendir(dirname);
sbin/ldconfig/elfhints.c
112
if ((dirp = opendir(dirs[i])) == NULL)
sbin/nvmecontrol/comnd.c
294
d = opendir(dir);
share/examples/sunrpc/dir/dir_proc.c
25
dirp = opendir(*dirname);
stand/liblua/lstd.h
78
DIR *opendir(const char *name);
tests/sys/fs/fusefs/mockfs.cc
296
printf(" flags=%#x", in.body.opendir.flags);
tests/sys/fs/fusefs/mockfs.cc
699
EXPECT_EQ(inlen, fih + sizeof(in.body.opendir));
tests/sys/fs/fusefs/mockfs.hh
180
fuse_open_in opendir;
tests/sys/fs/fusefs/opendir.cc
158
TEST_F(Opendir, opendir)
tests/sys/fs/fusefs/opendir.cc
171
EXPECT_NE(nullptr, opendir(FULLPATH)) << strerror(errno);
tests/sys/fs/fusefs/opendir.cc
66
in.body.opendir.flags == flags);
tests/sys/fs/fusefs/readdir.cc
138
dir = opendir(FULLPATH);
tests/sys/fs/fusefs/readdir.cc
315
dir = opendir(FULLPATH);
tests/sys/fs/fusefs/readdir.cc
350
dir = opendir(FULLPATH);
tests/sys/fs/fusefs/readdir.cc
418
dir = opendir(FULLPATH);
tests/sys/fs/fusefs/readdir.cc
470
dir = opendir(FULLPATH);
tests/sys/fs/fusefs/readdir.cc
509
dir = opendir(FULLPATH);
tests/sys/fs/fusefs/readdir.cc
93
dir = opendir(FULLPATH);
tests/sys/fs/fusefs/releasedir.cc
73
dir = opendir(FULLPATH);
tests/sys/fs/fusefs/releasedir.cc
94
dir = opendir(FULLPATH);
tests/sys/kern/inotify_test.c
509
dir = opendir(path);
tests/sys/kern/inotify_test.c
524
dir = opendir(root);
tools/build/cross-build/closefrom.c
144
dirp = opendir(path);
usr.bin/at/at.c
481
if ((spool = opendir(".")) == NULL)
usr.bin/at/at.c
553
if ((spool = opendir(".")) == NULL)
usr.bin/find/function.c
571
dir = opendir(entry->fts_accpath);
usr.bin/fortune/fortune/fortune.c
695
if ((dir = opendir(fp->path)) == NULL) {
usr.bin/locale/locale.c
542
dirp = opendir(_PathLocale);
usr.bin/localedef/localedef.c
364
while ((dir = opendir(locname)) == NULL) {
usr.bin/msgs/msgs.c
263
dirp = opendir(_PATH_MSGS);
usr.bin/patch/backupfile.c
99
dirp = opendir(dir);
usr.bin/ruptime/ruptime.c
99
if (chdir(_PATH_RWHODIR) || (dirp = opendir(".")) == NULL)
usr.bin/rwho/rwho.c
112
if ((dirp = opendir(".")) == NULL)
usr.bin/whereis/whereis.c
327
if ((dir = opendir(PATH_PORTS)) == NULL)
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swinstalled_tbl.c
322
if ((p_dir = opendir(pkg_dir)) == NULL) {
usr.sbin/config/main.cc
661
if ((dirp = opendir(p)) == NULL)
usr.sbin/cron/cron/database.c
125
if (!(dir = opendir(syscrontabs[i].name))) {
usr.sbin/cron/cron/database.c
149
if (!(dir = opendir(SPOOL_DIR))) {
usr.sbin/cron/cron/database.c
78
if (!(dir = opendir(syscrontabs[i].name)))
usr.sbin/gssd/gssd.c
1454
dirp = opendir(dirpath);
usr.sbin/kbdmap/kbdmap.c
710
dirp = opendir(dir);
usr.sbin/lpr/common_source/common.c
122
if ((dirp = opendir(pp->spool_dir)) == NULL) {
usr.sbin/lpr/lpc/cmds.c
1072
if ((dirp = opendir(pp->spool_dir)) == NULL) {
usr.sbin/lpr/lpd/lpd.c
638
if ((dirp = opendir(spooldir)) == NULL)
usr.sbin/lpr/lpq/lpq.c
165
if ((dirp = opendir(spooldir)) == NULL)
usr.sbin/makefs/walk.c
135
if ((dirp = opendir(path)) == NULL)
usr.sbin/moused/moused/moused.c
2029
dirp = opendir("/dev/input");
usr.sbin/newsyslog/newsyslog.c
1691
if ((dirp = opendir(dir)) == NULL)
usr.sbin/newsyslog/newsyslog.c
2530
if ((dirp = opendir(dir)) == NULL) {
usr.sbin/pkg/config.c
542
if ((d = opendir(repodir)) == NULL)
usr.sbin/pkg/pkg.c
452
if ((d = opendir(path)) == NULL) {
usr.sbin/pw/pw_user.c
683
DIR *d = opendir("/var/at/jobs");
usr.sbin/rarpd/rarpd.c
602
d = opendir(".");
usr.sbin/rpc.yppasswdd/yppasswdd_server.c
260
if ((dird = opendir(yp_dir)) == NULL) {
usr.sbin/ypbind/ypbind.c
426
if ((dird = opendir(BINDINGDIR)) != NULL) {
usr.sbin/ypserv/yp_server.c
690
if ((dird = opendir(yp_mapdir)) == NULL) {