mirror of
https://git.busybox.net/busybox
synced 2025-05-11 21:23:47 +02:00
$ echo >&99 hush: dup2(99,1): Bad file descriptor $ echo >&9999 hush: fcntl(1,F_DUPFD,10000): Invalid argument $ echo 2>/dev/tty 10>&9999 hush: fcntl(10,F_DUPFD,10000): Invalid argument $ still alive!_ function old new delta static.setup_redirects 334 394 +60 .rodata 105661 105712 +51 dup_CLOEXEC 49 79 +30 save_fd_on_redirect 263 277 +14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/0 up/down: 155/0) Total: 155 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |
||
---|---|---|
.. | ||
redir.right | ||
redir.tests | ||
redir1.right | ||
redir1.tests | ||
redir2.right | ||
redir2.tests | ||
redir3.right | ||
redir3.tests | ||
redir4.right | ||
redir4.tests | ||
redir5.right | ||
redir5.tests | ||
redir6.right | ||
redir6.tests | ||
redir7.right | ||
redir7.tests | ||
redir8.right | ||
redir8.tests | ||
redir9.right | ||
redir9.tests | ||
redir_backquote1.right | ||
redir_backquote1.tests | ||
redir_children_should_not_see_saved_fd_1.right | ||
redir_children_should_not_see_saved_fd_1.tests | ||
redir_children_should_not_see_saved_fd_2.right | ||
redir_children_should_not_see_saved_fd_2.tests | ||
redir_children_should_not_see_saved_fd_3.right | ||
redir_children_should_not_see_saved_fd_3.tests | ||
redir_errors.right | ||
redir_errors.tests | ||
redir_escapednum.right | ||
redir_escapednum.tests | ||
redir_exec1.right | ||
redir_exec1.tests | ||
redir_exec2.right | ||
redir_exec2.tests | ||
redir_expand.right | ||
redir_expand.tests | ||
redir_leak.right | ||
redir_leak.tests | ||
redir_multi.right | ||
redir_multi.tests | ||
redir_script.right | ||
redir_script.tests | ||
redir_space.right | ||
redir_space.tests | ||
redir_stdin1.right | ||
redir_stdin1.tests | ||
redir_to_bad_fd.right | ||
redir_to_bad_fd.tests | ||
redir_to_bad_fd3.right | ||
redir_to_bad_fd3.tests | ||
redir_to_bad_fd255.right | ||
redir_to_bad_fd255.tests | ||
redirA.right | ||
redirA.tests |