Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dsh.c301 int fd, here = 0, rdcount = 0, *rd = 0, *rr, hfd = 0; in run_command() local
353 if (!hfd) in run_command()
354 for (hfd = 10; hfd<99999; hfd++) if (-1 == fcntl(hfd, F_GETFL)) break; in run_command()
387 } else setvar(xmprintf("%.*s=%d", (int)(s-ss), ss, hfd), TAKE_MEM); in run_command()
443 if (-1 == (fd = xcreate(sss, fd|WARN_ONLY, 777)) || hfd != dup2(fd, hfd)) { in run_command()
449 if (fd != hfd) clos in run_command()
[all...]

Completed in 3 milliseconds