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

/linux-master/tools/include/nolibc/
H A Dstdio.h146 int _fwrite(const void *buf, size_t size, FILE *stream) function
167 if (_fwrite(s, size, stream) != 0)
177 return _fwrite(s, strlen(s), stream);
304 if (_fwrite(outstr, len, stream) != 0)

Completed in 134 milliseconds