Searched refs:sn_write (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/src/stdio/ |
H A D | vsnprintf.c | 14 static size_t sn_write(FILE *f, const unsigned char *s, size_t l) in sn_write() function 38 .write = sn_write, in vsnprintf()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | vsnprintf.c | 14 static size_t sn_write(FILE *f, const unsigned char *s, size_t l) in sn_write() function 38 .write = sn_write, in vsnprintf()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | vsnprintf.c | 15 static size_t sn_write(FILE *f, const unsigned char *s, size_t l) in sn_write() function 44 .write = sn_write, in vsnprintf()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | vsnprintf.c | 15 static size_t sn_write(FILE *f, const unsigned char *s, size_t l) in sn_write() function 45 .write = sn_write, in vsnprintf()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | vsnprintf.c | 15 static size_t sn_write(FILE *f, const unsigned char *s, size_t l) in sn_write() function 44 .write = sn_write, in vsnprintf()
|
Completed in 1 milliseconds