Home
last modified time | relevance | path

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

/dports/archivers/lha-ac/lha-1.14i-ac20050924p1/src/
H A Dvsnprintf.c312 BSD__sprint(fp, uio) in BSD__sprint() function
521 if (BSD__sprint(fp, &uio)) \
536 if (uio.uio_resid && BSD__sprint(fp, &uio)) \
/dports/lang/ruby26/ruby-2.6.9/
H A Dvsnprintf.c321 BSD__sprint(FILE *fp, register struct __suio *uio) in BSD__sprint() function
603 if (BSD__sprint(fp, &uio)) \ in BSD_vfprintf()
631 if (uio.uio_resid && BSD__sprint(fp, &uio)) \ in BSD_vfprintf()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.375295 * missing/vsnprintf.c (BSD__sprint): needs to call vwrite function