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

  /src/crypto/external/apache2/openssl/dist/test/
shlibloadtest.c 51 FILE *atexit_file = fopen(path_atexit, "w"); local
53 if (atexit_file == NULL)
56 fprintf(atexit_file, "atexit() run\n");
57 fclose(atexit_file);
  /src/crypto/external/bsd/openssl/dist/test/
shlibloadtest.c 51 FILE *atexit_file = fopen(path_atexit, "w"); local
53 if (atexit_file == NULL)
56 fprintf(atexit_file, "atexit() run\n");
57 fclose(atexit_file);
  /src/crypto/external/bsd/openssl.old/dist/test/
shlibloadtest.c 109 FILE *atexit_file = fopen(path_atexit, "w"); local
111 if (atexit_file == NULL)
114 fprintf(atexit_file, "atexit() run\n");
115 fclose(atexit_file);

Completed in 23 milliseconds