Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/startup/
H A Datonexit.c24 _PVFV *__onexitend; variable
39 last = (_PVFV *)_decode_pointer(__onexitend); in __call_atexit()
47 __onexitbegin = __onexitend = NULL; in __call_atexit()
80 onexitend = (_PVFV *) _decode_pointer (__onexitend); in _onexit()
89 __onexitend = (_PVFV *) _encode_pointer (onexitend); in _onexit()
H A Dcrtdll.c49 extern _PVFV *__onexitend;
65 __onexitend = __onexitbegin = NULL; in pre_c_init()
136 _PVFV *onexitend = (_PVFV *) _decode_pointer (__onexitend); in _CRT_INIT()
142 __onexitbegin = __onexitend = (_PVFV *) NULL; in _CRT_INIT()
H A Dcrtexe.c55 extern _PVFV *__onexitend;
108 __onexitbegin = __onexitend = (_PVFV *)(-1); in pre_c_init()