Searched defs:GETARG (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/tools/driver/
H A DPlatform.cpp20 #define GETARG( Y, X ) ( (void* ) *( ( (int**) &(Y) ) + (X) ) ) macro
/freebsd-10.3-release/lib/libc/stdio/
H A Dvfscanf.c469 #define GETARG(type) ((flags & SUPPRESS) ? SUPPRESS_PTR : va_arg(ap, type)) macro
H A Dvfwscanf.c450 #define GETARG(type) ((flags & SUPPRESS) ? SUPPRESS_PTR : va_arg(ap, type)) macro
H A Dvfprintf.c394 #define GETARG(type) \ macro
[all...]
H A Dvfwprintf.c474 #define GETARG(type) \ macro
[all...]
/freebsd-10.3-release/contrib/sendmail/libsm/
H A Dvfprintf.c303 # define GETARG(type) \ macro
307 # define GETARG(typ macro
[all...]

Completed in 118 milliseconds