Searched refs:DIR (Results 1 - 25 of 27) sorted by relevance

12

/ast/src/lib/libast/dir/
H A Ddirstd.h38 } DIR; typedef in typeref:struct:__anon256
55 extern DIR* opendir(const char*);
56 extern void closedir(DIR*);
57 extern struct dirent* readdir(DIR*);
58 extern void seekdir(DIR*, long);
59 extern long telldir(DIR*);
H A Dopendir.c46 static DIR* freedirp; /* always keep one dirp */
48 DIR*
51 register DIR* dirp = 0;
63 newof(0, DIR, 1, DIRBLKSIZ)
65 newof(0, DIR, 1, 0)
81 dirp->dd_buf = (void*)((char*)dirp + sizeof(DIR));
87 closedir(register DIR* dirp)
H A Drewinddir.c41 rewinddir(DIR* dirp)
H A Dtelldir.c38 telldir(DIR* dirp)
H A Ddirlib.h79 __STDPP__directive pragma pp:hide DIR closedir opendir readdir seekdir telldir
81 #undef DIR
82 #define DIR ______DIR
120 __STDPP__directive pragma pp:nohide DIR closedir opendir readdir seekdir telldir
122 #undef DIR
136 #define DIR DIRDIR
144 #undef DIR
H A Dseekdir.c41 seekdir(register DIR* dirp, long loc)
H A Dreaddir.c40 readdir(register DIR* dirp)
/ast/src/cmd/3d/
H A Ddir_3d.h40 #define DIR DIRDIR macro
106 extern DIR* OPENDIR(const char*);
109 extern struct dirent* READDIR(DIR*);
112 extern void SEEKDIR(DIR*, long);
115 extern long TELLDIR(DIR*);
118 extern void REWINDDIR(DIR*);
121 extern void CLOSEDIR(DIR*);
124 #undef DIR macro
209 } DIR; /* directory stream descriptor */ typedef in typeref:struct:__anon17
211 extern int closedir(DIR*);
[all...]
H A Ddir3d.c69 DIR*
73 register DIR* dirp = 0;
79 if (dirp = (DIR*)state.freedirp)
81 else if (!(dirp = newof(0, DIR, 1, 0)))
150 closedir3d(register DIR* dirp)
173 readdir3d(register DIR* dirp)
245 seekdir3d(register DIR* dirp, long pos)
284 telldir3d(DIR* dirp)
297 rewinddir3d(register DIR* dirp)
305 readdir643d(register DIR* dir
442 #define DIR macro
492 #define DIR macro
[all...]
/ast/src/cmd/nmake/
H A Drules-win32.mk60 local ( DIR PKG ) $(%)
62 D := $(DIR:F=%(lower)s)
71 PACKAGE_$(PKG)_$(DIR) := $(R)
H A DMakerules.mk225 DLLDIR = $(CC.DLL.DIR)
1379 .DO.INSTALL.DIR : .USE .DO.TOP.LEVEL
1594 $(P:@/ + .*//:T!=FR) : .TERMINAL .RECURSE.DIR
1595 $(P:@/.* + //:T!=FR) : .TERMINAL .NORECURSE.DIR
1597 $(P:T!=FR) : .TERMINAL .RECURSE.DIR
1606 .RECURSE.DIR : .USE .ALWAYS .LOCAL .FORCE .RECURSE.FLUSH .RECURSE.SEMAPHORE
1616 .NORECURSE.DIR : .USE .ALWAYS .LOCAL .FORCE .RECURSE.SEMAPHORE
1834 local DIR
1836 DIR := $(<:/^.DLL.//)
1837 if ! "$(DIR
1858 DIR := cc$(OPT:/,/~/G:/ /,/G) macro
[all...]
H A Dbind.c352 register DIR* dirp;
403 DIR* dirp;
/ast/src/cmd/cs/vcs_src/
H A Dvcs_replica.c47 register DIR* dir;
111 register DIR* dir;
/ast/src/lib/libcs/
H A Dcspath.c48 register DIR* dirp;
50 DIR* subp = 0;
/ast/src/lib/libast/preroot/
H A Dgetpreroot.c67 DIR* dirp = 0;
/ast/src/cmd/std/
H A Dpss.c287 register DIR* dir;
289 DIR* sub = 0;
H A Dpss-procfs.c106 DIR* dir;
/ast/src/cmd/ss/
H A Dss.c181 DIR* dirp;
H A Dssd.c304 DIR* root;
/ast/src/lib/libtksh/tcl/
H A DtclGlob.c173 DIR *d;
H A DtclUnixFile.c671 DIR *d;
/ast/src/lib/libast/misc/
H A Dgetcwd.c158 DIR* dirp = 0;
/ast/src/lib/libast/comp/
H A Diconv.c1583 if (ent = readdir((DIR*)cp->data))
1588 closedir((DIR*)cp->data);
/ast/src/lib/libpp/
H A Dppproto.c537 #define DIR 03 macro
1221 if (proto->brace == 0 && paren == 0 && last != '=' && (flags & (CLASSIC|DECLARE|DIRECTIVE|MATCH|PLUSONLY|SKIP|TOKENS)) == (MATCH|TOKENS) && ((dir & DIR) != DIR_en || ((dir>>2) & DIR) != DIR_if))
/ast/src/cmd/sortlib/sync/
H A Dsync.c291 DIR* dp;

Completed in 91 milliseconds

12