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

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/dom/
H A DEventQueue.h41 virtual void close() = 0; // Discard accumulated events and all future events. No events will be dispatched after this.
/macosx-10.10/gnutar-453/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.10/ksh-23/ksh/src/lib/libast/comp/
H A Dcloselog.c42 close(log.fd);
H A Dreadlink.c52 close(fd);
55 close(fd);
/macosx-10.10/ksh-23/ksh/src/lib/libcoshell/
H A Dcosync.c71 close(td);
77 close(fd);
79 close(td);
107 if (clean) close(fd);
/macosx-10.10/rsync-45/rsync/
H A Dconnection.c47 close(fd);
/macosx-10.10/ruby-106/ruby/test/scanf/
H A Dtest_scanfio.rb17 fh.close
/macosx-10.10/tcl-105/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.10/tcl-105/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.10/text_cmds-88/sort/
H A Dfd-safer.c39 failure to duplicate, close FD, set errno, and return -1. Preserve
53 close (fd);
/macosx-10.10/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.10/cups-408/cups/scheduler/
H A Dfile.c90 cups_file_t *fp, /* I - File to close */
121 * First close the file...
161 close(fds[0]);
167 close(fds[1]);
263 * Set the "close on exec" flag on each end of the pipe...
268 close(fds[0]);
269 close(fds[1]);
279 close(fds[0]);
280 close(fds[1]);
349 close(f
[all...]
/macosx-10.10/tcl-105/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.10/cups-408/cups/backend/
H A Dtestbackend.c210 close(fd);
216 close(data_fds[1]);
218 close(data_fds[0]);
223 close(back_fds[0]);
225 close(back_fds[1]);
230 close(side_fds[0]);
232 close(side_fds[1]);
442 close(data_fds[0]);
444 close(data_fds[1]);
452 close(f
[all...]
/macosx-10.10/pyobjc-45/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.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest2_filepointer.py10 fp.close()
17 fp.close()
28 fp.close()
40 fp.close()
45 fp.close()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest2_filepointer.py10 fp.close()
17 fp.close()
28 fp.close()
40 fp.close()
45 fp.close()
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_whileuntil.rb16 tmp.close
27 tmp.close
36 tmp.close
50 tmp.close
69 tmp.close
/macosx-10.10/ruby-106/ruby/test/socket/
H A Dtest_nonblock.rb26 serv.close if serv
27 c.close if c
28 s.close if s
51 serv.close if serv
52 c.close if c
53 s.close if s
78 u1.close if u1
79 u2.close if u2
100 u1.close if u1
101 u2.close i
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dsimple_exec.c167 /* close pipes we're not interested in */
169 close(in_fd[1]);
171 close(out_fd[0]);
173 close(err_fd[0]);
186 close(in_fd[0]);
190 close(out_fd[1]);
194 close(err_fd[1]);
203 close(in_fd[0]);
204 close(in_fd[1]);
207 close(out_f
[all...]
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/tests/
H A Dcommit.test20 mk::file close db
45 mk::file close db
46 mk::file close dba
64 } -cleanup {mk::file close db; mk::file close dba}
77 mk::file close db
109 mk::file close db
110 mk::file close dba
122 } -cleanup {mk::file close db; mk::file close db
[all...]
H A Dobject.test68 $w close
69 v close
70 } -cleanup {mk::file close db}
106 v close
107 } -cleanup {mk::file close db}
132 $v close
136 $v close
140 $v close
144 $v close
148 $v close
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/factory/
H A DSampleDatabase.java212 public void close() method in class:SampleDatabase
216 supplierByCityDb.close();
217 shipmentByPartDb.close();
218 shipmentBySupplierDb.close();
219 partDb.close();
220 supplierDb.close();
221 shipmentDb.close();
222 // And don't forget to close the catalog and the environment.
223 javaCatalog.close();
224 env.close();
[all...]

Completed in 169 milliseconds

1234567891011>>