Searched defs:DIR (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/
H A Ddirent.h44 typedef struct DIR DIR; typedef in typeref:struct:DIR
46 extern DIR *opendir(const char *);
47 extern struct dirent *readdir(DIR *);
48 extern int closedir(DIR *);
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Ddirent.h58 } DIR; typedef in typeref:struct:__dirdesc
60 extern DIR *opendir(/* char *dirname */);
61 extern struct dirent *readdir(/* DIR *dirp */);
62 extern int closedir(/* DIR *dirp */);
64 extern void seekdir(/* DIR *dirp, int loc */);
65 extern long telldir(/* DIR *dirp */);
67 extern void rewinddir(/* DIR *dirp */);
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Ddir.h77 } DIR; typedef in typeref:struct:_dirdesc
82 extern DIR *opendir();
/illumos-gate/usr/src/cmd/ypcmd/net_files/
H A DMakefile39 DIR =/etc macro
112 group.time: $(DIR)/group
113 @(awk 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ { print $$1, $$0 }' $(DIR)/group $(CHKPIPE))| $(MAKEDBM) - $(YPDBDIR)/$(DOM)/group.byname;
114 @(awk 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ { printf("%-10d ", $$3); print $$0 }' $(DIR)/group $(CHKPIPE)) | $(MAKEDBM) - $(YPDBDIR)/$(DOM)/group.bygid;
121 project.time: $(DIR)/project
122 @(awk 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ { print $$1, $$0 }' $(DIR)/project $(CHKPIPE))| $(MAKEDBM) - $(YPDBDIR)/$(DOM)/project.byname;
123 @(awk 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ { printf("%-10d ", $$2); print $$0 }' $(DIR)/project $(CHKPIPE)) | $(MAKEDBM) - $(YPDBDIR)/$(DOM)/project.byprojid;
141 hosts.time: $(DIR)/hosts
142 @($(MULTI) $(B) -l $(DIR)/hosts);
143 @($(STDHOSTS) -w $(DIR)/host
[all...]
/illumos-gate/usr/src/head/
H A Ddirent.h58 } DIR; /* stream data from opendir() */ typedef in typeref:struct:__anon2248
68 } DIR; /* stream data from opendir() */ typedef in typeref:struct:__anon2249
98 extern DIR *opendir(const char *);
101 extern DIR *fdopendir(int);
102 extern int dirfd(DIR *);
112 extern struct dirent *readdir(DIR *);
115 extern long telldir(DIR *);
116 extern void seekdir(DIR *, long);
118 extern void rewinddir(DIR *);
119 extern int closedir(DIR *);
[all...]
/illumos-gate/usr/src/ucbhead/sys/
H A Ddir.h49 * This header file provides BSD compatibility for DIR and direct structures.
50 * The fields in the BSD DIR structure are identical to to the SVR4 DIR
56 * All routines manipulating DIR structures are compatible, only readdir
126 } DIR; typedef in typeref:struct:_dirdesc
159 extern DIR *opendir(const char *);
160 extern struct direct *readdir(DIR *);
161 extern long telldir(DIR *);
162 extern void seekdir(DIR *, long);
167 extern void rewinddir(DIR *);
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_client.c139 struct dir *DIR; local
148 DIR = &res;
150 if (DIR->status == OK) {
152 where = (((off64_t)DIR->dir_u.ok.blkno) * DBLKSIZ);
159 DIR->dir_u.ok.blkdat, DBLKSIZ) < 0) {
163 } else if (DIR->status == GETDBM_ERROR) {
166 } else if (DIR->status == GETDBM_EOF)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddir.h133 DIR; typedef in typeref:struct:_dirdesc
140 extern DIR *opendir ();
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c507 #define DIR 03 macro
1191 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))

Completed in 88 milliseconds