Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c469 #define debug_printf_redir(...) do {} while (0) macro
1307 #ifndef debug_printf_redir
1308 # define debug_printf_redir(...) (indent(), fdprintf(2, __VA_ARGS__)) macro
1705 debug_printf_redir("redirect_fd %d: matches a script fd, moving it to %d\n", fd, fl->fd); in move_HFILEs_on_redirect()
7824 debug_printf_redir("redirect_fd %d: already busy, moving to %d\n", fd, sq[i].moved_to); in add_squirrel()
7831 debug_printf_redir("redirect_fd %d: already moved\n", fd); in add_squirrel()
7838debug_printf_redir("redirect_fd %d: previous fd is moved to %d (-1 if it was closed)\n", fd, moved… in add_squirrel()
7858 debug_printf_redir("redirect_fd %d: already moved or closed\n", fd); in add_squirrel_closed()
7863 debug_printf_redir("redirect_fd %d: previous fd was closed\n", fd); in add_squirrel_closed()
7882debug_printf_redir("redirect_fd %d: matches interactive_fd, moving it to %d\n", fd, G_interactive_… in save_fd_on_redirect()
[all …]