Searched refs:do_close (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dsession.h39 void do_close (int argc, char **argv);
H A Dsession.c93 do_close(int argc, char **argv) function
H A Dcommands.c89 { "close", 0, 0, do_close, 2, 1,
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Ddetach.c53 lutil_detach( int debug, int do_close )
114 if ( do_close ) {
/macosx-10.10/swig-12/Lib/perl5/
H A Dnoembed.h7 #ifdef do_close
8 #undef do_close macro
/macosx-10.10/pdisk-9/
H A Dmedia.c151 if (m->do_close != 0) {
152 (*m->do_close)(m);
H A Dmedia.h74 media_close do_close; member in struct:media
H A Ddeblock_media.c153 a->m.do_close = close_deblock_media;
H A Dfile_media.c234 a->m.do_close = close_file_media;
H A DATA_media.c500 a->m.do_close = close_ata_media;
808 a->m.do_close = close_ata_media;
H A DSCSI_media.c311 a->m.do_close = close_scsi_media;
/macosx-10.10/BerkeleyDB-21/db/dbreg/
H A Ddbreg_rec.c65 int do_close, do_open, do_rem, ret, t_ret; local
73 do_open = do_close = 0;
91 do_close = 1;
97 do_close = 1;
111 do_close = 1;
170 if (do_close) {
/macosx-10.10/BerkeleyDB-21/db/db/
H A Dcrdel_rec.c124 int do_close, ret, t_ret; local
129 do_close = 0;
162 do_close = 1;
201 if (do_close || ret != 0)
/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp-client.h59 int do_close(struct sftp_conn *, char *, u_int);
H A Dsftp-client.c425 do_close(struct sftp_conn *conn, char *handle, u_int handle_len) function
511 do_close(conn, handle, handle_len);
561 do_close(conn, handle, handle_len);
1058 do_close(conn, handle, handle_len);
1194 do_close(conn, handle, handle_len);
1199 do_close(conn, handle, handle_len);
1201 status = do_close(conn, handle, handle_len);
1512 if (do_close(conn, handle, handle_len) != SSH2_FX_OK)
H A Dchannels.c727 channel_register_cleanup(int id, channel_callback_fn *fn, int do_close) argument
736 c->detach_close = do_close;
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dmessages_members.h78 messages<_CharT>::do_close(catalog) const function in class:messages
H A Dlocale_facets.h4470 * Closes catalog @a c by calling do_close(c).
4476 { return this->do_close(__c); }
4522 do_close(catalog) const;
/macosx-10.10/ppp-786.1.1/Controller/
H A Dppp_main.c60 do_close, enumerator in enum:__anon11913
H A Dppp_socket_server.c60 do_close, enumerator in enum:__anon11931
329 action = do_close;
384 action = do_close;
400 case do_close:
H A Dipsec_manager.c97 do_close, enumerator in enum:__anon11908
2371 action = do_close;
2407 action = do_close;
2422 case do_close:
H A Dscnc_main.c101 do_close, enumerator in enum:__anon11932
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dlutil.h54 int do_close));
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dcore.c1041 static void do_close(struct libusb_context *ctx, function
1137 do_close(ctx, dev_handle);
1153 do_close(ctx, dev_handle);
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dmk4vfs.tcl230 return [list $fd [list mk4vfs::do_close $db $fd $mode $sb(ino)]]
255 return [list $fd [list mk4vfs::do_close $db $fd $mode $sb(ino)]]
468 proc do_close {db fd mode cur} { procedure
470 error "mk4vfs::do_close called with bad mode: $mode"

Completed in 230 milliseconds