Searched refs:nofile (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/csh/
H A Dmisc.c233 int nofile; local
236 nofile = FOLDSTD + 1;
237 if (fcntl(nofile, F_CLOSEM, 0) == -1)
239 nofile = NOFILE;
241 for (f = 0; f < nofile; f++)
H A Dcsh.c83 int nofile = 0; variable
302 nofile = 1;
313 nofile = 1;
323 nofile = 1;
335 nofile = 1;
340 nofile = 1;
367 if (nofile == 0 && argc > 0) {
368 nofile = open(tempv[0], O_RDONLY);
369 if (nofile < 0) {
379 if ((SHIN = dmove(nofile, FSHI
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/test-programs/
H A Dc_helpers.c165 char *nofile; local
170 RE(atf_text_format(&nofile, "%s.no",
172 touch(nofile);
173 free(nofile);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/test-programs/
H A Dc_helpers.c167 char *nofile; local
172 RE(atf_text_format(&nofile, "%s.no",
174 touch(nofile);
175 free(nofile);
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpd/
H A Dprintjob.c548 int n, fi, fo, child_pid, p[2], stopped = 0, nofile; local
592 nofile = sysconf(_SC_OPEN_MAX);
593 for (n = 3; n < nofile; n++)
737 nofile = sysconf(_SC_OPEN_MAX);
738 for (n = 3; n < nofile; n++)
1124 int i, p[2], s, nofile; local
1135 nofile = sysconf(_SC_OPEN_MAX);
1136 for (i = 3; i < nofile; i++)
1328 int i, nofile; local
1336 nofile
[all...]
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_proc.c210 static const int nofile = NOFILE; variable
455 rlim[RLIMIT_NOFILE].rlim_cur = maxfiles < nofile ? maxfiles : nofile;
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c1043 * `nofile'
1052 checkuser(const char *fname, const char *name, int def, int nofile, argument
1064 return nofile;

Completed in 252 milliseconds