Searched refs:NOFILE (Results 1 – 14 of 14) 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()
62 #define NOFILE (sizeof(int) * NBBY) macro64 #define NOFILE (sizeof(int) * 8) macro67 static SVCXPRT *xports[NOFILE];118 if (sock < NOFILE) { in xprt_register()141 if ((sock < NOFILE) && (xports[sock] == xprt)) { in xprt_unregister()
58 #define NOFILE (sizeof(int) * NBBY) macro60 #define NOFILE (sizeof(int) * 8) macro238 if (fd >= NOFILE) { in makefd_xprt()
112 if ((fd = fopen(PH, "r")) == NOFILE) { in con()
236 #define NOFILE ((FILE *)NULL) macro
59 LIM(NOFILE, 1),
134 #define NOFILE OPEN_MAX /* max open files per process */ macro
54 NOFILE
18 #include <sys/param.h> /* for NOFILE */
227 atf_check -s exit:1 -o ignore -e ignore diff -N A NOFILE228 atf_check -s exit:1 -o ignore -e ignore diff -N NOFILE A
2890 return NOFILE; in getdtsize()