Searched defs:nofile (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dfdopen.c51 static int nofile = -1; local
54 if(nofile < 0)
55 nofile = getdtablesize();
57 if(fd < 0 || fd >= nofile) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_net_secure.c61 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/abi/appcert/scripts/
H A DAppcertUtil.pm104 &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/fmt/
H A Dfmt.c118 int nofile; local
137 nofile = 1;
142 nofile = 0;
151 if (nofile)
/illumos-gate/usr/src/cmd/csh/
H A Dsh.c41 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 Dliterals.h236 L_DECL(nofile); variable

Completed in 157 milliseconds