/external/libjpeg-turbo/release/ |
makecygwinpkg.in | 5 trap onexit INT 6 trap onexit TERM 7 trap onexit EXIT 11 onexit() function
|
makedpkg.in | 5 trap onexit INT 6 trap onexit TERM 7 trap onexit EXIT 12 onexit()
|
makemacpkg.in | 5 trap onexit INT 6 trap onexit TERM 7 trap onexit EXIT 11 onexit()
|
/bionic/libc/bionic/ |
libc_init_common.h | 44 void (*onexit)(void),
|
libc_init_dynamic.cpp | 98 void (*onexit)(void) __unused, 104 // Several Linux ABIs don't pass the onexit pointer, and the ones that
|
libc_init_static.cpp | 82 void (*onexit)(void) __unused, 97 // Several Linux ABIs don't pass the onexit pointer, and the ones that
|
/development/ndk/platforms/android-21/arch-arm/src/ |
crtbegin.c | 41 void (*onexit)(void), 65 * - The address of an "onexit" function, not used on any platform supported by
|
/development/ndk/platforms/android-9/arch-arm/src/ |
crtbegin_dynamic.c | 41 void (*onexit)(void), 68 - address of an "onexit" function, not used on any
|
crtbegin_static.c | 41 void (*onexit)(void), 68 - address of an "onexit" function, not used on any
|
/frameworks/base/tools/obbtool/ |
mkobb.sh | 125 onexit() { function 210 trap onexit ERR
|
/external/libjpeg-turbo/ |
tjbenchtest.in | 5 trap onexit INT 6 trap onexit TERM 7 trap onexit EXIT 9 onexit() function
|
tjbenchtest.java.in | 5 trap onexit INT 6 trap onexit TERM 7 trap onexit EXIT 9 onexit() function
|
tjexampletest.in | 5 trap onexit INT 6 trap onexit TERM 7 trap onexit EXIT 9 onexit() function
|
/external/syslinux/com32/lib/ |
Makefile | 53 atexit.o onexit.o abort.o
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
stdlib.h | 638 onexit_t __cdecl onexit(onexit_t _Func);
|