Home
last modified time | relevance | path

Searched defs:GET_ARG (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dnano-vfscanf_local.h140 #define GET_ARG(n, ap, type) (va_arg ((ap), type)) macro
Dvfwscanf.c459 # define GET_ARG(n, ap, type) \ in _SVFWSCANF() macro
470 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in _SVFWSCANF() macro
Dnano-vfprintf_local.h144 #define GET_ARG(n, ap, type) (va_arg ((ap), type)) macro
Dvfscanf.c559 # define GET_ARG(n, ap, type) \ in _SVFSCANF() macro
570 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in _SVFSCANF() macro
Dvfprintf.c532 # define GET_ARG(n, ap, type) \ in VFPRINTF() macro
544 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in VFPRINTF() macro
Dvfwprintf.c518 # define GET_ARG(n, ap, type) \ in VFWPRINTF() macro
530 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in VFWPRINTF() macro