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

  /src/lib/libc/stdlib/
atexit.c 50 #define ah_atexit ah_fun.fun_atexit macro
99 if (ah->ah_atexit == NULL && ah->ah_next == NULL) {
227 if (dso == NULL || dso == ah->ah_dso || ah->ah_atexit == NULL) {
228 if (ah->ah_atexit != NULL) {
235 atexit_func = ah->ah_atexit;
236 ah->ah_atexit = NULL;

Completed in 11 milliseconds