Home
last modified time | relevance | path

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

/src/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()
/src/crypto/heimdal/lib/roken/
H A Dgetdtablesize.c93 #ifdef NOFILE in getdtablesize()
95 files = NOFILE; in getdtablesize()
/src/crypto/krb5/src/lib/rpc/
H A Dsvc.c62 #define NOFILE (sizeof(int) * NBBY) macro
64 #define NOFILE (sizeof(int) * 8) macro
67 static SVCXPRT *xports[NOFILE];
118 if (sock < NOFILE) { in xprt_register()
141 if ((sock < NOFILE) && (xports[sock] == xprt)) { in xprt_unregister()
H A Dsvc_tcp.c58 #define NOFILE (sizeof(int) * NBBY) macro
60 #define NOFILE (sizeof(int) * 8) macro
238 if (fd >= NOFILE) { in makefd_xprt()
/src/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
/src/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c59 LIM(NOFILE, 1),
/src/crypto/heimdal/appl/login/
H A Dlimits_conf.c59 LIM(NOFILE, 1),
/src/sys/sys/
H A Dparam.h134 #define NOFILE OPEN_MAX /* max open files per process */ macro
/src/share/doc/smm/02.config/
H A Dspell.ok54 NOFILE
/src/contrib/unifdef/tests/
H A Dxterm.expout18 #include <sys/param.h> /* for NOFILE */
/src/usr.bin/diff/tests/
H A Ddiff_test.sh227 atf_check -s exit:1 -o ignore -e ignore diff -N A NOFILE
228 atf_check -s exit:1 -o ignore -e ignore diff -N NOFILE A
/src/contrib/sendmail/src/
H A Dconf.c2890 return NOFILE; in getdtsize()