Searched refs:get_arg (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | vfwscanf.c | 172 static void * get_arg (int, my_va_list *, int *, void **); 463 : get_arg (n, &my_ap, &numargs, args)) \ in _SVFWSCANF() 1619 get_arg (int n, my_va_list *my_ap, int *numargs_p, void **args) in get_arg() function
|
D | vfscanf.c | 165 static void * get_arg (int, my_va_list *, int *, void **); 563 : get_arg (n, &my_ap, &numargs, args)) \ in _SVFSCANF() 1971 get_arg (int n, my_va_list *ap, int *numargs_p, void **args) in get_arg() function
|
D | vfwprintf.c | 311 get_arg (int n, wchar_t *fmt, 522 : get_arg (n, fmt_anchor, &my_ap, &numargs, args, \ in VFWPRINTF() 1713 get_arg ( in get_arg() function
|
D | vfprintf.c | 342 get_arg (int n, char *fmt, 536 : get_arg (n, fmt_anchor, &my_ap, &numargs, args, \ in VFPRINTF() 1789 get_arg ( in get_arg() function
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 10392 (get_arg): Support '%a' and '%A'. 10531 * libc/stdio/vfprintf.c (get_arg): Support %1$lc. Simplify types 10588 (get_arg): Handle %1$F, %1$n. 11334 * libc/stdio/vfprintf.c (_vfprintf_r, get_arg): Add 'hh', 'j', 14575 * libc/stdio/vfprintf.c (_VFPRINTF_R, get_arg): Move mb-specific 14693 (get_arg): Ditto. 14932 (get_arg): Add extra struct _reent pointer argument.
|