Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/hush_test/hush-redir/
Dredir.tests1 # test: closed fds should stay closed
4 echo JUNK # lost: stdout is closed
Dredir_script.tests24 && { echo "Ok: script fd is not closed"; exit 0; }
29 && { echo "Ok: script fd is not closed"; exit 0; }
33 && { echo "Ok: script fd is not closed"; exit 0; }
35 echo "Bug: script fd is closed"
Dredir_script.right1 Ok: script fd is not closed
Dredir3.tests1 # redirects to closed descriptors should not leave these descriptors
/busybox-1.35.0/shell/ash_test/ash-redir/
Dredir.tests1 # test: closed fds should stay closed
4 echo JUNK # lost: stdout is closed
Dredir_script.tests24 && { echo "Ok: script fd is not closed"; exit 0; }
29 && { echo "Ok: script fd is not closed"; exit 0; }
33 && { echo "Ok: script fd is not closed"; exit 0; }
35 echo "Bug: script fd is closed"
Dredir_script.right1 Ok: script fd is not closed
Dredir3.tests1 # redirects to closed descriptors should not leave these descriptors
/busybox-1.35.0/docs/
Dtcp.txt61 the data, saw EOF, and closed its end.
Dnofork_noexec.txt96 etc should be freed/closed/restored prior to return.
/busybox-1.35.0/
DTODO192 freed/closed automatically. (This would need to be able to free just the
/busybox-1.35.0/shell/
Dhush.c8015 int closed; in setup_redirects() local
8075 closed = save_fd_on_redirect(redir->rd_fd, /*avoid:*/ newfd, sqp); in setup_redirects()
8078 if (!closed) { in setup_redirects()
Dash.c5836 int closed; in redirect() local
5866 closed = save_fd_on_redirect(fd, /*avoid:*/ newfd, sv); in redirect()
5869 if (!closed) { in redirect()