Searched refs:__fwritex (Results 1 – 5 of 5) sorted by relevance
| /third_party/ulib/musl/src/stdio/ |
| A D | fwrite.c | 4 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 D | fputws.c | 16 if (__fwritex(buf, l, f) < l) { in fputws()
|
| A D | fputwc.c | 26 if (l < 0 || __fwritex((void*)mbc, l, f) < l) in __fputwc_unlocked()
|
| A D | vfprintf.c | 211 __fwritex((void*)s, l, f); in out()
|
| /third_party/ulib/musl/src/internal/ |
| A D | stdio_impl.h | 78 size_t __fwritex(const unsigned char*, size_t, FILE*) ATTR_LIBC_VISIBILITY;
|
Completed in 8 milliseconds