HomeSort by: relevance | last modified time | path
    Searched refs:NO_ATEXIT (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
shlibloadtest.c 37 NO_ATEXIT
83 case NO_ATEXIT:
107 if (test_type == NO_ATEXIT) {
123 && test_type != NO_ATEXIT) {
231 if (test_type != NO_ATEXIT && atexit_handler_done != 1) {
272 } else if (strcmp(p, "-no_atexit") == 0) {
273 test_type = NO_ATEXIT;
  /src/crypto/external/bsd/openssl/dist/test/
shlibloadtest.c 37 NO_ATEXIT
83 case NO_ATEXIT:
107 if (test_type == NO_ATEXIT) {
123 && test_type != NO_ATEXIT) {
231 if (test_type != NO_ATEXIT && atexit_handler_done != 1) {
273 } else if (strcmp(p, "-no_atexit") == 0) {
274 test_type = NO_ATEXIT;
  /src/crypto/external/bsd/openssl.old/dist/test/
shlibloadtest.c 35 NO_ATEXIT
139 case NO_ATEXIT:
163 if (test_type == NO_ATEXIT) {
179 && test_type != NO_ATEXIT) {
278 if (test_type != NO_ATEXIT && atexit_handler_done != 1) {
316 } else if (strcmp(p, "-no_atexit") == 0) {
317 test_type = NO_ATEXIT;

Completed in 26 milliseconds