| /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
|
| H A D | getcwd.c | 7 char *getcwd(char *buf, size_t size) in getcwd() argument
|
| H A D | pread.c | 4 ssize_t pread(int fd, void *buf, size_t size, off_t ofs) in pread() 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
|
| 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_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
|
| /third_party/ltp/testcases/kernel/syscalls/mallinfo2/ |
| H A D | mallinfo2_01.c | 26 char *buf; in test_mallinfo2() local
|
| /third_party/ltp/testcases/kernel/syscalls/mallopt/ |
| H A D | mallopt01.c | 27 char *buf; in test_mallopt() local
|