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...] |