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

/freebsd-10.0-release/lib/libc/stdlib/
H A Datexit.h34 #define ATEXIT_SIZE 32 macro
H A Datexit.c71 } fns[ATEXIT_SIZE]; /* the table itself */
90 else while (p->ind >= ATEXIT_SIZE) {
/freebsd-10.0-release/lib/libc/gen/
H A Dsysconf.c506 return (ATEXIT_SIZE);

Completed in 106 milliseconds