Home
last modified time | relevance | path

Searched refs:NSTATIC_HANDLERS (Results 1 – 1 of 1) sorted by relevance

/minix/lib/libc/stdlib/
H A Datexit.c63 #define NSTATIC_HANDLERS (32 + 3) macro
64 static struct atexit_handler atexit_handler0[NSTATIC_HANDLERS];
67 (ah >= &atexit_handler0[0] && ah < &atexit_handler0[NSTATIC_HANDLERS])
97 for (i = 0; i < NSTATIC_HANDLERS; i++) { in atexit_handler_alloc()