Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Ddefs.c37 #ifndef NOFILE
38 #define NOFILE 20 macro
47 struct fdsave fdmap[NOFILE];
/illumos-gate/usr/src/cmd/bnu/
H A Dxqt.c121 maxfiles = NOFILE;
/illumos-gate/usr/src/cmd/tip/
H A Dacu.c88 if (phfd == NOFILE) { in connect()
H A Dtip.h224 #define NOFILE ((FILE *)NULL) macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h80 #define NOFILE OPEN_MAX /* max open files per process */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h107 #define NOFILE OPEN_MAX /* max open files per process */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h132 #define NOFILE 20 /* this define is here for */ macro
/illumos-gate/usr/src/cmd/sckmd/sparc/sun4u/
H A Dsckmd.c159 for (i = 0; i < NOFILE; i++) { in main()
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c69 #define NOFILE nulls macro
220 (void) print(NOFILE); /* on GCOS, use current file, if any */ in main()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.c1227 static int NoFile = NOFILE; /* The number of files I can use. */
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c2813 return NOFILE; in getdtsize()