Home
last modified time | relevance | path

Searched refs:opendir (Results 1 – 25 of 232) sorted by relevance

12345678910

/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Ddirent8 lib opendir
29 * <dirent.h> for systems with no opendir()
58 extern DIR* opendir(const char*);
175 * <dirent.h> for systems with opendir() and <ndir.h>
185 #define opendir ______opendir
197 #undef opendir
216 extern DIR* opendir(const char*);
226 * <dirent.h> for systems with opendir() and no <ndir.h>
236 #define opendir ______opendir
248 #undef opendir
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/dir/
H A Ddirlib.h79 __STDPP__directive pragma pp:hide DIR closedir opendir readdir seekdir telldir
85 #undef opendir
86 #define opendir ______opendir
120 __STDPP__directive pragma pp:nohide DIR closedir opendir readdir seekdir telldir
124 #undef opendir
H A Dopendir.c40 NoN(opendir)
49 opendir(register const char* path)
H A Ddirstd.h55 extern DIR* opendir(const char*);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dopendir.c38 #pragma weak _opendir = opendir
47 opendir(const char *filename) in opendir() function
H A Dscandir.c83 if ((dirp = opendir(dirname)) == NULL) in scandir64()
168 if ((dirp = opendir(dirname)) == NULL) in scandir()
/illumos-gate/usr/src/cmd/bnu/
H A Dbnuconvert.c75 if ((spooldir = opendir(SPOOL)) == NULL) {
95 if ((machdir = opendir(machname)) == NULL) {
H A Duusched.c121 if (chdir(SPOOL) != 0 || (spooldir = opendir(SPOOL)) == NULL)
124 subdir = opendir(f);
128 gradedir = opendir(fg);
H A Duustat.c314 if (chdir(STATDIR) || (spooldir = opendir(STATDIR)) == NULL) in main()
345 if (chdir(lckdir) != 0 || (subdir = opendir(lckdir)) == NULL) in main()
362 if (chdir(SPOOL) != 0 || (spooldir = opendir(SPOOL)) == NULL) in main()
383 machdir = opendir(fullpath); in main()
392 if (DIRECTORY(gradef) && (gradedir = opendir(gradef))) { in main()
1015 if (chdir(lckdir) != 0 || (dir = opendir(lckdir)) == NULL) in lckpid()
1238 sjcdir = opendir(jcdir);
1261 subjcdir = opendir(lckdir);
/illumos-gate/usr/src/ucbhead/sys/
H A Ddir.h157 extern DIR *opendir(const char *);
168 extern DIR *opendir();
/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c255 if ((dirp = opendir("/dev")) == NULL) { in dotape()
315 if ((dirp = opendir("/dev/rmt")) == NULL) { in dotape()
463 if ((dirp = opendir("/dev")) == NULL) { in doaudio()
517 if ((dirp = opendir("/dev/sound")) == NULL) { in doaudio()
669 if ((dirp = opendir("/dev")) == NULL) { in dofloppy()
838 if ((dirp = opendir("/dev")) == NULL) { in docd()
899 if ((dirp = opendir("/dev/dsk")) == NULL) { in docd()
950 if ((dirp = opendir("/dev/rdsk")) == NULL) { in docd()
1104 if ((dirp = opendir("/dev/dsk")) == NULL) { in dormdisk()
/illumos-gate/usr/src/cmd/backup/dump/
H A Dlftw.c190 dirp = opendir(path); in lf_xftw()
274 dirp = opendir(path); in lf_xftw()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dscandir.c81 if ((dirp = opendir(dirname)) == NULL) in scandir64()
148 if ((dirp = opendir(dirname)) == NULL) in scandir()
/illumos-gate/usr/src/stand/lib/sa/
H A Ddirent.h46 extern DIR *opendir(const char *);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_events.c233 if ((dirp = opendir(NWAM_EVENT_MSG_DIR)) == NULL) { in nwam_event_send()
336 if ((dirp = opendir(NWAM_EVENT_MSG_DIR)) == NULL) { in nwam_event_send_fini()
/illumos-gate/usr/src/cmd/iconv/
H A Diconv_list.c266 dh = opendir(PATH_LIBICONV); in list_codesets()
274 dh = opendir(PATH_BTABLES); in list_codesets()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_finddev.c106 if ((dir = opendir(path)) == NULL) in finddev_readdir_alt()
268 if ((dir = opendir(path)) == NULL) in finddev_emptydir_alt()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c193 if ((dirp = opendir("/usr/lib/fs")) != NULL) { in load_heuristics()
224 if ((subdirp = opendir(path)) != NULL) { in load_heuristics()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddir.h140 extern DIR *opendir ();
/illumos-gate/usr/src/lib/varpd/libvarpd/common/
H A Dlibvarpd_util.c51 if ((dirp = opendir(dirpath)) == NULL) { in libvarpd_dirwalk()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_create.c80 if ((dir = opendir(buf)) == NULL) in mdb_create_loadable_disasms()
/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_dir.c60 if ((dirp = opendir(dir)) == NULL)
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.cc81 if ((dp = opendir(dir)) == NULL) { in lookupControllerPath()
/illumos-gate/usr/src/common/fs/
H A Dhsfs.c130 static int opendir(ino_t, fileid_t *);
157 opendir(ino_t inode, fileid_t *filep) in opendir() function
204 if (opendir(root_ino, filep)) in find()
222 if (opendir(n, filep)) in find()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpci_sensor.c41 d = opendir(path); in pci_create_dev_scandir()

12345678910