Home
last modified time | relevance | path

Searched refs:my_va_list (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dvfscanf.c418 } my_va_list; typedef
421 skip_to_arg(my_va_list *ap, int target_argno) in skip_to_arg()
577 my_va_list my_ap; in vfscanf()
Dvfprintf.c312 } my_va_list; typedef
320 skip_to_arg(const CHAR *fmt_orig, my_va_list *ap, int target_argno) in skip_to_arg()
488 my_va_list my_ap; in vfprintf()
/picolibc-latest/newlib/libc/stdio/
Dvfwscanf.c170 } my_va_list; typedef
172 static void * get_arg (int, my_va_list *, int *, void **);
298 my_va_list my_ap; in _SVFWSCANF()
1619 get_arg (int n, my_va_list *my_ap, int *numargs_p, void **args) in get_arg()
Dvfscanf.c163 } my_va_list; typedef
165 static void * get_arg (int, my_va_list *, int *, void **);
393 my_va_list my_ap; in _SVFSCANF()
1971 get_arg (int n, my_va_list *ap, int *numargs_p, void **args) in get_arg()
Dvfwprintf.c308 } my_va_list; typedef
312 my_va_list *my_ap, int *numargs, union arg_val *args,
367 my_va_list my_ap; in VFWPRINTF()
1716 my_va_list *ap, in get_arg()
Dvfprintf.c339 } my_va_list; typedef
343 my_va_list *ap, int *numargs, union arg_val *args,
398 my_va_list my_ap; in VFPRINTF()
1792 my_va_list *ap, in get_arg()