Searched refs:_swrite (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | fvwrite.c | 83 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 D | fflush.c | 122 t = _swrite(fp, (char *)p, n); in __sflush()
|
H A D | local.h | 55 extern int _swrite(FILE *, char const *, int);
|
H A D | stdio.c | 101 _swrite(FILE *fp, char const *buf, int n) in _swrite() function
|