Home
last modified time | relevance | path

Searched refs:close (Results 851 - 875 of 5587) sorted by relevance

1...<<31323334353637383940>>...224

/third_party/node/test/parallel/
H A Dtest-tls-inception.js82 a.close();
83 b.close();
H A Dtest-tls-server-parent-constructor-options.js36 socket.on('close', () => {
37 server.close();
64 socket.on('close', () => {
65 server.close();
H A Dtest-tls-socket-close.js33 tlsServer.close();
34 netServer.close();
65 // earlier. If we instead, for example, wait on the `close` event, then
H A Dtest-worker-message-port-transfer-closed.js47 port1.close(common.mustCall(testBothClosed));
49 port2.close(common.mustCall(testBothClosed));
/third_party/node/test/sequential/
H A Dtest-dgram-pingpong.js25 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 Dinvalid-realm.window.js35 return stream.writable.close();
36 }, `${type}: close in detached realm should succeed`);
/third_party/musl/porting/linux/user/src/stdio/
H A Dfreopen.c7 * close the new FILE. */
45 f->close = f2->close; in freopen()
/third_party/musl/src/stdio/
H A Dfreopen.c7 * close the new FILE. */
40 f->close = f2->close; in freopen()
/third_party/libfuse/example/
H A Dpassthrough_helpers.h38 res = close(res); in mknod_wrapper()
66 close(fd); in mknod_wrapper()
/third_party/ltp/testcases/kernel/syscalls/signalfd4/
H A Dsignalfd4_01.c31 /* 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 Dsignalfd4_02.c150 close(fd); in main()
168 close(fd); in main()
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/
H A Dk-tree-gen.c62 // 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 Dtimerfd02.c31 /* 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 Dtimerfd03.c146 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 Dtirpc_bottomlevel_clnt_call.c91 close(sock); in main()
105 close(sock); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D6-5.c55 close(fd); in main()
72 close(fd); in main()
/third_party/musl/libc-test/src/functionalext/supplement/legacy/
H A Dlutimes.c46 close(fd); in lutimes_0100()
88 close(fd); in lutimes_time64_0100()
/third_party/musl/libc-test/src/functional/
H A Dspawn.c36 close(p[1]); in main()
39 close(p[0]); in main()
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dmadvise.c59 close(fd); in madvise_0100()
85 close(fd); in madvise_0200()
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dfchmodat.c45 close(fd); in fchmodat_0100()
68 close(fd); in fchmodat_0200()
H A Dfchmod.c40 close(fd); in fchmod_0100()
58 close(fd); in fchmod_0200()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
H A Dtcdrain.c88 close(fd_slave); in tcdrain_0100()
89 close(fd_master); in tcdrain_0100()
H A Dtcflow.c76 close(fdm); in tcflow_0100()
77 close(fds); in tcflow_0100()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dfchownat.c40 close(fd); in fchownat_0100()
62 close(fd); in fchownat_0200()
H A Dpwrite.c53 close(fd); in pwrite_0100()
79 close(fd); in pwrite_0200()

Completed in 7 milliseconds

1...<<31323334353637383940>>...224