Home
last modified time | relevance | path

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

/support/
A Dshell-container.c202 int new_stdin = 0; in run_command_array() local
214 new_stdin = open (argv[i + 1], O_WRONLY|O_CREAT|O_TRUNC, 0777); in run_command_array()
256 if (new_stdin != 0) in run_command_array()
258 dup2 (new_stdin, 0); in run_command_array()
259 close (new_stdin); in run_command_array()

Completed in 4 milliseconds