Searched refs:NOFILE (Results 1 – 12 of 12) sorted by relevance
45 # undef NOFILE46 # define NOFILE sysconf(_SC_OPEN_MAX) macro50 # ifndef NOFILE51 # define NOFILE 64 macro66 #if defined(OPEN_MAX) && !defined(NOFILE)67 # define NOFILE OPEN_MAX macro70 #if defined(USR_NFDS) && !defined(NOFILE)71 # define NOFILE USR_NFDS macro74 #ifndef NOFILE75 # define NOFILE 256 macro
270 num_files = NOFILE; in closem()323 num_files = NOFILE; in closech()
93 #ifdef NOFILE in getdtablesize()95 files = NOFILE; in getdtablesize()
112 if ((fd = fopen(PH, "r")) == NOFILE) { in con()
236 #define NOFILE ((FILE *)NULL) macro
223 atf_check -s exit:1 -o ignore -e ignore diff -N A NOFILE 224 atf_check -s exit:1 -o ignore -e ignore diff -N NOFILE A
59 LIM(NOFILE, 1),
131 #define NOFILE OPEN_MAX /* max open files per process */ macro
18 #include <sys/param.h> /* for NOFILE */
54 NOFILE
2890 return NOFILE; in getdtsize()