Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dnano-vfscanf_local.h140 #define GET_ARG(n, ap, type) (va_arg ((ap), type)) macro
Dvfwscanf.c460 # define GET_ARG(n, ap, type) \ in _SVFWSCANF() macro
471 # 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.c555 # define GET_ARG(n, ap, type) \ in _SVFSCANF() macro
566 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in _SVFSCANF() macro
Dvfprintf.c537 # define GET_ARG(n, ap, type) \ in VFPRINTF() macro
549 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in VFPRINTF() macro
Dvfwprintf.c520 # define GET_ARG(n, ap, type) \ in VFWPRINTF() macro
532 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in VFWPRINTF() macro