Searched refs:close (Results 26 - 50 of 3329) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_pipe.rb9 w.close
13 r.close
/macosx-10.9.5/ruby-104/ruby/test/testunit/
H A Dtest_redefinition.rb7 o.close
11 test_out.close
H A Dtest_sorting.rb8 o.close
15 test_out.close
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dgetpassck33 close
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dfixhbline25 close $fin
42 close $fin
43 close $fout
62 close $fin
63 close $fout
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Dfilter_fork.c67 close(stdin_pipe[0]);
75 close(stdout_pipe[1]);
87 close(stdin_pipe[1]);
88 close(stdout_pipe[0]);
92 close(stdin_pipe[0]);
96 close(stdout_pipe[1]);
100 close(stdin_pipe[0]);
101 close(stdout_pipe[1]);
112 close(stdout_pipe[0]);
113 close(stdout_pip
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dpipe.c70 close(to_child_pipe[1]) < 0 ||
71 close(from_child_pipe[0]) < 0 ||
73 rsyserr(FERROR, errno, "Failed to dup/close");
77 close(to_child_pipe[0]);
79 close(from_child_pipe[1]);
89 if (close(from_child_pipe[1]) < 0 || close(to_child_pipe[0]) < 0) {
90 rsyserr(FERROR, errno, "Failed to close");
105 * process has to close the two ends it doesn't need. The remaining
139 close(to_child_pip
[all...]
/macosx-10.9.5/dyld-239.4/bin/
H A Dset-alt-dyld17 close IN or die $!;
23 close OUT or die $!;
/macosx-10.9.5/ruby-104/ruby/missing/
H A Ddup2.c9 * Check to see if fd2 is already open; if so, close it.
35 close(fd2);
37 close(fd2);
48 close(fd2);
54 close(fds[i--]);
/macosx-10.9.5/ruby-104/ruby/test/-ext-/wait_for_single_fd/
H A Dtest_wait_for_single_fd.rb11 r.close unless r.closed?
12 w.close unless w.closed?
29 w.close
38 w.close
/macosx-10.9.5/zlib-53/zlib/contrib/iostream/
H A Dtest.cpp20 os.close();
/macosx-10.9.5/zlib-53/zlib/contrib/iostream3/
H A Dtest.cc20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A DDSAclean.py31 input.close()
32 output.close()
/macosx-10.9.5/pcre-7/pcre/
H A DDetrail13 close(IN);
26 close(OUT);
/macosx-10.9.5/ppp-727.90.1/Helpers/MiniTerm/
H A DMiniTerm_main.m32 close(2);
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dmpart.rb22 ifp.close
36 ofp.close
42 ofp.close
44 ifp.close
/macosx-10.9.5/rsync-42/rsync/support/
H A Dcvs2includes31 close ENTRIES;
35 close FILTER;
42 close FIND;
/macosx-10.9.5/Security-55471.14.18/libsecurity_authorization/lib/
H A DtrampolineClient.cpp140 close(notify[READ]); close(notify[WRITE]);
161 close(notify[READ]); close(notify[WRITE]);
165 // close foreign side of pipes
166 close(notify[WRITE]);
168 close(comm[WRITE]);
170 // close mailbox file (child has it open now)
184 close(notify[READ]);
185 if (communicationsPipe) { close(com
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/compat/
H A Dcopyfile.test29 close $fh1
33 close $fh2
52 close $testFH
62 close $testFH1
63 close $testFH2
73 close $testFH
74 close $testFH2
83 close $testFH
84 close $testFH2
93 close
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dtempfile.rb30 # file.close
35 # === Explicit close
45 # Therefore, one should always call #unlink or close in an ensure block, like
52 # file.close
158 @tmpfile.close if @tmpfile
166 @tmpfile.close if @tmpfile
180 def close(unlink_now=false) method in class:Tempfile
182 close!
189 # <tt>close(true)</tt>.
190 def close!
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr015/
H A DTestGetSetMethods.cpp51 dbenv->close(0);
62 db_bt->close(0);
69 db_h->close(0);
75 db_re->close(0);
79 db_q->close(0);
/macosx-10.9.5/expat-12/expat/xmlwf/
H A Dreadfilemap.c72 close(fd);
78 close(fd);
85 close(fd);
91 close(fd);
96 close(fd);
H A Dunixfilemap.c37 close(fd);
41 close(fd);
51 close(fd);
58 close(fd);
63 close(fd);
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/persist/gettingStarted/
H A DSimpleDA.java31 public void close() method in class:SimpleDA
33 sec_pcursor.close();
34 sec_scursor.close();
/macosx-10.9.5/WebCore-7537.78.1/platform/posix/
H A DSharedBufferPOSIX.cpp50 close(fd);
56 close(fd);
67 close(fd);

Completed in 165 milliseconds

1234567891011>>