/third_party/node/test/parallel/ |
H A D | test-tls-inception.js | 82 a.close(); 83 b.close();
|
H A D | test-tls-server-parent-constructor-options.js | 36 socket.on('close', () => { 37 server.close(); 64 socket.on('close', () => { 65 server.close();
|
H A D | test-tls-socket-close.js | 33 tlsServer.close(); 34 netServer.close(); 65 // earlier. If we instead, for example, wait on the `close` event, then
|
H A D | test-worker-message-port-transfer-closed.js | 47 port1.close(common.mustCall(testBothClosed)); 49 port2.close(common.mustCall(testBothClosed));
|
/third_party/node/test/sequential/ |
H A D | test-dgram-pingpong.js | 25 client.close(); 26 server.close(); 46 server.on('close', common.mustCall(pingPongTest.bind(undefined, common.PORT)));
|
/third_party/node/test/fixtures/wpt/encoding/streams/ |
H A D | invalid-realm.window.js | 35 return stream.writable.close(); 36 }, `${type}: close in detached realm should succeed`);
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | freopen.c | 7 * close the new FILE. */ 45 f->close = f2->close; in freopen()
|
/third_party/musl/src/stdio/ |
H A D | freopen.c | 7 * close the new FILE. */ 40 f->close = f2->close; in freopen()
|
/third_party/libfuse/example/ |
H A D | passthrough_helpers.h | 38 res = close(res); in mknod_wrapper() 66 close(fd); in mknod_wrapper()
|
/third_party/ltp/testcases/kernel/syscalls/signalfd4/ |
H A D | signalfd4_01.c | 31 /* patch the only flag support is SFD_CLOEXEC which causes the close-on-exec */ 152 "signalfd4(0) set close-on-exec flag"); in main() 154 close(fd); in main() 170 "signalfd4(SFD_CLOEXEC) does not set close-on-exec flag"); in main() 172 close(fd); in main()
|
H A D | signalfd4_02.c | 150 close(fd); in main() 168 close(fd); in main()
|
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/ |
H A D | k-tree-gen.c | 62 // API: open,close,dup,read,write,lseek in k_tree_gen() 65 close(fd); in k_tree_gen() 70 close(fd); in k_tree_gen()
|
/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
H A D | timerfd02.c | 31 /* flag to set the close-on-exec flag for the returned file descriptor. A new */ 148 "timerfd_create(0) set close-on-exec flag"); in main() 150 close(fd); in main() 166 "timerfd_create(TFD_CLOEXEC) set close-on-exec flag"); in main() 168 close(fd); in main()
|
H A D | timerfd03.c | 146 close(fd); in main() 164 close(fd); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/ |
H A D | tirpc_bottomlevel_clnt_call.c | 91 close(sock); in main() 105 close(sock); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
H A D | 6-5.c | 55 close(fd); in main() 72 close(fd); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/legacy/ |
H A D | lutimes.c | 46 close(fd); in lutimes_0100() 88 close(fd); in lutimes_time64_0100()
|
/third_party/musl/libc-test/src/functional/ |
H A D | spawn.c | 36 close(p[1]); in main() 39 close(p[0]); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
H A D | madvise.c | 59 close(fd); in madvise_0100() 85 close(fd); in madvise_0200()
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
H A D | fchmodat.c | 45 close(fd); in fchmodat_0100() 68 close(fd); in fchmodat_0200()
|
H A D | fchmod.c | 40 close(fd); in fchmod_0100() 58 close(fd); in fchmod_0200()
|
/third_party/musl/libc-test/src/functionalext/supplement/termios/ |
H A D | tcdrain.c | 88 close(fd_slave); in tcdrain_0100() 89 close(fd_master); in tcdrain_0100()
|
H A D | tcflow.c | 76 close(fdm); in tcflow_0100() 77 close(fds); in tcflow_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | fchownat.c | 40 close(fd); in fchownat_0100() 62 close(fd); in fchownat_0200()
|
H A D | pwrite.c | 53 close(fd); in pwrite_0100() 79 close(fd); in pwrite_0200()
|