HomeSort by: relevance | last modified time | path
    Searched defs:atexit_handler_stack (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/stdlib/
atexit.c 73 static struct atexit_handler *atexit_handler_stack; variable in typeref:struct:atexit_handler *
168 ah->ah_next = atexit_handler_stack;
169 atexit_handler_stack = ah;
211 for (prevp = &atexit_handler_stack; (ah = (*prevp)) != NULL;) {
214 void *p = atexit_handler_stack;
225 if (p != atexit_handler_stack)
atexit.c 73 static struct atexit_handler *atexit_handler_stack; variable in typeref:struct:atexit_handler *
168 ah->ah_next = atexit_handler_stack;
169 atexit_handler_stack = ah;
211 for (prevp = &atexit_handler_stack; (ah = (*prevp)) != NULL;) {
214 void *p = atexit_handler_stack;
225 if (p != atexit_handler_stack)
atexit.c 73 static struct atexit_handler *atexit_handler_stack; variable in typeref:struct:atexit_handler *
168 ah->ah_next = atexit_handler_stack;
169 atexit_handler_stack = ah;
211 for (prevp = &atexit_handler_stack; (ah = (*prevp)) != NULL;) {
214 void *p = atexit_handler_stack;
225 if (p != atexit_handler_stack)

Completed in 32 milliseconds