Searched refs:opendir (Results 1 - 22 of 22) sorted by relevance

/ast/src/lib/libast/dir/
H A Ddirstd.h26 * <dirent.h> for systems with no opendir()
55 extern DIR* opendir(const char*);
H A Dopendir.c24 * opendir, closedir
40 NoN(opendir)
49 opendir(register const char* path)
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
/ast/src/cmd/3d/
H A Ddir_3d.h43 __STDPP__directive pragma pp:hide opendir _opendir __opendir
51 #define opendir DIRopendir
127 __STDPP__directive pragma pp:nohide opendir _opendir __opendir
135 #undef opendir
212 extern DIR* opendir(const char*);
H A Ddir3d.c29 * (1) opendir() allocates one file descriptor for each directory
444 #define opendir OPENDIR macro
481 #include "opendir.c"
/ast/src/cmd/cs/vcs_src/
H A Dvcs_replica.c55 if (((rd = getrdir(path, dirbuf, sizeof(dirbuf))) == NULL) || (dir = opendir(rd)) == NULL)
120 if (((rd = getrdir(path, dirbuf, sizeof(dirbuf))) == NULL) || (dir = opendir(rd)) == NULL)
/ast/src/lib/libcs/
H A Dcspath.c57 if (!(dirp = opendir(path))) return 0;
76 if (dirp = opendir(path))
/ast/src/lib/libast/preroot/
H A Dgetpreroot.c102 if (!(dirp = opendir(dots))) ERROR(errno);
/ast/src/cmd/std/
H A Dpss.c297 if (!(dir = opendir(path)))
321 if (dir = opendir(path))
H A Dpss-procfs.c125 if (!(state->dir = opendir(_PS_dir)))
/ast/src/cmd/ss/
H A Dss.c232 else if (!(dirp = opendir(buf)))
H A Dssd.c409 if (!(root = opendir(".")))
/ast/src/lib/libtksh/tcl/
H A DtclGlob.c177 d = opendir(dirName);
H A DtclUnixFile.c710 d = opendir(dirName);
/ast/src/lib/libast/misc/
H A Dgetcwd.c239 if (!(dirp = opendir(dots))) ERROR(errno);
H A Dglob.c634 gp->gl_opendir = (GL_opendir_f)opendir;
H A Dfts.c948 if (!(fts->dir = opendir(fts->name)))
951 if (!fts->dir && !(fts->dir = opendir(fts->name)))
/ast/src/cmd/sortlib/sync/
H A Dsync.c320 dp = opendir(".");
322 dp = opendir("/");
326 dp = opendir(v[i]);
/ast/src/cmd/nmake/
H A Dbind.c376 if (d->directory && (dirp = opendir(s)))
416 p = opendir(dir);
417 error(-1, "AHA#%d opendir %s = %p", line, dir, p);
421 #define opendir(f) trace_opendir(f,__LINE__)
455 if (gs->dirp = opendir(dir))
470 if (gs->dirp = opendir(sfstruse(internal.nam)))
520 } while (!(gs->dirp = opendir(sfstruse(internal.nam))));
/ast/src/lib/libast/
H A DMakefile66 dirlib.h opendir.c readdir.c rewinddir.c seekdir.c telldir.c \
/ast/src/lib/libast/comp/
H A Diconv.c1575 if (!(cp->data = opendir(_win_maps)))
/ast/src/cmd/at/
H A Datd.c1438 if (dir = opendir("."))

Completed in 58 milliseconds