OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atexit_handler
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/libc++/dist/libcxxrt/src/
cxa_atexit.c
30
static struct
atexit_handler
{
struct
34
struct
atexit_handler
*next;
41
struct
atexit_handler
*h = malloc(sizeof(*h));
57
struct
atexit_handler
**last = &head;
58
for (struct
atexit_handler
*h = head ; h ; h = h->next) {
/src/lib/libc/stdlib/
atexit.c
44
struct
atexit_handler
{
struct
45
struct
atexit_handler
*ah_next;
64
static struct
atexit_handler
atexit_handler0[NSTATIC_HANDLERS];
73
static struct
atexit_handler
*atexit_handler_stack;
90
static struct
atexit_handler
*
93
struct
atexit_handler
*ah;
152
struct
atexit_handler
*ah;
209
struct
atexit_handler
*ah, *dead_handlers = NULL, **prevp;
/src/crypto/external/apache2/openssl/dist/test/
shlibloadtest.c
49
static void
atexit_handler
(void)
function
167
if (!myOPENSSL_atexit(
atexit_handler
)) {
/src/crypto/external/bsd/openssl/dist/test/
shlibloadtest.c
49
static void
atexit_handler
(void)
function
167
if (!myOPENSSL_atexit(
atexit_handler
)) {
/src/crypto/external/bsd/openssl.old/dist/test/
shlibloadtest.c
107
static void
atexit_handler
(void)
function
216
if (!myOPENSSL_atexit(
atexit_handler
)) {
/src/external/bsd/libpcap/dist/
pcap-dag.c
269
atexit_handler
(void)
function
291
atexit(
atexit_handler
);
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026