/third_party/elfutils/debuginfod/ |
H A D | debuginfod-find.c | 244 close (fd); in main() 252 close (rc); in main()
|
/third_party/curl/scripts/ |
H A D | cd2cd | 205 close(F); 210 close(O);
|
/third_party/backends/include/sane/ |
H A D | sanei_backend.h | 126 extern void ENTRY(close) (SANE_Handle); 147 #define sane_close(a) ENTRY(close) (a)
|
/third_party/benchmark/src/ |
H A D | perf_counters.cc | 221 ::close(id); in Create() 242 close(fd); in CloseCounters()
|
/third_party/icu/icu4c/source/common/ |
H A D | uenum.cpp | 62 if (en->close != NULL) { in uenum_close() 66 en->close(en); in uenum_close()
|
/third_party/NuttX/drivers/pipes/ |
H A D | pipe.c | 69 .close = pipe_close, /* close */ 142 /* Perform common close operations */ in pipe_close() 170 /* Perform common close operations */ in pipe_unlink() 338 close(fd[1]); in pipe()
|
/third_party/icu/tools/unicode/c/genprops/misc/ |
H A D | ucdcopy.py | 92 in_file.close() 94 out_file.close()
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-file.c | 61 close(ret); in _lws_plat_file_open() 74 return close(fd); in _lws_plat_file_close()
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_device.c | 103 * which is close()d when the device is finalized. 113 close(dup_fd); in fd_device_new_dup() 176 close(dev->fd); in fd_device_del_impl()
|
/third_party/ltp/pan/cgi/ |
H A D | browse.cgi | 46 close(UF); 61 close(UF);
|
/third_party/libwebsockets/lib/plat/windows/ |
H A D | windows-file.c | 179 close(fd); in lws_plat_write_file() 192 close(fd); in lws_plat_read_file()
|
/third_party/node/test/fixtures/wpt/streams/writable-streams/ |
H A D | reentrant-strategy.any.js | 97 writer.close(); 106 assert_array_equals(ws.events, ['close'], 'sink.write() should not be called'); 108 }, 'close() should work when called from within strategy.size()'); 159 closePromise = writer2.close(); 172 assert_array_equals(ws.events, ['write', 0, 'close'], 'sink.write() should only be called once');
|
/third_party/node/test/internet/ |
H A D | test-dgram-broadcast-multi-process.js | 179 sendSocket.on('close', () => { 187 try { sendSocket.close(); } catch { 239 process.nextTick(() => { listenSocket.close(); }); 243 listenSocket.on('close', () => {
|
H A D | test-dgram-multicast-multi-process.js | 165 sendSocket.on('close', function() { 173 try { sendSocket.close(); } catch { 218 listenSocket.close(); 223 listenSocket.on('close', function() {
|
H A D | test-dgram-multicast-ssmv6-multi-process.js | 159 sendSocket.on('close', function() { 167 try { sendSocket.close(); } catch { 214 listenSocket.close(); 219 listenSocket.on('close', function() {
|
H A D | test-dgram-multicast-ssm-multi-process.js | 159 sendSocket.on('close', function() { 167 try { sendSocket.close(); } catch { 214 listenSocket.close(); 219 listenSocket.on('close', function() {
|
/third_party/node/test/parallel/ |
H A D | test-fs-promises-file-handle-read.js | 33 fileHandle.on('close', common.mustCall()); 39 await fileHandle.close(); 48 await streamFileHandle.close();
|
H A D | test-http2-compat-socket-set.js | 91 client.close(); 92 server.close();
|
H A D | test-http2-perf_hooks.js | 112 req.on('close', common.mustCall(() => { 113 client.close(); 114 server.close();
|
H A D | test-http2-socket-proxy.js | 110 stream.session.on('close', common.mustCall(() => { 121 client.close(); 122 server.close();
|
H A D | test-inspector-connect-main-thread.js | 168 parentPort.close(); 186 parentPort.close();
|
H A D | test-net-connect-options-fd.js | 58 server.close(); 63 .on('close', function() { 67 pair[1].close(); // clean up handles
|
H A D | test-whatwg-transformstream.js | 82 await writer.close(); 102 controller.close();
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | syslog.c | 48 close(log_fd); in closelog() 124 close(fd); in _vsyslog()
|
/third_party/musl/src/misc/ |
H A D | nftw.c | 87 if (!fd_limit) close(dfd); in do_nftw() 134 close(dfd); in do_nftw()
|