/busybox-1.35.0/miscutils/ |
D | chat.c | 110 #define exitcode bb_got_signal macro 116 exitcode = ERR_IO; in signal_handler() 360 exitcode = ERR_MEM; in chat_main() 367 while (exitcode == ERR_OK in chat_main() 376 exitcode = ERR_IO; in chat_main() 404 for (l = aborts, exitcode = ERR_ABORT; l; l = l->link, ++exitcode) { in chat_main() 410 exitcode = ERR_OK; in chat_main() 420 exitcode = ERR_TIMEOUT; in chat_main() 426 if (!exitcode) { in chat_main() 436 if (ERR_IO != exitcode) in chat_main() [all …]
|
/busybox-1.35.0/coreutils/ |
D | nl.c | 61 int exitcode; in nl_main() local 77 exitcode = EXIT_SUCCESS; in nl_main() 79 exitcode |= print_numbered_lines(&ns, *argv); in nl_main() 82 fflush_stdout_and_exit(exitcode); in nl_main()
|
D | cat.c | 198 int exitcode; in cat_main() local 207 exitcode = EXIT_SUCCESS; in cat_main() 209 exitcode |= print_numbered_lines(&ns, *argv); in cat_main() 211 fflush_stdout_and_exit(exitcode); in cat_main()
|
D | fold.c | 80 smallint exitcode = EXIT_SUCCESS; in fold_main() local 113 exitcode = EXIT_FAILURE; in fold_main() 181 exitcode = EXIT_FAILURE; in fold_main() 185 fflush_stdout_and_exit(exitcode); in fold_main()
|
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | exitcode_trap1.tests | 1 # "exit" in trap should not use last command's exitcode, 2 # but exitcode on entering the trap.
|
D | exitcode_trap2.tests | 1 # "exit" in trap should not use last command's exitcode, 2 # but exitcode on entering the trap.
|
D | exitcode_trap3.tests | 1 # "return" in trap should not use last command's exitcode, 2 # but exitcode on entering the trap.
|
D | exitcode_trap6.tests | 1 # "exit" in trap should not use last command's exitcode, 2 # but exitcode on entering the trap.
|
D | continue3.tests | 1 # Test that "continue" does affect exitcode (sets to 0)
|
D | wait6.tests | 1 # In bash, "wait $!" extracts correct exitcode even if bg task has already exited
|
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | exitcode_trap2.tests | 1 # "exit" in trap should not use last command's exitcode, 2 # but exitcode on entering the trap.
|
D | exitcode_trap3.tests | 1 # "return" in trap should not use last command's exitcode, 2 # but exitcode on entering the trap.
|
D | exitcode_trap6.tests | 1 # "exit" in trap should not use last command's exitcode, 2 # but exitcode on entering the trap.
|
D | continue3.tests | 1 # Test that "continue" does affect exitcode (sets to 0)
|
D | wait6.tests | 1 # In bash, "wait $!" extracts correct exitcode even if bg task has already exited
|
/busybox-1.35.0/shell/hush_test/hush-psubst/ |
D | falsetick.tests | 1 # Exitcode 0 (`` has no exitcode, but assignment has): 6 # Exitcode 2 (`cmd` expansion sets exitcode after assignment set it to 0): 11 # Exitcode 1 (redirect sets exitcode to 1 on error after them):
|
/busybox-1.35.0/shell/ash_test/ash-psubst/ |
D | falsetick.tests | 1 # Exitcode 0 (`` has no exitcode, but assignment has): 6 # Exitcode 2 (`cmd` expansion sets exitcode after assignment set it to 0): 11 # Exitcode 1 (redirect sets exitcode to 1 on error after them):
|
/busybox-1.35.0/networking/ |
D | slattach.c | 64 static void restore_state_and_exit(int exitcode) NORETURN; 65 static void restore_state_and_exit(int exitcode) in restore_state_and_exit() argument 71 exitcode = 1; in restore_state_and_exit() 78 exitcode |= tcsetattr_serial_or_warn(&state); in restore_state_and_exit() 88 exit(exitcode); in restore_state_and_exit()
|
/busybox-1.35.0/shell/hush_test/hush-read/ |
D | read_SIGCHLD.right | 2 exitcode:0
|
D | read_SIGCHLD.tests | 3 echo "exitcode:$?"
|
/busybox-1.35.0/shell/ash_test/ash-read/ |
D | read_SIGCHLD.right | 2 exitcode:0
|
D | read_SIGCHLD.tests | 3 echo "exitcode:$?"
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_positional.tests | 7 # unfortunately, "rc:0" is shown since while's overall exitcode is "success"
|
/busybox-1.35.0/scripts/ |
D | trylink | 55 exitcode=$? 57 return $exitcode 70 exitcode=$? 72 return $exitcode
|
/busybox-1.35.0/archival/ |
D | bbunzip.c | 49 smallint exitcode = 0; in bbunpack() local 67 exitcode = 1; in bbunpack() 128 exitcode = 1; in bbunpack() 192 return exitcode; in bbunpack()
|