*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: at_quick_exit | Section: 3 | Source: MINIX | File: at_quick_exit.3
AT_QUICK_EXIT(3) FreeBSD Library Functions Manual AT_QUICK_EXIT(3) NAME at_quick_exit - registers a cleanup function to run on quick exit LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <stdlib.h> int at_quick_exit(void (*func)(void)); DESCRIPTION The at_quick_exit() function registers a cleanup function to be called when the program exits as a result of calling quick_exit(3). The cleanup functions are called in the reverse order and will not be called if the program exits by calling exit(3), _Exit(2), or abort(3). RETURN VALUES The at_quick_exit() function returns the value 0 if successful and a non- zero value on failure. SEE ALSO exit(3), quick_exit(3) STANDARDS The at_quick_exit() function conforms to ISO/IEC 9899:2011 ("ISO C11"). FreeBSD 14.1-RELEASE-p8 April 26, 2013 FreeBSD 14.1-RELEASE-p8

Navigation Options