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

/freebsd-10.1-release/lib/libc/stdlib/
H A Datexit.c50 #define ATEXIT_FN_EMPTY 0 macro
179 if (p->fns[n].fn_type == ATEXIT_FN_EMPTY)
193 p->fns[n].fn_type = ATEXIT_FN_EMPTY;

Completed in 96 milliseconds