Searched refs:NOFILE (Results 1 – 9 of 9) sorted by relevance
298 limit0.pl_rlimit[RLIMIT_NOFILE].rlim_cur = NOFILE; in main()300 (maxfiles - NOFILE > NOFILE) ? maxfiles - NOFILE : NOFILE); in main()
84 #define NOFILE OPEN_MAX /* max open files per process (soft) */ macro
272 } sstack[NOFILE];292 if (ssp >= NOFILE - 1) { in source()
117 if ((fd = fopen(PH, "r")) == NOFILE) { in connect()
231 #define NOFILE ((FILE *)NULL) macro
56 NOFILE
22 else fails you can use the value of NOFILE in <sys/param.h>.
2075 # ifndef NOFILE in Perl_my_popen_list()2076 # define NOFILE 20 in Perl_my_popen_list() macro2081 for (fd = PL_maxsysfd + 1; fd < NOFILE; fd++) { in Perl_my_popen_list()2214 #ifndef NOFILE in Perl_my_popen()2215 #define NOFILE 20 in Perl_my_popen() macro2220 for (fd = PL_maxsysfd + 1; fd < NOFILE; fd++) in Perl_my_popen()
2816 return NOFILE; in getdtsize()