Searched refs:close (Results 101 - 125 of 3340) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/marshal/
H A DSampleDatabase.java204 public void close() method in class:SampleDatabase
208 supplierByCityDb.close();
209 shipmentByPartDb.close();
210 shipmentBySupplierDb.close();
211 partDb.close();
212 supplierDb.close();
213 shipmentDb.close();
214 // And don't forget to close the catalog and the environment.
215 javaCatalog.close();
216 env.close();
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Dutil.c259 * Set the "close on exec" flag on each end of the pipe...
264 close(fds[0]);
265 close(fds[1]);
274 close(fds[0]);
275 close(fds[1]);
293 close(fds[0]);
294 close(fds[1]);
310 close(fd);
314 close(fds[1]);
324 close(fd
[all...]
/macosx-10.10/ruby-106/ruby/test/stringio/
H A Dtest_stringio.rb74 f.close
79 f.close
86 f.close
89 f.close unless f.closed?
96 f.close
101 f.close
108 f.close
111 f.close unless f.closed?
129 f.close unless f.closed?
157 f.close
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dpipe.test55 close $readChan
75 close $readChan
76 close $writeChan
/macosx-10.10/CPANInternal-159.1/File-NFSLock-1.21/examples/
H A Dlock_test35 close FH;
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dpopen.c165 close(pdes[0]);
166 close(pdes[1]);
173 close(pdes[1]);
177 close(pdes[0]);
181 close(pdes[0]);
183 close(pdes[1]);
193 close(pdes[1]);
196 close(pdes[0]);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dccrandom.c93 close(fd);
99 close(fd);
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dgen-combining.py104 combining_h.close()
105 combining_c.close()
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sock/
H A Dopensock.c60 close( fd );
66 close( fd );
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dport-solaris.c73 close(stat_fd);
121 close(tmpl_fd);
137 close(tmpl_fd);
158 close(tmpl_fd);
186 close(ctl_fd);
191 close(tmpl_fd);
195 close(stat_fd);
197 close(ctl_fd);
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/regress/
H A Dclosefromtest.c47 /* should close last fd only */
49 if (close(fds[max]) != -1)
50 fail("failed to close highest fd");
57 /* should close all fds */
60 if (close(fds[i]) != -1)
61 fail("failed to close from lowest fd");
/macosx-10.10/WebKit2-7600.1.25/UIProcess/InspectorServer/
H A DWebSocketServer.cpp50 close();
69 void WebSocketServer::close() function in class:WebKit::WebSocketServer
/macosx-10.10/bind9-45.101/bind9/contrib/
H A Dcheck-secure-delegation.pl.in56 close(DS);
71 close(Writer);
73 close(Reader);
98 close(DNSKEY);
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dopenat-proc.c40 #undef close macro
82 close (proc_self_fd);
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dsetsid.c66 close(fd);
/macosx-10.10/libxml2-26/libxml2/python/
H A Dsetup.py40 open("libxmlmods/__init__.py","w").close()
120 head.close()
121 generated.close()
122 result.close()
145 head.close()
146 generated.close()
147 result.close()
213 manifest.close()
H A Dsetup.py.in40 open("libxmlmods/__init__.py","w").close()
120 head.close()
121 generated.close()
122 result.close()
145 head.close()
146 generated.close()
147 result.close()
213 manifest.close()
/macosx-10.10/postfix-255/postfix/src/util/
H A Dstream_connect.c89 close(pair[1]);
100 close(fifo);
H A Dunix_connect.c90 close(sock);
105 close(sock);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dtcpinterpreter.py31 clientfile.close()
32 clientsock.close()
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/TinyTinyEdit/
H A DTinyTinyEdit.py25 f.close()
35 f.close()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dtcpinterpreter.py31 clientfile.close()
32 clientsock.close()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dsetup.py.in40 open("libxmlmods/__init__.py","w").close()
120 head.close()
121 generated.close()
122 result.close()
145 head.close()
146 generated.close()
147 result.close()
213 manifest.close()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/TinyTinyEdit/
H A DTinyTinyEdit.py25 f.close()
35 f.close()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/NonFunctional/RemotePyInterpreter/
H A Dtcpinterpreter.py31 clientfile.close()
32 clientsock.close()

Completed in 569 milliseconds

1234567891011>>