Home
last modified time | relevance | path

Searched refs:atexit_file (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Dshlibloadtest.c51 FILE *atexit_file = fopen(path_atexit, "w"); in atexit_handler() local
53 if (atexit_file == NULL) in atexit_handler()
56 fprintf(atexit_file, "atexit() run\n"); in atexit_handler()
57 fclose(atexit_file); in atexit_handler()

Completed in 1 milliseconds