Searched refs:close (Results 51 - 75 of 3340) sorted by relevance

1234567891011>>

/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dclone.c71 close(ttyfd);
73 close(coprocin);
74 close(coprocout);
83 close(cttyfd);
91 close(cttyfd);
99 close(ttyfd);
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dcompatibility.t44 close $server;
59 print $client "Ok to close\n";
60 close $client;
71 close $contact;
72 close $server;
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dpmap_wakeup.c25 close(fd);
30 close(fd);
/macosx-10.10/apache-793/httpd/support/
H A Dphf_abuse_log.cgi.in36 close(LOG);
/macosx-10.10/diskdev_cmds-576/disklib/
H A Ddkopen.c43 return (close (filedes));
45 return (close (filedes));
H A Ddksecsize.c67 (void)close(fd);
71 (void)close(fd);
/macosx-10.10/gnutar-453/gnutar/lib/
H A Ddup2.c40 close (duplicated_fd);
52 close (desired_fd);
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Ddup2.c41 close(d2);
/macosx-10.10/libauto-186/tests/
H A Dlookfor.c34 close(2);
55 close(fd);
/macosx-10.10/ntp-92/scripts/
H A Dntp-close6 sort -n +7 > /tmp/ntp-close
/macosx-10.10/postfix-255/postfix/src/master/
H A Dmaster_monitor.c82 close(pipes[0]);
86 close(pipes[1]);
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_io_select3.rb14 r.close
/macosx-10.10/ruby-106/ruby/sample/
H A Dclnt.rb21 s.close
H A Dtsvr.rb18 s.close
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_pair.rb35 ssls.close
45 c.close unless c.closed?
46 s.close unless s.closed?
65 Thread.new { s2 << content; s2.close }
76 Thread.new { s1 << content; s1.close }
98 s2.close
107 s2.close
114 s2.close
128 s1.close
136 s1.close
[all...]
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dftp-rfc30 close
/macosx-10.10/uucp-11/uucp/unix/
H A Ddup2.c48 (void) close (onew);
63 (void) close (onext);
/macosx-10.10/ruby-106/ruby/test/
H A Dtest_syslog.rb32 Syslog.close if Syslog.opened?
43 # open without close
48 Syslog.close
58 Syslog.close
60 # default parameters again (after close)
62 Syslog.close
75 Syslog.close if Syslog.opened?
84 Syslog.close
96 Syslog.close
115 Syslog.close i
[all...]
H A Dtest_tempfile.rb18 @tempfile.close!
26 t.close
44 tempfile.close
70 t.close
87 tempfile.close
103 tempfile.close
111 t.close
118 t.close(true)
128 File.open(path, "w").close
130 t.close(tru
[all...]
/macosx-10.10/ruby-106/ruby/test/zlib/
H A Dtest_zlib.rb156 z.close
167 z.close
199 z.close # without this, outputs `zlib(finalizer): the stream was freed prematurely.'
214 z.close # without this, outputs `zlib(finalizer): the stream was freed prematurely.'
228 z.close
256 deflate.close
386 deflate.close
435 z.close
442 t.close
448 t.close(tru
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/bind/serial/
H A DClassCatalog.java39 public void close() method in interface:ClassCatalog
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dclosefrom.c54 close(fd);
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dgenerate.py52 def close(self) : member in class:GeneratedFile
53 """End and close the file header"""
54 self.file.close()
71 def close(self) : member in class:Header
72 """End and close the file header"""
74 GeneratedFile.close(self)
/macosx-10.10/Libc-1044.1.2/util/
H A Dlogin_tty.c48 (void) close(fd);
H A Dpty.c86 (void) close(master);
118 (void) close(master);
130 (void) close(slave);
138 (void) close(slave);

Completed in 237 milliseconds

1234567891011>>