Home
last modified time | relevance | path

Searched refs:NOFILE (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtc.os.h45 # undef NOFILE
46 # define NOFILE sysconf(_SC_OPEN_MAX) macro
50 # ifndef NOFILE
51 # define NOFILE 64 macro
66 #if defined(OPEN_MAX) && !defined(NOFILE)
67 # define NOFILE OPEN_MAX macro
70 #if defined(USR_NFDS) && !defined(NOFILE)
71 # define NOFILE USR_NFDS macro
74 #ifndef NOFILE
75 # define NOFILE 256 macro
H A Dsh.misc.c270 num_files = NOFILE; in closem()
323 num_files = NOFILE; in closech()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetdtablesize.c93 #ifdef NOFILE in getdtablesize()
95 files = NOFILE; in getdtablesize()
/freebsd/usr.bin/tip/tip/
H A Dacu.c112 if ((fd = fopen(PH, "r")) == NOFILE) { in con()
H A Dtip.h236 #define NOFILE ((FILE *)NULL) macro
/freebsd/usr.bin/diff/tests/
H A Ddiff_test.sh223 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
/freebsd/crypto/heimdal/appl/login/
H A Dlimits_conf.c59 LIM(NOFILE, 1),
/freebsd/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c59 LIM(NOFILE, 1),
/freebsd/sys/sys/
H A Dparam.h131 #define NOFILE OPEN_MAX /* max open files per process */ macro
/freebsd/share/doc/smm/02.config/
H A Dspell.ok54 NOFILE
/freebsd/contrib/unifdef/tests/
H A Dxterm.expout18 #include <sys/param.h> /* for NOFILE */
/freebsd/contrib/sendmail/src/
H A Dconf.c2890 return NOFILE; in getdtsize()