/third_party/musl/porting/linux/user/src/stdio/ |
H A D | __stdout_write.c | 4 size_t __stdout_write(FILE *f, const unsigned char *buf, size_t len) in __stdout_write() argument
|
/third_party/musl/porting/liteos_a/user/src/stdio/ |
H A D | tmpnam.c | 14 char *tmpnam(char *buf) in tmpnam() argument
|
/third_party/musl/src/multibyte/ |
H A D | wcsrtombs.c | 6 char buf[4]; in wcsrtombs() local
|
/third_party/musl/src/stat/ |
H A D | fchmod.c | 12 char buf[15+3*sizeof(int)]; in fchmod() local
|
/third_party/musl/src/string/ |
H A D | strerror_r.c | 4 int strerror_r(int err, char *buf, size_t buflen) in strerror_r() argument
|
/third_party/musl/src/unistd/ |
H A D | readlink.c | 5 ssize_t readlink(const char *restrict path, char *restrict buf, size_t bufsize) in readlink() argument
|
H A D | pwrite.c | 4 ssize_t pwrite(int fd, const void *buf, size_t size, off_t ofs) in pwrite() argument
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | __stdio_read.c | 5 size_t __stdio_read(FILE *f, unsigned char *buf, size_t len)
in __stdio_read() argument
|
H A D | __string_read.c | 4 size_t __string_read(FILE *f, unsigned char *buf, size_t len) in __string_read() argument
|
H A D | stdout.c | 7 static unsigned char buf[BUFSIZ+UNGET]; variable
|
H A D | stderr.c | 7 static unsigned char buf[UNGET]; variable
|
/third_party/musl/src/stdio/ |
H A D | fputws.c | 7 unsigned char buf[BUFSIZ]; in fputws() local
|
H A D | tmpnam.c | 12 char *tmpnam(char *buf) in tmpnam() argument
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | __stdio_read.c | 5 size_t __stdio_read(FILE *f, unsigned char *buf, size_t len)
in __stdio_read() argument
|
H A D | __string_read.c | 4 size_t __string_read(FILE *f, unsigned char *buf, size_t len) in __string_read() argument
|
H A D | stdout.c | 7 static unsigned char buf[BUFSIZ+UNGET]; variable
|
H A D | stderr.c | 7 static unsigned char buf[UNGET]; variable
|
/third_party/musl/src/network/ |
H A D | send.c | 3 ssize_t send(int fd, const void *buf, size_t len, int flags) in send() argument
|
H A D | recv.c | 3 ssize_t recv(int fd, void *buf, size_t len, int flags) in recv() argument
|
/third_party/musl/src/regex/ |
H A D | regerror.c | 30 size_t regerror(int e, const regex_t *restrict preg, char *restrict buf, size_t size) in regerror() argument
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | stdout.c | 7 static unsigned char buf[BUFSIZ+UNGET]; variable
|
H A D | stderr.c | 7 static unsigned char buf[UNGET]; variable
|
H A D | __stdio_read.c | 5 size_t __stdio_read(FILE *f, unsigned char *buf, size_t len) in __stdio_read() argument
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | strerror_r.c | 4 int strerror_r(int err, char *buf, size_t buflen) in strerror_r() argument
|
/third_party/musl/src/linux/ |
H A D | getdents.c | 6 int getdents(int fd, struct dirent *buf, size_t len) in getdents() argument
|