Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c969 struct ndup { struct
1003 struct ndup ndup; member
1318 fprintf(fp, "%d", np->ndup.dupfd); in shcmd()
5104 if (n->ndup.dupfd >= 0) in cmdtxt()
5105 cmdputs(utoa(n->ndup.dupfd)); in cmdtxt()
5841 newfd = redir->ndup.dupfd; in redirect()
8927 [NTOFD ] = SHELL_ALIGN(sizeof(struct ndup)),
8928 [NFROMFD ] = SHELL_ALIGN(sizeof(struct ndup)),
9017 funcblocksize = calcsize(funcblocksize, n->ndup.vname); in calcsize()
9018 funcblocksize = calcsize(funcblocksize, n->ndup.next); in calcsize()
[all …]