Home
last modified time | relevance | path

Searched defs:CALLBACK (Results 1 – 5 of 5) sorted by relevance

/openbsd/regress/lib/csu/callbacks/libab/
H A Dab.c23 #define CALLBACK(file, name) \ macro
30 CALLBACK(stdout, cleanup) in CALLBACK() function
40 CALLBACK(stdout, atfork_prepare) in CALLBACK() function
/openbsd/regress/lib/csu/callbacks/libaa/
H A Daa.c23 #define CALLBACK(file, name) \ macro
30 CALLBACK(stdout, cleanup) in CALLBACK() function
40 CALLBACK(stdout, atfork_prepare) in CALLBACK() function
/openbsd/regress/lib/csu/callbacks/atexit/
H A Datexit_test.c26 #define CALLBACK(name) static void name(void) { printf("exe "#name"\n"); } macro
29 CALLBACK(cleanup2) in CALLBACK() function
/openbsd/regress/lib/csu/callbacks/pthread_atfork/
H A Dpthread_atfork_test.c31 #define CALLBACK(file, name) \ macro
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtarget.h884 #define target_async(CALLBACK,CONTEXT) \ argument