Searched refs:redirect (Results 1 – 20 of 20) sorted by relevance
4 # was out of sync for redirect filenames.6 # Subcase when redirect filename is specified in a variable.
1 #Testing that stdin redirect is restored
1 # ash once couldn't redirect above fd#9
3 # 1. bash does not redirect stdin to /dev/null if it is interactive.
4 # was out of sync for redirect filenames.
1 # < > are not redirect operators
1 # assignment still happens despite redirect error
11 # Exitcode 1 (redirect sets exitcode to 1 on error after them):
7 # bash says: "$@.out": ambiguous redirect
891 union node *redirect; member904 union node *redirect; member1297 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() function5919 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 …]
112 redirect pipe output to stdout