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

1234567891011>>

/macosx-10.10/postfix-255/postfix/src/cleanup/
H A Dcleanup_milter.in10a11 close
H A Dcleanup_milter.in10b12 close
H A Dcleanup_milter.in10c14 close
H A Dcleanup_milter.in1110 close
H A Dcleanup_milter.in10d14 close
H A Dcleanup_milter.in10e13 close
/macosx-10.10/ruby-106/ruby/test/testunit/
H A Dtest_hideskip.rb8 o.close
10 test_out.close
15 o.close
17 test_out.close
22 o.close
25 test_out.close
H A Dtest_redefinition.rb7 o.close
11 test_out.close
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/excxx_repquote/
H A Ddbc_auto.h13 * cursor close method can throw exceptions, which are masked by the destructor.
15 * For these reasons, you are strongly advised to call the DbcAuto::close
27 close();
33 void close() { function in class:DbcAuto
39 tdbc->close();
/macosx-10.10/Heimdal-398.1.2/tests/bin/
H A Dheimdal-win-mount.py25 conn.close()
31 conn.close()
40 conn.close()
48 conn.close()
59 conn.close()
65 conn.close()
72 conn.close()
78 conn.close()
85 conn.close()
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dpoll_posix.h6 #define usbi_close close
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/getting_started/
H A DMyDb.hpp17 // Our destructor just calls our private close method.
18 ~MyDb() { close(); }
31 // We put our database close activity here.
36 void close();
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dfork.c55 close( p2c[0] );
56 close( p2c[1] );
84 close( p2c[0] );
85 close( c2p[1] );
87 close( p2c[1] );
88 close( c2p[0] );
110 close( c2p[0] );
112 close( p2c[1] );
/macosx-10.10/WTF-7600.1.24/wtf/
H A DUniStdExtras.h39 // unconditionally, even if the close() call is interrupted.
42 if ((ret = close(fileDescriptor)) == -1 && errno == EINTR)
45 while ((ret = close(fileDescriptor)) == -1 && errno == EINTR) { }
/macosx-10.10/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dplatform.h90 * Need to define close here since lwres closes sockets and not files
92 #undef close macro
93 #define close closesocket macro
/macosx-10.10/file-46/file/python/
H A Dexample.py10 f.close()
15 ms.close()
/macosx-10.10/python-89/2.6/fix/
H A Dbyte2utf16.py13 out.close()
14 input.close()
H A Dutf162byte.py13 out.close()
14 input.close()
/macosx-10.10/python-89/2.7/fix/
H A Dbyte2utf16.py13 out.close()
14 input.close()
H A Dutf162byte.py13 out.close()
14 input.close()
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_io_file_create.rb10 f.close#(true)
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dsubst.h16 #undef close macro
17 #define close ruby_close macro
/macosx-10.10/ruby-106/ruby/sample/
H A Ddir.rb12 dirp.close
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_pipe.rb9 w.close
13 r.close
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dgetpassck33 close

Completed in 187 milliseconds

1234567891011>>