| /src/bin/csh/ |
| misc.c | 232 int nofile; local 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 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/external/bsd/atf/dist/test-programs/ |
| c_helpers.c | 165 char *nofile; local 170 RE(atf_text_format(&nofile, "%s.no", 172 touch(nofile); 173 free(nofile);
|
| /src/usr.sbin/lpr/lpd/ |
| printjob.c | 548 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++) 738 nofile = sysconf(_SC_OPEN_MAX); 739 for (n = 3; n < nofile; n++) 1126 int i, p[2], s, nofile; local 1137 nofile = sysconf(_SC_OPEN_MAX); 1138 for (i = 3; i < nofile; i++) 1330 int i, nofile; local 1338 nofile = sysconf(_SC_OPEN_MAX) [all...] |
| /src/sys/kern/ |
| kern_proc.c | 236 static const int nofile = NOFILE; variable 533 rlim[RLIMIT_NOFILE].rlim_cur = maxfiles < nofile ? maxfiles : nofile;
|
| /src/external/public-domain/sqlite/sqlite2mdoc/ |
| main.c | 248 static int nofile; variable 1208 if (nofile == 0) { 1881 if (nofile == 0) 1894 if (nofile) { 1917 (nofile ? kSBXProfilePureComputation : 1975 nofile = 1; 1978 nofile = 1;
|