Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/crypto/heimdal/lib/roken/
H A Dgetdtablesize.c93 #ifdef NOFILE in getdtablesize()
95 files = NOFILE; in getdtablesize()
/freebsd-13.1/usr.bin/diff/tests/
H A Ddiff_test.sh194 atf_check -s exit:1 -o ignore -e ignore diff -N A NOFILE
195 atf_check -s exit:1 -o ignore -e ignore diff -N NOFILE A
/freebsd-13.1/usr.bin/tip/tip/
H A Dacu.c122 if ((fd = fopen(PH, "r")) == NOFILE) { in con()
H A Dtip.h241 #define NOFILE ((FILE *)NULL) macro
/freebsd-13.1/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c59 LIM(NOFILE, 1),
/freebsd-13.1/crypto/heimdal/appl/login/
H A Dlimits_conf.c59 LIM(NOFILE, 1),
/freebsd-13.1/sys/sys/
H A Dparam.h116 #define NOFILE OPEN_MAX /* max open files per process */ macro
/freebsd-13.1/share/doc/smm/02.config/
H A Dspell.ok55 NOFILE
/freebsd-13.1/contrib/sendmail/src/
H A Dconf.c2888 return NOFILE; in getdtsize()