Home
last modified time | relevance | path

Searched refs:__stdio_write (Results 1 - 25 of 29) sorted by relevance

12

/third_party/musl/porting/linux/user/src/stdio/
H A D__stdout_write.c7 f->write = __stdio_write; in __stdout_write()
12 size_t cnt = __stdio_write(f, buf, len); in __stdout_write()
H A Dstderr.c12 .write = __stdio_write,
H A D__stdio_write.c27 size_t __stdio_write(FILE *f, const unsigned char *buf, size_t len) in __stdio_write() function
H A D__fdopen.c130 f->write = __stdio_write; in __fdopenx()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A D__stdout_write.c7 f->write = __stdio_write; in __stdout_write()
10 return __stdio_write(f, buf, len); in __stdout_write()
H A Dstderr.c14 .write = __stdio_write,
H A D__stdio_write.c4 size_t __stdio_write(FILE *f, const unsigned char *buf, size_t len) in __stdio_write() function
H A D__fdopen.c55 f->write = __stdio_write; in __fdopen()
/third_party/musl/src/stdio/
H A D__stdout_write.c7 f->write = __stdio_write; in __stdout_write()
12 size_t cnt = __stdio_write(f, buf, len); in __stdout_write()
H A Dvdprintf.c6 .fd = fd, .lbf = EOF, .write = __stdio_write, in vdprintf()
H A Dstderr.c12 .write = __stdio_write,
H A D__stdio_write.c27 size_t __stdio_write(FILE *f, const unsigned char *buf, size_t len) in __stdio_write() function
H A D__fdopen.c132 f->write = __stdio_write; in __fdopenx()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__stdout_write.c9 return __stdio_write(f, buf, len); in __stdout_write()
H A Dstderr.c14 .write = __stdio_write,
H A D__fdopen.c51 f->write = __stdio_write; in __fdopen()
H A D__stdio_write.c4 size_t __stdio_write(FILE *f, const unsigned char *buf, size_t len) in __stdio_write() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__stdout_write.c9 return __stdio_write(f, buf, len); in __stdout_write()
H A Dstderr.c14 .write = __stdio_write,
H A D__fdopen.c51 f->write = __stdio_write; in __fdopen()
H A D__stdio_write.c4 size_t __stdio_write(FILE *f, const unsigned char *buf, size_t len) in __stdio_write() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h32 hidden size_t __stdio_write(FILE *, const unsigned char *, size_t);
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h54 hidden size_t __stdio_write(FILE *, const unsigned char *, size_t);
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h32 hidden size_t __stdio_write(FILE *, const unsigned char *, size_t);
/third_party/musl/src/internal/
H A Dstdio_impl.h125 hidden size_t __stdio_write(FILE *, const unsigned char *, size_t);

Completed in 7 milliseconds

12