Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dfvwrite.c83 w = _swrite(fp, p, MIN(len, BUFSIZ)); in __sfvwrite()
138 w = _swrite(fp, p, w); in __sfvwrite()
177 w = _swrite(fp, p, w); in __sfvwrite()
H A Dfflush.c122 t = _swrite(fp, (char *)p, n); in __sflush()
H A Dlocal.h55 extern int _swrite(FILE *, char const *, int);
H A Dstdio.c101 _swrite(FILE *fp, char const *buf, int n) in _swrite() function