Searched refs:close (Results 51 - 75 of 956) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libcmdutils/common/
H A Dwritefile.c140 (void) close(fi);
141 (void) close(fo);
164 (void) close(fi);
165 (void) close(fo);
184 (void) close(fi);
185 (void) close(fo);
204 (void) close(fi);
205 (void) close(fo);
214 (void) close(fi);
215 (void) close(f
[all...]
H A Dprocess_xattrs.c45 (void) close(pwdfd);
51 (void) close(pwdfd);
57 (void) close(pwdfd);
63 (void) close(pwdfd);
193 (void) close(sattrfd);
195 (void) close(tattrfd);
197 (void) close(asfd);
199 (void) close(atfd);
237 (void) close(sattrfd);
239 (void) close(tattrf
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c47 (void) close(p[0]);
48 (void) close(p[1]);
61 (void) close(p[0]);
81 (void) close(p[1]);
97 (void) close(p[0]);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dwrite.t14 close $fh;
95 close OUT or die "Could not close: $!";
134 close OUT2 or die "Could not close: $!";
177 close OUT2 or die "Could not close: $!";
244 close OUT3 or die "Could not close: $!";
266 close LE
[all...]
H A Dsysio.t92 if ($reopen) { # must close file to update EOF marker for stat
93 close O; open(O, ">>$outfile") || die "sysio.t: cannot write $outfile: $!";
109 if ($reopen) { # must close file to update EOF marker for stat
110 close O; open(O, ">>$outfile") || die "sysio.t: cannot write $outfile: $!";
130 if ($reopen) { # must close file to update EOF marker for stat
131 close O; open(O, ">>$outfile") || die "sysio.t: cannot write $outfile: $!";
145 if ($reopen) { # must close file to update EOF marker for stat
146 close O; open(O, ">>$outfile") || die "sysio.t: cannot write $outfile: $!";
160 if ($reopen) { # must close file to update EOF marker for stat
161 close
[all...]
/osnet-11/usr/src/lib/efcode/efdaemon/
H A Defdaemon.c92 close(fd);
117 close(0);
118 close(1);
119 close(2);
141 close(fd);
181 close(fd);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_unix.t47 close(TEST);
70 $sock->close;
90 $sock->close;
/osnet-11/usr/src/lib/libcontract/common/
H A Dlibcontract_priv.c68 (void) close(cfd);
74 (void) close(cfd);
101 (void) close(fd);
119 (void) close(fd);
133 (void) close(fd);
136 (void) close(fd);
198 (void) close(fd);
202 (void) close(fd);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/posix/
H A Ddaemon.c76 (void) close(n);
91 (void) close(devnull);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dmultiline.t29 close TRY or die "Could not close: $!";
50 close(TRY) || (die "Can't close temp file.");
H A Dscript.t19 close try or die "Could not close: $!";
H A Dutf.t24 close(UTF_PL);
/osnet-11/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-lcd-get-brightness-sunos.c57 close(fd);
60 close(fd);
H A Dhal-system-lcd-set-brightness-sunos.c59 close(fd);
62 close(fd);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.t42 close $fh;
58 print "not " unless ($fh->open("TEST","r") && !$fh->tell && $fh->close);
87 $wr->close;
91 $rd->close;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.t55 ok 4, close(WRITE), $!;
56 ok 5, close(READ), $!;
/osnet-11/usr/src/lib/libast/common/comp/
H A Dsetsid.c66 close(fd);
/osnet-11/usr/src/lib/libsqlite/tool/
H A Ddiffdb.c45 close(db1);
46 close(db2);
/osnet-11/usr/src/lib/libwanbootutil/common/
H A Dwbio.c88 (void) close(fd);
92 (void) close(fd);
/osnet-11/usr/src/lib/libresolv2/common/bsd/
H A Ddaemon.c75 (void)close (fd);
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DStderrLog.java71 public void close() { method in class:StderrLog
/osnet-11/usr/src/lib/libmail/common/
H A Dpopenvp.c83 (void) close(myside);
84 (void) close(stdio);
86 (void) close(yourside);
96 (void) close(yourside);
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_open.c101 (void) close(fd);
122 (void) close(fd);
139 * assumed that it is always save to close and reopen the same stream
140 * and that open/close doesn't have side effects. _t_create may fail
153 (void) close(fd);
161 (void) close(fd);
/osnet-11/usr/src/lib/libcurses/screen/
H A Dtypeahead.c70 (void) close(savefd);
98 * 4/24/89: modified to set the close on exec() flag of the newly
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dread.t26 close(A);

Completed in 61 milliseconds

1234567891011>>