/busybox-1.35.0/loginutils/ |
D | sulogin.c | 50 close(0); in sulogin_main() 51 close(1); in sulogin_main() 53 close(2); in sulogin_main()
|
/busybox-1.35.0/docs/ |
D | tcp.txt | 12 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/ |
D | exec.right | 3 pass fd out close 6 pass fd in close
|
D | exec.tests | 16 echo pass fd out close 30 echo pass fd in close
|
/busybox-1.35.0/libbb/ |
D | loop.c | 62 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()
|
D | write.c | 17 close(fd); in xopen_xwrite_close()
|
D | bb_cat.c | 25 close(fd); in bb_cat()
|
/busybox-1.35.0/networking/udhcp/ |
D | socket.c | 46 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/ |
D | nohup.c | 67 close(STDIN_FILENO); in nohup_main() 74 close(STDOUT_FILENO); in nohup_main()
|
/busybox-1.35.0/miscutils/ |
D | crontab.c | 165 close(fd); in crontab_main() 168 close(src_fd); in crontab_main() 181 close(fd); in crontab_main() 206 close(fd); in crontab_main()
|
D | partprobe.c | 50 close(fd); in partprobe_main()
|
D | volname.c | 66 close(fd); in volname_main()
|
D | readahead.c | 59 close(fd); in readahead_main()
|
/busybox-1.35.0/scripts/basic/ |
D | fixdep.c | 297 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/ |
D | mail.c | 59 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/ |
D | data_extract_to_command.c | 98 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()
|
D | open_transformer.c | 115 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/ |
D | freeramdisk.c | 75 if (ENABLE_FEATURE_CLEAN_UP) close(fd); in freeramdisk_main()
|
D | nsenter.c | 225 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()
|
D | scriptreplay.c | 52 close(fd); in scriptreplay_main()
|
D | wall.c | 47 close(fd); in wall_main()
|
/busybox-1.35.0/runit/ |
D | chpst.c | 238 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()
|
D | runsv.c | 205 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/ |
D | nbd-client.c | 143 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/ |
D | lsattr.c | 82 close(fd); in list_attributes() 96 close(fd); in list_attributes()
|