/busybox-1.35.0/networking/udhcp/ |
D | signalpipe.c | 49 xmove_fd(signal_pipe.rd, READ_FD); in udhcp_sp_setup() 51 xmove_fd(signal_pipe.wr, WRITE_FD); in udhcp_sp_setup()
|
/busybox-1.35.0/mailutils/ |
D | mail.c | 61 xmove_fd(child_in.rd, STDIN_FILENO); in launch_helper() 62 xmove_fd(child_out.wr, STDOUT_FILENO); in launch_helper() 79 xmove_fd(child_out.rd, STDIN_FILENO); in launch_helper() 80 xmove_fd(child_in.wr, STDOUT_FILENO); in launch_helper()
|
D | reformime.c | 178 xmove_fd(fd[0], STDIN_FILENO); in parse()
|
/busybox-1.35.0/miscutils/ |
D | watchdog.c | 85 xmove_fd(xopen(device, O_WRONLY), 3); in watchdog_open() 96 xmove_fd(xopen(device, O_WRONLY), 3); in watchdog_open()
|
D | nandwrite.c | 147 xmove_fd(tmp_fd, IS_NANDDUMP ? STDOUT_FILENO : STDIN_FILENO); in nandwrite_main()
|
/busybox-1.35.0/coreutils/ |
D | split.c | 124 xmove_fd(fd, STDIN_FILENO); in split_main() 151 xmove_fd(xopen(pfx, O_WRONLY | O_CREAT | O_TRUNC), 1); in split_main()
|
D | uniq.c | 86 xmove_fd(xopen(output, O_WRONLY | O_CREAT | O_TRUNC), STDOUT_FILENO); in uniq_main()
|
D | shuf.c | 161 xmove_fd(xopen(opt_o_str, O_WRONLY|O_CREAT|O_TRUNC), STDOUT_FILENO); in shuf_main()
|
D | dd.c | 507 xmove_fd(xopen(infile, iflag), ifd); in dd_main() 522 xmove_fd(xopen(outfile, oflag), ofd); in dd_main()
|
/busybox-1.35.0/archival/ |
D | cpio.c | 460 xmove_fd(xopen(cpio_filename, O_RDONLY), STDIN_FILENO); in cpio_main() 464 xmove_fd(xopen(cpio_filename, O_RDONLY), STDIN_FILENO); in cpio_main() 503 xmove_fd(pp.wr, STDOUT_FILENO); in cpio_main() 510 xmove_fd(pp.rd, STDIN_FILENO); in cpio_main() 520 xmove_fd(xopen(cpio_filename, O_WRONLY | O_CREAT | O_TRUNC), STDOUT_FILENO); in cpio_main()
|
D | bbunzip.c | 31 xmove_fd(fd, to_fd); in open_to_or_warn() 78 xmove_fd(fd, STDIN_FILENO); in bbunpack()
|
/busybox-1.35.0/loginutils/ |
D | cryptpw.c | 122 xmove_fd(fd, STDIN_FILENO); in cryptpw_main()
|
D | add-remove-shell.c | 77 xmove_fd(xopen3(new_fn, O_WRONLY | O_CREAT | O_TRUNC, sb.st_mode), STDOUT_FILENO); in add_remove_shell_main()
|
D | vlock.c | 94 xmove_fd(xopen(CURRENT_TTY, O_RDWR), STDIN_FILENO); in vlock_main()
|
/busybox-1.35.0/util-linux/ |
D | eject.c | 141 xmove_fd(xopen_nonblocking(device), dev_fd); in eject_main()
|
D | switch_root.c | 269 xmove_fd(fd, 0); in switch_root_main()
|
/busybox-1.35.0/archival/libarchive/ |
D | open_transformer.c | 136 xmove_fd(fd, 0); in fork_transformer() 137 xmove_fd(fd_pipe.wr, 1); in fork_transformer() 151 xmove_fd(fd_pipe.rd, fd); in fork_transformer()
|
/busybox-1.35.0/sysklogd/ |
D | klogd.c | 116 xmove_fd(fd, klogfd); in klogd_open()
|
/busybox-1.35.0/networking/ |
D | nc_bloaty.c | 274 xmove_fd(netfd, 0); in doexec() 429 xmove_fd(rr, netfd); /* dump the old socket, here's our new one */ in dolisten() 852 xmove_fd(x, netfd); in nc_main() 885 xmove_fd(xopen(str_o, O_WRONLY|O_CREAT|O_TRUNC), ofd); in nc_main()
|
D | wget.c | 703 xmove_fd(sp[1], 0); in spawn_https_helper_openssl() 710 xmove_fd(2, 3); in spawn_https_helper_openssl() 744 xmove_fd(3, 2); in spawn_https_helper_openssl() 793 xmove_fd(sp[1], 0); in spawn_ssl_client() 804 xmove_fd(network_fd, 3); in spawn_ssl_client() 821 xmove_fd(sp[0], network_fd); in spawn_ssl_client()
|
D | nc.c | 241 xmove_fd(cfd, 0); in nc_main()
|
D | slattach.c | 157 xmove_fd(fd, serial_fd); in slattach_main()
|
D | tcpudp.c | 433 xmove_fd(tcp ? conn : sock, 0); in tcpudpsvd_main() 487 xmove_fd(xsocket(localp->u.sa.sa_family, SOCK_DGRAM, 0), 0); in tcpudpsvd_main()
|
/busybox-1.35.0/editors/ |
D | patch.c | 413 xmove_fd(xopen_stdin(opt_i), STDIN_FILENO); in patch_main() 416 xmove_fd(xopen_stdin(argv[1]), STDIN_FILENO); in patch_main()
|
/busybox-1.35.0/runit/ |
D | svlogd.c | 441 xmove_fd(fd, 0); in processorstart() 444 xmove_fd(fd, 1); in processorstart() 452 xmove_fd(fd, 4); in processorstart() 454 xmove_fd(fd, 5); in processorstart()
|