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

  /src/lib/libc/stdlib/
exit.c 48 void (*__cleanup)(void); variable in typeref:typename:void (*)(void)
62 if (__cleanup)
63 (*__cleanup)();
exit.c 48 void (*__cleanup)(void); variable in typeref:typename:void (*)(void)
62 if (__cleanup)
63 (*__cleanup)();

Completed in 23 milliseconds