Home
last modified time | relevance | path

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

/glibc-2.36/stdio-common/
Dvfprintf-internal.c708 va_list ap_save; in vfprintf() local
748 __va_copy (ap_save, ap); in vfprintf()
750 ap_save = ap; in vfprintf()
1105 done = printf_positional (s, format, readonly_format, ap, &ap_save, in vfprintf()