Home
last modified time | relevance | path

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

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