| /third_party/musl/libc-test/src/regression/ |
| H A D | printf-fmt-n.c | 17 char buf[1024]; in main() local
|
| H A D | printf-1e9-oob.c | 9 char buf[256]; in t() local
|
| H A D | printf-fmt-g-round.c | 9 char buf[256]; in t() local
|
| H A D | printf-fmt-g-zeros.c | 9 char buf[256]; in t() local
|
| H A D | inet_ntop-v4mapped.c | 10 char buf[100]; in main() local
|
| H A D | getpwnam_r-crash.c | 10 char buf[1024]; in main() local
|
| H A D | regex-backref-0.c | 8 char buf[200]; in main() local
|
| H A D | syscall-sign-extend.c | 15 char buf[1] = {1}; in main() local
|
| /third_party/musl/src/stdio/ |
| H A D | setvbuf.c | 12 int setvbuf(FILE *restrict f, char *restrict buf, int type, size_t size) in setvbuf() argument
|
| H A D | stdin.c | 5 static unsigned char buf[BUFSIZ+UNGET]; variable
|
| H A D | stdout.c | 5 static unsigned char buf[BUFSIZ+UNGET]; variable
|
| H A D | stderr.c | 5 static unsigned char buf[UNGET]; variable
|
| /third_party/musl/src/time/ |
| H A D | ctime_r.c | 3 char *ctime_r(const time_t *t, char *buf) in ctime_r() argument
|
| /third_party/musl/src/unistd/ |
| H A D | fchdir.c | 12 char buf[15+3*sizeof(int)]; in fchdir() local
|
| H A D | read.c | 4 ssize_t read(int fd, void *buf, size_t count) in read() argument
|
| /third_party/musl/porting/liteos_a/kernel/src/time/ |
| H A D | asctime_r.c | 7 char *__asctime_r(const struct tm *restrict tm, char *restrict buf) in __asctime_r() argument
|
| H A D | asctime.c | 5 static char buf[26]; in asctime() local
|
| /third_party/musl/src/crypt/ |
| H A D | crypt.c | 12 static char buf[128]; in crypt() local
|
| /third_party/musl/src/misc/ |
| H A D | ptsname.c | 6 static char buf[9 + sizeof(int)*3 + 1]; in ptsname() local
|
| /third_party/musl/src/network/ |
| H A D | inet_ntoa.c | 6 static char buf[16]; in inet_ntoa() local
|
| /third_party/musl/src/signal/ |
| H A D | siglongjmp.c | 7 _Noreturn void siglongjmp(sigjmp_buf buf, int ret) in siglongjmp() argument
|
| /third_party/musl/porting/liteos_a/user/src/conf/ |
| H A D | confstr.c | 6 size_t confstr(int name, char *buf, size_t len) in confstr() argument
|
| /third_party/musl/porting/uniproton/kernel/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/src/internal/ |
| H A D | procfdname.c | 3 void __procfdname(char *buf, unsigned fd) in __procfdname() argument
|
| /third_party/musl/src/linux/ |
| H A D | klogctl.c | 4 int klogctl (int type, char *buf, int len) in klogctl() argument
|