Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dnano-vfprintf_local.h167 if (pfunc (fp, (ptr), (len)) == EOF) \
174 if (pfunc (fp, &(ch), 1) == EOF) \
214 int (*pfunc)(FILE *,
219 int (*pfunc)(FILE *, const char *, size_t len),
228 int (*pfunc)(FILE *,
Dnano-vfprintf_i.c53 int (*pfunc)(FILE *, in _printf_common()
109 int (*pfunc)(FILE *, const char *, size_t len), in _printf_i()
241 n = _printf_common (pdata, &realsz, fp, pfunc); in _printf_i()
Dnano-vfprintf.c463 int (*pfunc)(FILE *, const char *, size_t len); in VFPRINTF() local
465 pfunc = __SPRINT; in VFPRINTF()
614 n = _printf_float (data, &prt_data, fp, pfunc, &ap_copy); in VFPRINTF()
618 n = _printf_i (&prt_data, fp, pfunc, &ap_copy); in VFPRINTF()
Dnano-vfprintf_float.c168 int (*pfunc) (struct _reent *, FILE *, const char *, in _printf_float()
290 if (_printf_common (data, pdata, &realsz, fp, pfunc) == -1) in _printf_float()