Searched refs:NOFILE (Results 1 – 12 of 12) sorted by relevance
38 #ifndef NOFILE39 #define NOFILE 20 macro48 struct fdsave fdmap[NOFILE];
121 maxfiles = NOFILE;
45 #define NOFILE 256 /* max open files per process */ macro
90 if (phfd == NOFILE) { in connect()
234 #define NOFILE ((FILE *)NULL) macro
80 #define NOFILE OPEN_MAX /* max open files per process */ macro
122 #define NOFILE 20 /* this define is here for */ macro
159 for (i = 0; i < NOFILE; i++) { in main()
71 #define NOFILE nulls macro222 (void) print(NOFILE); /* on GCOS, use current file, if any */ in main()
232 for (i = 0; i < NOFILE; i++) {
1224 static int NoFile = NOFILE; /* The number of files I can use. */
2812 return NOFILE; in getdtsize()