Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/
H A Datexit.h33 #define ATEXIT_SIZE 32 macro
H A Datexit.c75 } fns[ATEXIT_SIZE]; /* the table itself */
98 else while (p->ind >= ATEXIT_SIZE) { in atexit_register()
/freebsd/lib/libc/gen/
H A Dsysconf.c503 return (ATEXIT_SIZE); in sysconf()