Searched refs:nofile (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/ |
H A D | fdopen.c | 51 static int nofile = -1; local 54 if(nofile < 0) 55 nofile = getdtablesize(); 57 if(fd < 0 || fd >= nofile) {
|
/illumos-gate/usr/src/cmd/abi/appcert/scripts/ |
H A D | symprof.pl | 203 exiter(nofile($outfile, $!)); 222 exiter(nofile($outfile, $!)); 279 exiter(nofile($dtneeded, $!)); 282 exiter(nofile($outfile, $!)); 327 exiter(nofile($errfile, $!)); 337 exiter(nofile($outfile, $!)); 490 exiter(nofile($outfile, $!)); 705 open($objects_fh, ">$outfile") || exiter(nofile($outfile, $!)); 725 open($ldd_prof_fh, ">$outfile") || exiter(nofile($outfile, $!)); 939 exiter(nofile( [all...] |
H A D | appcert.pl | 176 exiter(nofile($file_list, $!)); 262 exiter(nofile($skipped_file, $!)); 522 exiter(nofile("$dirpath/info.path", $!)); 532 exiter(nofile("$dirpath/info.file", $!)); 542 exiter(nofile("$dirpath/info.dump", $!)); 557 exiter(nofile("$dirpath/info.arch", $!)); 576 exiter(nofile($index_file, $!));
|
H A D | symcheck.pl | 218 exiter(nofile($profile_file, $!)); 255 exiter(nofile($problems, $!)); 368 exiter(nofile($profile_file, $!)); 488 exiter(nofile($file, $!)); 502 exiter(nofile($file, $!)); 566 exiter(nofile($ldd_file, $!)); 591 exiter(nofile($file, $!)); 607 exiter(nofile($file, $!)); 1021 exiter(nofile($file, $!)); 1163 exiter(nofile( [all...] |
H A D | symreport.pl | 187 exiter(nofile($problems_file, $!)); 238 exiter(nofile($problems_file, $!)); 421 exiter(nofile($cnt_file, $!)); 518 exiter(nofile($report_file, $!)); 583 exiter(nofile($file, $!)); 605 exiter(nofile($file, $!)); 704 exiter(nofile($outfile, $!));
|
H A D | AppcertUtil.pm | 104 &nofile 242 exiter(nofile("$dirname/info.path", $!)); 246 exiter(nofile("$dirname/info.path", $!)); 502 exiter(nofile($outfile, $!)); 631 emsg("%s", nofile($return_code_file)); 635 exiter(nofile($return_code_file, $!)); 649 exiter(nofile($return_code_file, $!)); 781 sub nofile subroutine 1489 exiter(nofile($cache_file, $!)); 1497 exiter(nofile( [all...] |
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypserv_net_secure.c | 61 static int nofile = 0; variable 126 /* if nothing to process, set nofile flag and free up memory */ 129 nofile = 1; 134 nofile = 1; 145 if (nofile)
|
/illumos-gate/usr/src/cmd/fmt/ |
H A D | fmt.c | 118 int nofile; local 137 nofile = 1; 142 nofile = 0; 151 if (nofile)
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.c | 41 int nofile; variable 286 nofile++; 300 nofile++; 312 nofile++; 318 nofile++; 360 if (nofile == 0 && c > 0) { 361 nofile = open_(v[0], 0); 362 if (nofile < 0) { 367 SHIN = dmove(nofile, FSHIN); /* Replace FSHIN */
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | literals.h | 236 L_DECL(nofile); variable
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | subshell.sh | 242 integer max=$(ulimit --nofile)
|
/illumos-gate/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 3251 goto nofile; 3262 goto nofile; 3284 goto nofile; 3312 nofile:
|
Completed in 92 milliseconds