Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c303 # define GETARG(type) \ macro
307 # define GETARG(type) \ macro
/freebsd/lib/libc/stdio/
H A Dvfprintf.c391 #define GETARG(type) \ in __vfprintf() macro
H A Dvfwprintf.c465 #define GETARG(type) \ in __vfwprintf() macro
H A Dvfscanf.c489 #define GETARG(type) ((flags & SUPPRESS) ? SUPPRESS_PTR : va_arg(ap, type)) in __svfscanf() macro
H A Dvfwscanf.c468 #define GETARG(type) ((flags & SUPPRESS) ? SUPPRESS_PTR : va_arg(ap, type)) in __vfwscanf() macro