Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/stdio/
A Dfwrite.c4 size_t __fwritex(const unsigned char* restrict s, size_t l, FILE* restrict f) { in __fwritex() function
36 k = __fwritex(src, l, f); in fwrite()
A Dfputws.c16 if (__fwritex(buf, l, f) < l) { in fputws()
A Dfputwc.c26 if (l < 0 || __fwritex((void*)mbc, l, f) < l) in __fputwc_unlocked()
A Dvfprintf.c211 __fwritex((void*)s, l, f); in out()
/third_party/ulib/musl/src/internal/
A Dstdio_impl.h78 size_t __fwritex(const unsigned char*, size_t, FILE*) ATTR_LIBC_VISIBILITY;

Completed in 8 milliseconds