| /third_party/musl/src/stat/ |
| H A D | lstat.c | 4 int lstat(const char *restrict path, struct stat *restrict buf) in lstat() argument
|
| H A D | stat.c | 4 int stat(const char *restrict path, struct stat *restrict buf) in stat() argument
|
| /third_party/musl/libc-test/src/musl/ |
| H A D | pleval.c | 25 char buf[210]; in main() local [all...] |
| /third_party/musl/libc-test/src/nativehook/ |
| H A D | print.c | 11 char buf[512]; in t_printf() local [all...] |
| /third_party/musl/porting/liteos_a/kernel/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/porting/liteos_m/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/ipc/ |
| H A D | semop.c | 6 int semop(int id, struct sembuf *buf, size_t n) in semop() argument
|
| /third_party/musl/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/porting/liteos_a/kernel/src/stdio/ |
| H A D | setvbuf.c | 9 int setvbuf(FILE *restrict f, char *restrict buf, int type, size_t size) in setvbuf() 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_a/user/src/unistd/ |
| H A D | ttyname.c | 8 static char buf[TTY_NAME_MAX]; in ttyname() local
|
| /third_party/musl/src/stdio/ |
| H A D | __fopen_rb_ca.c | 5 FILE *__fopen_rb_ca(const char *filename, FILE *f, unsigned char *buf, size_t len) in __fopen_rb_ca() argument
|
| H A D | setbuffer.c | 4 void setbuffer(FILE *f, char *buf, size_t size) in setbuffer() argument
|
| /third_party/musl/porting/linux/user/src/stdio/ |
| H A D | setvbuf.c | 10 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 | stderr.c | 5 static unsigned char buf[UNGET]; variable
|
| /third_party/musl/porting/liteos_a/user/src/ipc/ |
| H A D | semop.c | 7 int semop(int id, struct sembuf *buf, size_t n) in semop() argument
|
| /third_party/musl/porting/liteos_m/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
|
| H A D | stdin.c | 5 static unsigned char buf[BUFSIZ+UNGET]; variable
|
| /third_party/musl/porting/uniproton/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/conf/ |
| H A D | confstr.c | 6 size_t confstr(int name, char *buf, size_t len) in confstr() argument
|
| /third_party/musl/libc-test/src/regression/ |
| H A D | regex-bracket-icase.c | 10 char buf[100]; in main() local
|