Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/stdlib/
Datexit.c81 } fns[ATEXIT_SIZE]; /* the table itself */
104 else while (p->ind >= ATEXIT_SIZE) { in atexit_register()
Datexit.h36 #define ATEXIT_SIZE 32 macro
/freebsd-12-stable/lib/libc/gen/
Dsysconf.c510 return (ATEXIT_SIZE); in sysconf()