Searched defs:NOFILE (Results 1 – 5 of 5) sorted by relevance
46 # define NOFILE sysconf(_SC_OPEN_MAX) macro51 # define NOFILE 64 macro67 # define NOFILE OPEN_MAX macro71 # define NOFILE USR_NFDS macro75 # define NOFILE 256 macro
62 #define NOFILE (sizeof(int) * NBBY) macro64 #define NOFILE (sizeof(int) * 8) macro
58 #define NOFILE (sizeof(int) * NBBY) macro60 #define NOFILE (sizeof(int) * 8) macro
134 #define NOFILE OPEN_MAX /* max open files per process */ macro
236 #define NOFILE ((FILE *)NULL) macro