| /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/common/ |
| fdopen.c | 51 static int nofile = -1; local 54 if(nofile < 0) 55 nofile = getdtablesize(); 57 if(fd < 0 || fd >= nofile) {
|
| /onnv/onnv-gate/usr/src/cmd/abi/appcert/scripts/ |
| 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($problems, $!)) [all...] |
| 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, $!));
|
| 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($profile, $!)) [all...] |
| 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, $!));
|
| 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($cache_file, $!)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/ypcmd/ |
| 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)
|
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.c | 44 int nofile; variable 316 nofile++; 330 nofile++; 342 nofile++; 348 nofile++; 390 if (nofile == 0 && c > 0) { 391 nofile = open_(v[0], 0); 392 if (nofile < 0) { 397 SHIN = dmove(nofile, FSHIN); /* Replace FSHIN */ 1249 static int NoFile = NOFILE; /* The number of files I can use. * [all...] |
| /onnv/onnv-gate/usr/src/cmd/fmt/ |
| fmt.c | 118 int nofile; local 137 nofile = 1; 142 nofile = 0; 151 if (nofile)
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/ |
| OS2.pm | 73 my ($self,$path, $nofile) = @_; 75 if ( $nofile ) {
|
| Win32.pm | 188 my ($self,$path, $nofile) = @_; 190 if ( $nofile ) {
|
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/ |
| literals.h | 237 L_DECL(nofile); variable
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/tests/ |
| subshell.sh | 242 integer max=$(ulimit --nofile)
|
| /onnv/onnv-gate/usr/src/cmd/syslogd/ |
| syslogd.c | [all...] |