Home
last modified time | relevance | path

Searched refs:xmove_fd (Results 1 – 25 of 61) sorted by relevance

123

/busybox-1.35.0/networking/udhcp/
Dsignalpipe.c49 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/
Dmail.c61 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()
Dreformime.c178 xmove_fd(fd[0], STDIN_FILENO); in parse()
/busybox-1.35.0/miscutils/
Dwatchdog.c85 xmove_fd(xopen(device, O_WRONLY), 3); in watchdog_open()
96 xmove_fd(xopen(device, O_WRONLY), 3); in watchdog_open()
Dnandwrite.c147 xmove_fd(tmp_fd, IS_NANDDUMP ? STDOUT_FILENO : STDIN_FILENO); in nandwrite_main()
/busybox-1.35.0/coreutils/
Dsplit.c124 xmove_fd(fd, STDIN_FILENO); in split_main()
151 xmove_fd(xopen(pfx, O_WRONLY | O_CREAT | O_TRUNC), 1); in split_main()
Duniq.c86 xmove_fd(xopen(output, O_WRONLY | O_CREAT | O_TRUNC), STDOUT_FILENO); in uniq_main()
Dshuf.c161 xmove_fd(xopen(opt_o_str, O_WRONLY|O_CREAT|O_TRUNC), STDOUT_FILENO); in shuf_main()
Ddd.c507 xmove_fd(xopen(infile, iflag), ifd); in dd_main()
522 xmove_fd(xopen(outfile, oflag), ofd); in dd_main()
/busybox-1.35.0/archival/
Dcpio.c460 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()
Dbbunzip.c31 xmove_fd(fd, to_fd); in open_to_or_warn()
78 xmove_fd(fd, STDIN_FILENO); in bbunpack()
/busybox-1.35.0/loginutils/
Dcryptpw.c122 xmove_fd(fd, STDIN_FILENO); in cryptpw_main()
Dadd-remove-shell.c77 xmove_fd(xopen3(new_fn, O_WRONLY | O_CREAT | O_TRUNC, sb.st_mode), STDOUT_FILENO); in add_remove_shell_main()
Dvlock.c94 xmove_fd(xopen(CURRENT_TTY, O_RDWR), STDIN_FILENO); in vlock_main()
/busybox-1.35.0/util-linux/
Deject.c141 xmove_fd(xopen_nonblocking(device), dev_fd); in eject_main()
Dswitch_root.c269 xmove_fd(fd, 0); in switch_root_main()
/busybox-1.35.0/archival/libarchive/
Dopen_transformer.c136 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/
Dklogd.c116 xmove_fd(fd, klogfd); in klogd_open()
/busybox-1.35.0/networking/
Dnc_bloaty.c274 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()
Dwget.c703 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()
Dnc.c241 xmove_fd(cfd, 0); in nc_main()
Dslattach.c157 xmove_fd(fd, serial_fd); in slattach_main()
Dtcpudp.c433 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/
Dpatch.c413 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/
Dsvlogd.c441 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()

123