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

/freebsd-11-stable/lib/libc/stdlib/
H A Datexit.c58 #define ATEXIT_FN_EMPTY 0 macro
217 if (p->fns[n].fn_type == ATEXIT_FN_EMPTY)
231 p->fns[n].fn_type = ATEXIT_FN_EMPTY;

Completed in 109 milliseconds