Searched refs:close (Results 276 - 300 of 3340) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dsocket_tests.c139 close( my_child_fd );
149 close( my_child_fd );
191 close( my_child_fd );
201 close( my_child_fd );
208 close( my_child_fd );
221 close ( my_child_fd );
247 close( my_child_fd );
251 my_result = close ( my_libsys_fd );
253 printf ( "close failed with error %d - \"%s\" \n", errno, strerror( errno) );
254 close ( my_child_f
[all...]
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dccaudit_extensions.cpp48 close();
78 AuditLogger::close(bool writeLog/* = true*/) function in class:Security::CommonCriteria::Securityd::AuditLogger
132 close();
138 close();
173 close();
185 close();
339 close();
387 close();
407 close();
418 close();
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dhistfile.c223 close (file);
233 close (file);
324 close (file);
330 close (file);
344 close (file);
358 close (file);
363 close (file);
408 close (file);
484 close (file);
493 close (fil
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dnet.c197 (void)close(s);
278 goto close;
281 close(s);
301 goto close;
304 close(s);
308 close:
309 close(s);
358 goto close;
361 close(s);
364 close
[all...]
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dnet.c198 (void)close(s);
279 goto close;
282 close(s);
302 goto close;
305 close(s);
309 close:
310 close(s);
359 goto close;
362 close(s);
365 close
[all...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_io.rb34 r.close
42 w.close
48 w.close unless !w || w.closed?
49 r.close unless !r || r.closed?
61 r.close unless r.closed?
62 w.close unless w.closed?
69 w.close
98 w.close
102 r.close
116 w.close
2698 def t.close(unlink_now = false) singleton method in class:TestIO.with_read_pipe.test_pipe_block.test_gets_rs.test_gets_limit_extra_arg.test_ungetc.test_each_byte.test_copy_stream.test_copy_stream_rbuf.test_copy_stream_strio_rbuf.test_copy_stream_src_wbuf.test_copy_stream_dst_rbuf.test_ungetc2.test_readpartial.test_readpartial_with_not_empty_buffer.test_read.test_read_with_not_empty_buffer.test_write_nonblock.test_readline.test_each_char.test_lines.test_bytes.test_sysread_with_not_empty_buffer.test_printf.test_print_separators.test_write_32bit_boundary
[all...]
/macosx-10.10/BerkeleyDB-21/db/cxx/
H A Dcxx_logc.cpp31 int DbLogc::close(u_int32_t _flags) function in class:DbLogc
37 ret = logc->close(logc, _flags);
40 DB_ERROR(dbenv2, "DbLogc::close", ret, ON_ERROR_UNKNOWN);
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/
H A DSequenceExample.cpp127 seq.close(0);
132 db.close(0);
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/getting_started/
H A DMyDb.cpp41 // Private member used to close a database. Called from the class
44 MyDb::close() function in class:MyDb
49 db_.close(0);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DJoinCursor.java62 cursor1.close();
65 cursor2.close();
68 joinCursor.close();
95 public void close() method in class:JoinCursor
98 dbc.close();
H A DLogCursor.java18 The handle is not free-threaded. Once the {@link com.sleepycat.db.LogCursor#close LogCursor.close}
34 public synchronized void close() method in class:LogCursor
37 logc.close(0);
H A DSequence.java43 public void close() method in class:Sequence
46 seq.close(0);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/raw/
H A DRawStore.java130 public void close() method in class:RawStore
133 store.close();
/macosx-10.10/CPANInternal-159.1/Authen-Krb5/
H A Dsample_client37 close($s);
/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/t/
H A D81closed.t35 close $fh or die "can't close $filename $!";
/macosx-10.10/CPANInternal-159.1/Krb5-1.9/
H A Dsample_client37 close($s);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Ddumpdata.c51 close(fd);
96 close(fd);
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dgen-bidi.py101 bidi_h.close()
102 bidi_c.close()
/macosx-10.10/KerberosHelper-151/Source/
H A DconfigureAFPServer16 close REALM;
H A DconfigureTestingLocalKDC19 close REALM;
/macosx-10.10/Libinfo-459/gen.subproj/
H A Dconfiguration_profile.c87 close(fd);
95 close(fd);
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-closefrom.c85 (void) close((int) fd);
105 (void) close((int) fd);
H A Drresvport.c93 (void)close(s);
101 (void)close(s);
/macosx-10.10/OpenSSL098-52/src/apps/
H A DCA.pl.in96 close OUT;
99 close OUT;
183 close IN;
184 close OUT;
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuFileIo.c60 close(fd);
111 close(fd);

Completed in 367 milliseconds

<<11121314151617181920>>