Home
last modified time | relevance | path

Searched refs:close (Results 1 – 25 of 174) sorted by relevance

1234567

/busybox-1.35.0/loginutils/
Dsulogin.c50 close(0); in sulogin_main()
51 close(1); in sulogin_main()
53 close(2); in sulogin_main()
/busybox-1.35.0/docs/
Dtcp.txt12 What will happen if we close the socket?
14 "A host MAY implement a 'half-duplex' TCP close sequence, so that
15 an application that has called close() cannot continue to read
16 data from the connection. If such a host issues a close() call
18 received after close() is called, its TCP SHOULD send a RST
21 IOW: if we just close(sock) now, kernel can reset the TCP connection
31 /* When enabled, a close(2) or shutdown(2) will not return until
42 close(sock);
48 close(sock);
51 shutdown() and from close() before all data is sent,
[all …]
/busybox-1.35.0/shell/hush_test/hush-misc/
Dexec.right3 pass fd out close
6 pass fd in close
Dexec.tests16 echo pass fd out close
30 echo pass fd in close
/busybox-1.35.0/libbb/
Dloop.c62 close(fd); in query_loop()
76 close(fd); in del_loop()
95 close(fd); in get_free_loop()
129 close(ffd); in set_loop()
186 close(lfd); in set_loop()
224 close(lfd); in set_loop()
231 close(ffd); in set_loop()
Dwrite.c17 close(fd); in xopen_xwrite_close()
Dbb_cat.c25 close(fd); in bb_cat()
/busybox-1.35.0/networking/udhcp/
Dsocket.c46 close(fd); in udhcp_read_interface()
56 close(fd); in udhcp_read_interface()
65 close(fd); in udhcp_read_interface()
73 close(fd); in udhcp_read_interface()
/busybox-1.35.0/coreutils/
Dnohup.c67 close(STDIN_FILENO); in nohup_main()
74 close(STDOUT_FILENO); in nohup_main()
/busybox-1.35.0/miscutils/
Dcrontab.c165 close(fd); in crontab_main()
168 close(src_fd); in crontab_main()
181 close(fd); in crontab_main()
206 close(fd); in crontab_main()
Dpartprobe.c50 close(fd); in partprobe_main()
Dvolname.c66 close(fd); in volname_main()
Dreadahead.c59 close(fd); in readahead_main()
/busybox-1.35.0/scripts/basic/
Dfixdep.c297 close(fd); in do_config_file()
303 close(fd); in do_config_file()
311 close(fd); in do_config_file()
369 close(fd); in print_deps()
375 close(fd); in print_deps()
383 close(fd); in print_deps()
/busybox-1.35.0/mailutils/
Dmail.c59 close(child_in.wr); in launch_helper()
60 close(child_out.rd); in launch_helper()
77 close(child_out.wr); in launch_helper()
78 close(child_in.rd); in launch_helper()
/busybox-1.35.0/archival/libarchive/
Ddata_extract_to_command.c98 close(p[1]); in data_extract_to_command()
108 close(p[0]); in data_extract_to_command()
112 close(p[1]); in data_extract_to_command()
Dopen_transformer.c115 close(fd_pipe.rd); /* we don't want to read from the parent */ in fork_transformer()
127 close(fd_pipe.wr); /* send EOF */ in fork_transformer()
128 close(fd); in fork_transformer()
150 close(fd_pipe.wr); /* don't want to write to the child */ in fork_transformer()
366 close(xstate->src_fd); in xmalloc_open_zipped_read_close()
381 close(fd); in xmalloc_open_zipped_read_close()
/busybox-1.35.0/util-linux/
Dfreeramdisk.c75 if (ENABLE_FEATURE_CLEAN_UP) close(fd); in freeramdisk_main()
Dnsenter.c225 close(ns_ctx->fd); /* should close fds, to not confuse exec'ed PROG */ in nsenter_main()
239 close(root_fd); in nsenter_main()
245 close(wd_fd); in nsenter_main()
Dscriptreplay.c52 close(fd); in scriptreplay_main()
Dwall.c47 close(fd); in wall_main()
/busybox-1.35.0/runit/
Dchpst.c238 close(fd); in edir()
259 close(wdir); in edir()
481 close(STDIN_FILENO); in chpst_main()
483 close(STDOUT_FILENO); in chpst_main()
485 close(STDERR_FILENO); in chpst_main()
Drunsv.c205 close(fd); in update_status()
245 close(fd); in update_status()
268 close(fd); in update_status()
377 close(logpipe.wr); in startservice()
380 close(logpipe.rd); in startservice()
590 close(fd); in runsv_main()
662 close(fd); in runsv_main()
708 close(logpipe.wr); in runsv_main()
709 close(logpipe.rd); in runsv_main()
/busybox-1.35.0/networking/
Dnbd-client.c143 close(nbd); in nbdclient_main()
270 close(fd); in nbdclient_main()
297 close(sock); in nbdclient_main()
298 close(nbd); in nbdclient_main()
/busybox-1.35.0/e2fsprogs/
Dlsattr.c82 close(fd); in list_attributes()
96 close(fd); in list_attributes()

1234567