• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/

Lines Matching defs:debug_printf

91 #define debug_printf(...)        do {} while (0)
100 #ifndef debug_printf
101 #define debug_printf(...) fprintf(stderr, __VA_ARGS__)
1041 debug_printf("b_addchr: '%c' o->length=%d o=%p\n", ch, o->length, o);
1109 debug_printf("setup_prompt_string %d ", promptmode);
1122 debug_printf("result '%s'\n", prompt_str);
1183 debug_printf("file_get: got a '%c' %d\n", ch, ch);
1207 debug_printf("file_peek: got a '%c' %d\n", *i->p, *i->p);
1400 debug_printf("trying to pseudo_exec null command\n");
1595 debug_printf("checkjobs: pid %d was not in our list!\n", childpid);
1685 debug_printf("non-subshell grouping\n");
1703 debug_printf("local environment set: %s\n", argv[i]);
1717 debug_printf("magic exec\n");
1721 debug_printf("builtin inline %s\n", argv[0]);
2261 /* we can code this better when the debug_printf's are gone */
2266 debug_printf("globhack returned %d\n", gr);
2272 debug_printf("glob returned %d\n", gr);
2276 debug_printf("globhack returned %d\n", gr);
2280 debug_printf("globhack returned %d\n", gr);
2775 debug_printf("Redirect type %d%s\n", redir->fd, redir_table[style].descrip);
2784 debug_printf("Duplicating redirect '%d>&%d'\n", redir->fd, redir->dup);
2861 debug_printf("found reserved word %s, code %d\n", r->literal, r->code);
2864 debug_printf("push stack\n");
2887 debug_printf("pop stack\n");
3163 debug_printf("done reading from pipe, pclose()ing\n");
3172 debug_printf("closed FILE from child, retcode=%d\n", retcode);
3662 debug_printf("sourcing /etc/profile\n");
3710 debug_printf("saved_tty_pgrp=%d\n", saved_tty_pgrp);
3725 debug_printf("interactive_fd=%d\n", interactive_fd);
3762 debug_printf("\nrunning script '%s'\n", argv[optind]);