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

/seL4-camkes-master/projects/musllibc/src/stdio/
H A Dfputws.c17 if (__fwritex(buf, l, f) < l) {
H A Dfwrite.c4 size_t __fwritex(const unsigned char *restrict s, size_t l, FILE *restrict f) function
33 k = __fwritex(src, l, f);
H A Dfputwc.c24 if (l < 0 || __fwritex((void *)mbc, l, f) < l) c = WEOF;
/seL4-camkes-master/projects/musllibc/src/internal/
H A Dstdio_impl.h73 size_t __fwritex(const unsigned char *, size_t, FILE *);

Completed in 79 milliseconds