Searched refs:close (Results 351 - 375 of 956) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/cmd/sendmail/db/hsearch/
H A Dhsearch.c139 (void)dbp->close(dbp, 0);
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_rec.c98 * If we are redoing an open or undoing a close, then we need
111 * If we are undoing an open, then we need to close the file.
112 * Note that we do *not* close the file if we are redoing a
113 * close, because we do not log the reference counts on log
115 * and therefore, this close should just dec a reference
117 * checkpoint, this will inadvertently close the file.
119 * If the file is deleted, then we can just ignore this close.
121 * close or whose reference count should be decremented.
129 ret = dbe->dbp->close(dbe->dbp, 0);
181 * Because of reference counting, we cannot automatically close file
[all...]
/osnet-11/usr/src/cmd/sendmail/db/os/
H A Dos_open.c150 ret = __db_jump.j_close != NULL ? __db_jump.j_close(fd) : close(fd);
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald.c507 close (dev_null_fd);
529 close (pf);
624 close (startup_daemonize_pipe[0]);
625 close (startup_daemonize_pipe[1]);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A DIO.t103 if (close OUT)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.xs100 if (mode < 0 || close(creat(tmpbuf,mode)) < 0)
103 if (close(creat(tmpbuf,mode)) < 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A D00setup_dummy.t29 close BFDTMP;
129 close FILE;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Temp/t/
H A Dsecurity.t128 close($fh2);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.t68 close STAT;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D33_defer_vs.t27 close F;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsubs.t42 close F ;
49 close TEST;
H A Dwarnings.t57 close F ;
95 close F or die "Cannot close $filename: $!\n";
116 close TEST or die "Cannot close $tmpfile: $!";
/osnet-11/usr/src/lib/libast/common/comp/
H A Dspawnveg.c239 close(err[1]);
246 close(err[0]);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dsetenviron.c84 close(open(".", O_RDONLY));
/osnet-11/usr/src/lib/libast/common/port/
H A Dastwinsize.c135 close(fd);
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmmopen.c149 close(fd);
201 { close(mmdc->fd);
236 (void)close(mmdc->fd);
271 { close(fd);
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dshowdb.c87 close(db);
H A Dshowjournal.c78 close(db);
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dhot.c201 (void) close(fp_fd);
204 (void) close(fp_fd);
326 (void) close(fd);
329 (void) close(fd);
/osnet-11/usr/src/lib/sun_fc/common/
H A DTrace.cc122 close(fd);
/osnet-11/usr/src/lib/libpower/common/
H A Dpm_kernel.c106 (void) close(fd);
112 (void) close(fd);
385 (void) close(fd);
/osnet-11/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.c172 (void) close(fd);
185 (void) close(fd);
208 (void) close(hdl->agent_devfd);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c75 close(rfd);
102 * don't change the bt_ovflsize value, it's close enough and slightly
194 dbp->close = __rec_close;
223 (void)close(rfd);
/osnet-11/usr/src/grub/grub2/grub-core/disk/arc/
H A Darcdisk.c114 GRUB_ARC_FIRMWARE_VECTOR->close (last_handle);
275 .close = grub_arcdisk_close,
292 GRUB_ARC_FIRMWARE_VECTOR->close (last_handle);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dcontrol.c161 ** CLOSECONTROLSOCKET -- close the daemon control named socket
166 ** fullclose -- if set, close the socket and remove it;
186 (void) close(ControlSocket);
226 (void) close(ControlSocket);
299 (void) close(sock);

Completed in 123 milliseconds

<<11121314151617181920>>