HomeSort by: relevance | last modified time | path
    Searched defs:nofile (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/csh/
misc.c 232 int nofile; local in function:closem
235 nofile = FOLDSTD + 1;
236 if (fcntl(nofile, F_CLOSEM, 0) == -1)
238 nofile = NOFILE;
240 for (f = 0; f < nofile; f++)
csh.c 174 int nofile = 0; variable in typeref:typename:int
394 nofile = 1;
405 nofile = 1;
415 nofile = 1;
427 nofile = 1;
432 nofile = 1;
459 if (nofile == 0 && argc > 0) {
460 nofile = open(tempv[0], O_RDONLY);
461 if (nofile < 0) {
471 if ((SHIN = dmove(nofile, FSHIN)) < 0
    [all...]
  /src/usr.sbin/lpr/lpd/
printjob.c 548 int n, fi, fo, child_pid, p[2], stopped = 0, nofile; local in function:print
592 nofile = sysconf(_SC_OPEN_MAX);
593 for (n = 3; n < nofile; n++)
738 nofile = sysconf(_SC_OPEN_MAX);
739 for (n = 3; n < nofile; n++)
1126 int i, p[2], s, nofile; local in function:sendmail
1137 nofile = sysconf(_SC_OPEN_MAX);
1138 for (i = 3; i < nofile; i++)
1330 int i, nofile; local in function:setup_ofilter
1338 nofile = sysconf(_SC_OPEN_MAX)
    [all...]
  /src/sys/kern/
kern_proc.c 236 static const int nofile = NOFILE; variable in typeref:typename:const int
533 rlim[RLIMIT_NOFILE].rlim_cur = maxfiles < nofile ? maxfiles : nofile;

Completed in 16 milliseconds