Home
last modified time | relevance | path

Searched refs:_exit_handlers (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dexit.c39 struct handlers *_exit_handlers; variable
50 while (h = _exit_handlers) {
51 _exit_handlers = h->next;
H A Don_exit.c38 extern struct handlers *_exit_handlers;
52 h->next = _exit_handlers;
53 _exit_handlers = h;