Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dtc.os.h46 # undef NOFILE
47 # define NOFILE sysconf(_SC_OPEN_MAX) macro
51 # ifndef NOFILE
52 # define NOFILE 64 macro
67 #if defined(OPEN_MAX) && !defined(NOFILE)
68 # define NOFILE OPEN_MAX macro
71 #if defined(USR_NFDS) && !defined(NOFILE)
72 # define NOFILE USR_NFDS macro
75 #ifndef NOFILE
76 # define NOFILE 256 macro
H A Dsh.misc.c270 num_files = NOFILE; in closem()
313 num_files = NOFILE; in closech()
/freebsd-12.1/crypto/heimdal/lib/roken/
H A Dgetdtablesize.c93 #ifdef NOFILE in getdtablesize()
95 files = NOFILE; in getdtablesize()
/freebsd-12.1/release/picobsd/tinyware/msh/
H A Dsh5.c421 for (u=NUFILE; u<NOFILE;) in closeall()
433 int map[NOFILE];
436 for (i=0; i<NOFILE; i++)
442 for (i=0; i<NOFILE; i++)
H A Dsh.h20 #define NOFILE 20 /* Number of open files */ macro
H A Dsh3.c326 for (i=FDBASE; i<NOFILE; i++)
/freebsd-12.1/usr.bin/tip/tip/
H A Dacu.c122 if ((fd = fopen(PH, "r")) == NOFILE) { in con()
H A Dtip.h237 #define NOFILE ((FILE *)NULL) macro
/freebsd-12.1/sys/sys/
H A Dparam.h113 #define NOFILE OPEN_MAX /* max open files per process */ macro
/freebsd-12.1/crypto/heimdal/appl/login/
H A Dlimits_conf.c59 LIM(NOFILE, 1),
/freebsd-12.1/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c59 LIM(NOFILE, 1),
/freebsd-12.1/share/doc/smm/02.config/
H A Dspell.ok55 NOFILE
/freebsd-12.1/contrib/sendmail/src/
H A Dconf.c2821 return NOFILE; in getdtsize()