Searched refs:__SPRINT (Results 1 – 4 of 4) sorted by relevance
435 # define __SPRINT _ssputs macro437 # define __SPRINT _sfputs macro463 pfunc = __SPRINT; in VFPRINTF()
146 # define __SPRINT __sswprint macro148 # define __SPRINT __swprint macro150 int __SPRINT (FILE *, register struct __suio *);153 # define __SPRINT __ssputws macro155 # define __SPRINT __sfputws macro463 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()
177 # define __SPRINT __ssprint macro179 # define __SPRINT __ssputs macro185 # define __SPRINT __sprint macro187 # define __SPRINT __sfputs macro477 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()
3144 (__SPRINT): Use _FVWRITE_IN_STREAMIO to control macro definition.7071 * libc/stdio/vfprintf.c (__SPRINT): New macro to call the right