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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddir.h133 DIR; typedef in typeref:struct:_dirdesc
140 extern DIR *opendir ();
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c104 } DIR; typedef in typeref:struct:__anon1056
106 DIR * opendir(const char *dir)
108 DIR *dp;
120 dp = (DIR *)malloc(sizeof(DIR));
142 struct dirent * readdir(DIR *dp)
162 int closedir(DIR *dp)
614 DIR *dir = opendir (dirnames[i]);
/osnet-11/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))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h887 # ifndef DIR
888 # define DIR void macro

Completed in 44 milliseconds