Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdlib/
HDquick_exit.c45 static struct quick_exit_fn *quick_exit_fns; variable
67 fn->next = quick_exit_fns; in at_quick_exit()
68 quick_exit_fns = fn; in at_quick_exit()
88 for (fn = quick_exit_fns; fn != NULL; fn = fn->next) { in quick_exit()