Searched refs:close (Results 76 - 100 of 3329) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Drand-unix.c88 close(fd);
113 close(fd);
119 close(fd);
149 close(fd);
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dclosefrom.c54 close(fd);
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/Libc-997.90.3/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);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DEventQueue.h44 virtual void close() = 0;
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/unix/
H A DAttachmentUnix.cpp52 while (close(m_fileDescriptor) == -1 && (errno == EINTR)) { }
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/InspectorServer/qt/
H A DWebSocketServerQt.h42 void close();
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dfd-safer.c37 failure to duplicate, close FD, set errno, and return -1. Preserve
51 close (fd);
H A Dpipe-safer.c44 close (fd[1 - i]);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dcloselog.c42 close(log.fd);
H A Dreadlink.c52 close(fd);
55 close(fd);
/macosx-10.9.5/ksh-20/ksh/src/lib/libcoshell/
H A Dcosync.c70 if ((td = open(tmp, O_WRONLY|O_CREAT|O_TRUNC, 0)) >= 0) close(td);
75 close(fd);
77 close(td);
105 if (clean) close(fd);
/macosx-10.9.5/rsync-42/rsync/
H A Dconnection.c47 close(fd);
/macosx-10.9.5/ruby-104/ruby/test/scanf/
H A Dtest_scanfio.rb17 fh.close
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dreadfilemap.c59 extern int close (int fd);
95 close(fd);
100 close(fd);
105 close(fd);
H A Dunixfilemap.c61 close(fd);
65 close(fd);
75 close(fd);
80 close(fd);
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dunixfilemap.c51 close(fd);
55 close(fd);
65 close(fd);
70 close(fd);
/macosx-10.9.5/text_cmds-87/sort/
H A Dfd-safer.c39 failure to duplicate, close FD, set errno, and return -1. Preserve
53 close (fd);
/macosx-10.9.5/uucp-11/uucp/unix/
H A Ddetach.c130 (void) close (o);
137 (void) close (0);
138 (void) close (1);
139 (void) close (2);
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dfile.c104 cups_file_t *fp, /* I - File to close */
135 * First close the file...
175 close(fds[0]);
181 close(fds[1]);
277 * Set the "close on exec" flag on each end of the pipe...
282 close(fds[0]);
283 close(fds[1]);
293 close(fds[0]);
294 close(fds[1]);
363 close(f
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Ddup.test33 close $testFH
55 close $testFH
56 close $testFH2
65 close $testFH
66 close $testFH2
74 close $testFH
75 close $testFH2
93 close $testFH1
94 close $testFH2
99 close
[all...]
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dtestbackend.c217 close(fd);
223 close(data_fds[1]);
225 close(data_fds[0]);
230 close(back_fds[0]);
232 close(back_fds[1]);
237 close(side_fds[0]);
239 close(side_fds[1]);
449 close(data_fds[0]);
451 close(data_fds[1]);
459 close(f
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_filepointer.py6 fp.close()
13 fp.close()
24 fp.close()
36 fp.close()
41 fp.close()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest2_filepointer.py10 fp.close()
17 fp.close()
28 fp.close()
40 fp.close()
45 fp.close()

Completed in 197 milliseconds

1234567891011>>