Searched refs:rd_dup (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c300 int rd_dup; member in struct:redir_struct
303 * and subsequently heredoc itself; and rd_dup is a bitmask:
319 /* otherwise, rd_fd is redirected to rd_dup */
3183 if (!(redir->rd_dup & HEREDOC_QUOTED)) {
3274 if (redir->rd_dup == REDIRFD_TO_FILE) {
3294 /* rd_fd<*>rd_dup or rd_fd<*>- cases */
3295 openfd = redir->rd_dup;
3309 if (redir->rd_dup == REDIRFD_TO_FILE)
3382 debug_printf_clean(" rd_dup:%d\n", r->rd_dup);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c300 int rd_dup; member in struct:redir_struct
303 * and subsequently heredoc itself; and rd_dup is a bitmask:
319 /* otherwise, rd_fd is redirected to rd_dup */
3183 if (!(redir->rd_dup & HEREDOC_QUOTED)) {
3274 if (redir->rd_dup == REDIRFD_TO_FILE) {
3294 /* rd_fd<*>rd_dup or rd_fd<*>- cases */
3295 openfd = redir->rd_dup;
3309 if (redir->rd_dup == REDIRFD_TO_FILE)
3382 debug_printf_clean(" rd_dup:%d\n", r->rd_dup);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c300 int rd_dup; member in struct:redir_struct
303 * and subsequently heredoc itself; and rd_dup is a bitmask:
319 /* otherwise, rd_fd is redirected to rd_dup */
3183 if (!(redir->rd_dup & HEREDOC_QUOTED)) {
3274 if (redir->rd_dup == REDIRFD_TO_FILE) {
3294 /* rd_fd<*>rd_dup or rd_fd<*>- cases */
3295 openfd = redir->rd_dup;
3309 if (redir->rd_dup == REDIRFD_TO_FILE)
3382 debug_printf_clean(" rd_dup:%d\n", r->rd_dup);
[all...]

Completed in 217 milliseconds