Home
last modified time | relevance | path

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

/tools/include/nolibc/
A Dstdio.h179 int _fwrite(const void *buf, size_t size, FILE *stream) in _fwrite() function
200 if (_fwrite(s, size, stream) != 0) in fwrite()
210 return _fwrite(s, strlen(s), stream); in fputs()
384 return _fwrite(buf, size, (FILE *)state); in __nolibc_fprintf_cb()

Completed in 3 milliseconds