Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/stdio/
H A Dvfprintf.c389 #define GETARG(type) \ in __vfprintf() macro
H A Dvfscanf.c473 #define GETARG(type) ((flags & SUPPRESS) ? SUPPRESS_PTR : va_arg(ap, type)) in __svfscanf() macro
H A Dvfwprintf.c466 #define GETARG(type) \ in __vfwprintf() macro
H A Dvfwscanf.c450 #define GETARG(type) ((flags & SUPPRESS) ? SUPPRESS_PTR : va_arg(ap, type)) in __vfwscanf() macro