Home
last modified time | relevance | path

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

/openssl/test/
H A Dmemleaktest.c38 int exitcode = EXIT_SUCCESS; in main() local
45 int exitcode = EXIT_FAILURE; in main()
57 exitcode = EXIT_SUCCESS; in main()
61 return exitcode; in main()
/openssl/util/
H A Dwrap.pl.in81 my $exitcode = $? >> 8;
88 if ($^O eq 'VMS' && $exitcode != 0) {
89 $exitcode =
91 + ($exitcode * 8) # shift up to make space for the 3 severity bits
95 exit($exitcode);
/openssl/
H A DNOTES-VALGRIND.md35 "`/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 an
65 $ 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"
/openssl/doc/man3/
H A DEVP_PKEY_fromdata.pod175 int exitcode = 0;
193 exitcode = 1;
204 exit(exitcode);

Completed in 8 milliseconds