Searched defs:GET_ARG (Results 1 – 6 of 6) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | nano-vfscanf_local.h | 140 #define GET_ARG(n, ap, type) (va_arg ((ap), type)) macro
|
D | vfwscanf.c | 460 # define GET_ARG(n, ap, type) \ in _SVFWSCANF() macro 471 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in _SVFWSCANF() macro
|
D | nano-vfprintf_local.h | 144 #define GET_ARG(n, ap, type) (va_arg ((ap), type)) macro
|
D | vfscanf.c | 555 # define GET_ARG(n, ap, type) \ in _SVFSCANF() macro 566 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in _SVFSCANF() macro
|
D | vfprintf.c | 537 # define GET_ARG(n, ap, type) \ in VFPRINTF() macro 549 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in VFPRINTF() macro
|
D | vfwprintf.c | 520 # define GET_ARG(n, ap, type) \ in VFWPRINTF() macro 532 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in VFWPRINTF() macro
|