Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/hush_test/hush-redir/
Dredir8.tests4 # was out of sync for redirect filenames.
6 # Subcase when redirect filename is specified in a variable.
Dredir_stdin1.right1 #Testing that stdin redirect is restored
Dredir2.tests1 # ash once couldn't redirect above fd#9
Dredir_stdin1.tests1 #Testing that stdin redirect is restored
Dredir5.tests3 # 1. bash does not redirect stdin to /dev/null if it is interactive.
Dredir7.tests4 # was out of sync for redirect filenames.
/busybox-1.35.0/shell/ash_test/ash-redir/
Dredir8.tests4 # was out of sync for redirect filenames.
6 # Subcase when redirect filename is specified in a variable.
Dredir_stdin1.right1 #Testing that stdin redirect is restored
Dredir2.tests1 # ash once couldn't redirect above fd#9
Dredir_stdin1.tests1 #Testing that stdin redirect is restored
Dredir5.tests3 # 1. bash does not redirect stdin to /dev/null if it is interactive.
Dredir7.tests4 # was out of sync for redirect filenames.
/busybox-1.35.0/shell/hush_test/hush-test2/
Dstrops4.tests1 # < > are not redirect operators
/busybox-1.35.0/shell/hush_test/hush-psubst/
Dfalsetick3.tests1 # assignment still happens despite redirect error
Dfalsetick.tests11 # Exitcode 1 (redirect sets exitcode to 1 on error after them):
/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_expand_in_redir.tests7 # bash says: "$@.out": ambiguous redirect
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_expand_in_redir.tests7 # bash says: "$@.out": ambiguous redirect
/busybox-1.35.0/shell/ash_test/ash-psubst/
Dfalsetick.tests11 # Exitcode 1 (redirect sets exitcode to 1 on error after them):
/busybox-1.35.0/shell/
Dash.c891 union node *redirect; member
904 union node *redirect; member
1297 for (np = cmd->ncmd.redirect; np; np = np->nfile.next) { in shcmd()
5054 cmdlist(n->ncmd.redirect, 0); in cmdtxt()
5821 redirect(union node *redir, int flags) in redirect() function
5919 redirect(redir, flags); in redirectsafe()
8955 funcblocksize = calcsize(funcblocksize, n->ncmd.redirect); in calcsize()
8965 funcblocksize = calcsize(funcblocksize, n->nredir.redirect); in calcsize()
9071 new->ncmd.redirect = copynode(n->ncmd.redirect); in copynode()
9083 new->nredir.redirect = copynode(n->nredir.redirect); in copynode()
[all …]
Dhush_doc.txt112 redirect pipe output to stdout