Searched refs:cleanup (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dquick_exit.c39 void (*cleanup)(void); member in struct:quick_exit_handler
47 * Stack of cleanup handlers. These will be invoked in reverse order when
60 h->cleanup = func;
78 h->cleanup();
/bionic/libc/kernel/tools/
H A Dgenerate_uapi_headers.sh50 function cleanup () { function
135 trap cleanup EXIT
136 # This automatically triggers a call to cleanup.
/bionic/libc/dns/nameser/
H A Dns_name.c578 goto cleanup;
596 goto cleanup;
600 goto cleanup;
608 cleanup:
/bionic/libc/dns/resolv/
H A Dres_debug.c182 goto cleanup;
262 goto cleanup;
269 cleanup:

Completed in 736 milliseconds