Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf.c435 # define __SPRINT _ssputs macro
437 # define __SPRINT _sfputs macro
463 pfunc = __SPRINT; in VFPRINTF()
Dvfwprintf.c146 # define __SPRINT __sswprint macro
148 # define __SPRINT __swprint macro
150 int __SPRINT (FILE *, register struct __suio *);
153 # define __SPRINT __ssputws macro
155 # define __SPRINT __sfputws macro
463 if (__SPRINT(fp, &uio)) \ in VFWPRINTF()
486 if (uio.uio_resid && __SPRINT(fp, &uio)) \ in VFWPRINTF()
493 if (__SPRINT (fp, (ptr), (len)) == EOF) \ in VFWPRINTF()
Dvfprintf.c177 # define __SPRINT __ssprint macro
179 # define __SPRINT __ssputs macro
185 # define __SPRINT __sprint macro
187 # define __SPRINT __sfputs macro
477 if (__SPRINT(fp, &uio)) \ in VFPRINTF()
500 if (uio.uio_resid && __SPRINT(fp, &uio)) \ in VFPRINTF()
507 if (__SPRINT (fp, (ptr), (len)) == EOF) \ in VFPRINTF()
/picolibc-latest/newlib/
DChangeLog-20153144 (__SPRINT): Use _FVWRITE_IN_STREAMIO to control macro definition.
7071 * libc/stdio/vfprintf.c (__SPRINT): New macro to call the right