Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/include/nolibc/
A Dstdio.h96 int _fwrite(const void *buf, size_t size, FILE *stream) in _fwrite() function
122 if (_fwrite(s, size, stream) != 0) in fwrite()
132 return _fwrite(s, strlen(s), stream); in fputs()
259 if (_fwrite(outstr, len, stream) != 0) in vfprintf()

Completed in 4 milliseconds