Searched defs:GET_ARG (Results 1 – 6 of 6) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | nano-vfscanf_local.h | 140 #define GET_ARG(n, ap, type) (va_arg ((ap), type)) macro
|
D | vfwscanf.c | 459 # define GET_ARG(n, ap, type) \ in _SVFWSCANF() macro 470 # 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 | 559 # define GET_ARG(n, ap, type) \ in _SVFSCANF() macro 570 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in _SVFSCANF() macro
|
D | vfprintf.c | 532 # define GET_ARG(n, ap, type) \ in VFPRINTF() macro 544 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in VFPRINTF() macro
|
D | vfwprintf.c | 518 # define GET_ARG(n, ap, type) \ in VFWPRINTF() macro 530 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in VFWPRINTF() macro
|