Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dutility.h148 extern void atexit_handler(void);
H A Dinitialize.c94 if (atexit(atexit_handler) < 0) in initialize_pre()
H A Dutility.c274 atexit_handler() in atexit_handler() function