Home
last modified time | relevance | path

Searched refs:x_mode_fd (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dhush.c1022 int x_mode_fd; member
1711 if (G.x_mode_fd > 0 && fd == G.x_mode_fd) { in move_HFILEs_on_redirect()
1712 G.x_mode_fd = xdup_CLOEXEC_and_close(fd, avoid_fd); in move_HFILEs_on_redirect()
3027 if (G.x_mode_fd > 0) { in x_mode_flush()
3029 full_write(G.x_mode_fd, G.x_mode_buf.data, len + 1); in x_mode_flush()
10159 IF_HUSH_MODE_X(if (G.x_mode_fd <= 0) G.x_mode_fd = dup_CLOEXEC(2, 10);) in set_mode()