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

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_whileuntil.rb16 tmp.close
27 tmp.close
36 tmp.close
50 tmp.close
69 tmp.close
/macosx-10.9.5/ruby-104/ruby/test/socket/
H A Dtest_nonblock.rb26 serv.close if serv
27 c.close if c
28 s.close if s
51 serv.close if serv
52 c.close if c
53 s.close if s
78 u1.close if u1
79 u2.close if u2
100 u1.close if u1
101 u2.close i
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dsimple_exec.c167 /* close pipes we're not interested in */
169 close(in_fd[1]);
171 close(out_fd[0]);
173 close(err_fd[0]);
186 close(in_fd[0]);
190 close(out_fd[1]);
194 close(err_fd[1]);
203 close(in_fd[0]);
204 close(in_fd[1]);
207 close(out_f
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/tests/
H A Dcommit.test20 mk::file close db
45 mk::file close db
46 mk::file close dba
64 } -cleanup {mk::file close db; mk::file close dba}
77 mk::file close db
109 mk::file close db
110 mk::file close dba
122 } -cleanup {mk::file close db; mk::file close db
[all...]
H A Dobject.test68 $w close
69 v close
70 } -cleanup {mk::file close db}
106 v close
107 } -cleanup {mk::file close db}
132 $v close
136 $v close
140 $v close
144 $v close
148 $v close
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/factory/
H A DSampleDatabase.java212 public void close() method in class:SampleDatabase
216 supplierByCityDb.close();
217 shipmentByPartDb.close();
218 shipmentBySupplierDb.close();
219 partDb.close();
220 supplierDb.close();
221 shipmentDb.close();
222 // And don't forget to close the catalog and the environment.
223 javaCatalog.close();
224 env.close();
[all...]
/macosx-10.9.5/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.9.5/cups-372.4/cups/scheduler/
H A Dutil.c271 * Set the "close on exec" flag on each end of the pipe...
276 close(fds[0]);
277 close(fds[1]);
286 close(fds[0]);
287 close(fds[1]);
305 close(fds[0]);
306 close(fds[1]);
322 close(fd);
326 close(fds[1]);
336 close(fd
[all...]
/macosx-10.9.5/ruby-104/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.9.5/CPANInternal-140/PathTools/t/
H A Drel2abs2rel.t19 close(F);
48 close(STDOUTDUP);
54 close(F);
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dpipe.test55 close $readChan
75 close $readChan
76 close $writeChan
/macosx-10.9.5/CPANInternal-140/File-NFSLock/examples/
H A Dlock_test35 close FH;
/macosx-10.9.5/CPANInternal-140/File-NFSLock-1.21/examples/
H A Dlock_test35 close FH;
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/Builder/
H A Doutput.t35 close *$out;
40 close IN;
52 close *$out;
57 close IN;
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dccrandom.c93 close(fd);
99 close(fd);
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dgen-combining.py104 combining_h.close()
105 combining_c.close()
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sock/
H A Dopensock.c60 close( fd );
66 close( fd );
/macosx-10.9.5/OpenSSH-186/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.9.5/OpenSSH-186/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.9.5/bind9-45.100/bind9/contrib/
H A Dcheck-secure-delegation.pl.in56 close(DS);
71 close(Writer);
73 close(Reader);
98 close(DNSKEY);
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_main.c77 close(fd[0]);
78 close(fd[1]);
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dopenat-proc.c40 #undef close macro
82 close (proc_self_fd);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dsetsid.c66 close(fd);
/macosx-10.9.5/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()

Completed in 284 milliseconds

1234567891011>>