Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/nolibc/
H A Dstdio.h147 int _fwrite(const void *buf, size_t size, FILE *stream) in _fwrite() function
168 if (_fwrite(s, size, stream) != 0) in fwrite()
178 return _fwrite(s, strlen(s), stream); in fputs()
305 if (_fwrite(outstr, len, stream) != 0) in vfprintf()