Home
last modified time | relevance | path

Searched refs:GET_ARG (Results 1 – 13 of 13) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_local.h144 #define GET_ARG(n, ap, type) (va_arg ((ap), type)) macro
150 (flags&LONGINT ? GET_ARG (N, (*ap), long) : \
151 flags&SHORTINT ? (long)(short)GET_ARG (N, (*ap), int) : \
152 flags&CHARINT ? (long)(signed char)GET_ARG (N, (*ap), int) : \
153 (long)GET_ARG (N, (*ap), int))
155 (flags&LONGINT ? GET_ARG (N, (*ap), u_long) : \
156 flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, (*ap), int) : \
157 flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, (*ap), int) : \
158 (u_long)GET_ARG (N, (*ap), u_int))
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
553 (flags&QUADINT ? GET_ARG (N, ap, quad_t) : \ in VFPRINTF()
554 flags&LONGINT ? GET_ARG (N, ap, long) : \ in VFPRINTF()
555 flags&SHORTINT ? (long)(short)GET_ARG (N, ap, int) : \ in VFPRINTF()
556 flags&CHARINT ? (long)(signed char)GET_ARG (N, ap, int) : \ in VFPRINTF()
557 (long)GET_ARG (N, ap, int)) in VFPRINTF()
560 (flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \ in VFPRINTF()
561 flags&LONGINT ? GET_ARG (N, ap, u_long) : \ in VFPRINTF()
562 flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \ in VFPRINTF()
[all …]
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
539 (flags&QUADINT ? GET_ARG (N, ap, quad_t) : \ in VFWPRINTF()
540 flags&LONGINT ? GET_ARG (N, ap, long) : \ in VFWPRINTF()
541 flags&SHORTINT ? (long)(short)GET_ARG (N, ap, int) : \ in VFWPRINTF()
542 flags&CHARINT ? (long)(signed char)GET_ARG (N, ap, int) : \ in VFWPRINTF()
543 (long)GET_ARG (N, ap, int)) in VFWPRINTF()
545 (flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \ in VFWPRINTF()
546 flags&LONGINT ? GET_ARG (N, ap, u_long) : \ in VFWPRINTF()
547 flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \ in VFWPRINTF()
[all …]
Dnano-vfprintf_i.c122 *--cp = GET_ARG (N, *ap, int); in _printf_i()
204 *GET_ARG (N, *ap, long_ptr_t) = pdata->ret; in _printf_i()
206 *GET_ARG (N, *ap, short_ptr_t) = pdata->ret; in _printf_i()
208 *GET_ARG (N, *ap, int_ptr_t) = pdata->ret; in _printf_i()
214 cp = GET_ARG (N, *ap, char_ptr_t); in _printf_i()
Dnano-vfscanf_i.c58 p = GET_ARG (N, *ap, char *); in _scanf_chars()
217 *GET_ARG (N, *ap, void **) = (void *) (uintptr_t) ul; in _scanf_i()
219 *GET_ARG (N, *ap, short *) = ul; in _scanf_i()
221 *GET_ARG (N, *ap, long *) = ul; in _scanf_i()
223 *GET_ARG (N, *ap, int *) = ul; in _scanf_i()
Dvfwscanf.c385 _p_p = GET_ARG (N, ap, _type **); \ in _SVFWSCANF()
459 # define GET_ARG(n, ap, type) \ in _SVFWSCANF() macro
470 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in _SVFWSCANF() macro
770 cp = GET_ARG (N, ap, char *); in _SVFWSCANF()
777 sp = GET_ARG (N, ap, short *); in _SVFWSCANF()
782 lp = GET_ARG (N, ap, long *); in _SVFWSCANF()
788 llp = GET_ARG (N, ap, long long*); in _SVFWSCANF()
794 ip = GET_ARG (N, ap, int *); in _SVFWSCANF()
841 p = GET_ARG(N, ap, wchar_t *); in _SVFWSCANF()
879 mbp = GET_ARG(N, ap, char *); in _SVFWSCANF()
[all …]
Dvfscanf.c466 _p_p = GET_ARG (N, ap, _type **); \ in _SVFSCANF()
559 # define GET_ARG(n, ap, type) \ in _SVFSCANF() macro
570 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in _SVFSCANF() macro
869 cp = GET_ARG (N, ap, char *); in _SVFSCANF()
876 sp = GET_ARG (N, ap, short *); in _SVFSCANF()
881 lp = GET_ARG (N, ap, long *); in _SVFSCANF()
887 llp = GET_ARG (N, ap, long long*); in _SVFSCANF()
893 ip = GET_ARG (N, ap, int *); in _SVFSCANF()
956 wcp = GET_ARG (N, ap, wchar_t *); in _SVFSCANF()
1041 p = GET_ARG (N, ap, char *); in _SVFSCANF()
[all …]
Dnano-vfscanf_float.c321 *GET_ARG (N, *ap, double *) = fp; in _scanf_float()
324 ldp = GET_ARG (N, *ap, _LONG_DOUBLE *); in _scanf_float()
329 flp = GET_ARG (N, *ap, float *); in _scanf_float()
Dnano-vfscanf.c348 *GET_ARG (N, ap_copy, short *) = scan_data.nread; in _SVFSCANF()
350 *GET_ARG (N, ap_copy, long *) = scan_data.nread; in _SVFSCANF()
352 *GET_ARG (N, ap_copy, int *) = scan_data.nread; in _SVFSCANF()
Dnano-vfprintf.c554 prt_data.width = GET_ARG (n, ap_copy, int); in VFPRINTF()
575 prt_data.prec = GET_ARG (n, ap_copy, int); in VFPRINTF()
607 GET_ARG (N, ap_copy, _LONG_DOUBLE); in VFPRINTF()
609 GET_ARG (N, ap_copy, double); in VFPRINTF()
Dnano-vfscanf_local.h140 #define GET_ARG(n, ap, type) (va_arg ((ap), type)) macro
Dnano-vfprintf_float.c189 _fpvalue = (double) GET_ARG (N, *ap, _LONG_DOUBLE); in _printf_float()
193 _fpvalue = GET_ARG (N, *ap, double); in _printf_float()
/picolibc-latest/newlib/
DChangeLog-2015547 to GET_ARG in %lc, %ls nad %l[] cases. Fix unterminated string in %l[]