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

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetdtablesize.c93 #ifdef NOFILE
95 files = NOFILE;
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.h45 # undef NOFILE macro
46 # define NOFILE sysconf(_SC_OPEN_MAX) macro
50 # ifndef NOFILE
51 # define NOFILE 64 macro
52 # endif /* NOFILE */
66 #if defined(OPEN_MAX) && !defined(NOFILE)
67 # define NOFILE OPEN_MAX macro
68 #endif /* OPEN_MAX && !NOFILE */
70 #if defined(USR_NFDS) && !defined(NOFILE)
71 # define NOFILE USR_NFD macro
75 # define NOFILE macro
[all...]
H A Dsh.misc.c270 num_files = NOFILE;
323 num_files = NOFILE;
/freebsd-11-stable/usr.bin/tip/tip/
H A Dacu.c120 if ((fd = fopen(PH, "r")) == NOFILE) {
H A Dtip.h239 #define NOFILE ((FILE *)NULL) macro
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlimits_conf.c59 LIM(NOFILE, 1),
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c59 LIM(NOFILE, 1),
/freebsd-11-stable/sys/sys/
H A Dparam.h111 #define NOFILE OPEN_MAX /* max open files per process */ macro
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh.h20 #define NOFILE 20 /* Number of open files */ macro
H A Dsh3.c326 for (i=FDBASE; i<NOFILE; i++)
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c2888 return NOFILE;

Completed in 217 milliseconds