Searched refs:exitcode (Results 1 – 4 of 4) sorted by relevance
38 int exitcode = EXIT_SUCCESS; in main() local45 int exitcode = EXIT_FAILURE; in main()57 exitcode = EXIT_SUCCESS; in main()61 return exitcode; in main()
78 my $exitcode = $? >> 8;85 if ($^O eq 'VMS' && $exitcode != 0) {86 $exitcode =88 + ($exitcode * 8) # shift up to make space for the 3 severity bits92 exit($exitcode);
35 "`/bin/pwd`/util/wrap.pl valgrind --error-exitcode=1 --leak-check=full -q"38 The `--error-exitcode=1` option specifies that Valgrind should exit with an65 $ make test EXE_SHELL="`/bin/pwd`/util/wrap.pl valgrind --error-exitcode=1 \72 valgrind --error-exitcode=1 --leak-check=full -q" OPENSSL_ia32cap=":0"
172 int exitcode = 0;190 exitcode = 1;201 exit(exitcode);
Completed in 7 milliseconds