Home
last modified time | relevance | path

Searched defs:buf (Results 76 - 100 of 21325) sorted by relevance

12345678910>>...853

/third_party/musl/src/stat/
H A Dlstat.c4 int lstat(const char *restrict path, struct stat *restrict buf) in lstat() argument
H A Dstat.c4 int stat(const char *restrict path, struct stat *restrict buf) in stat() argument
/third_party/musl/libc-test/src/musl/
H A Dpleval.c25 char buf[210]; in main() local
[all...]
/third_party/musl/libc-test/src/nativehook/
H A Dprint.c11 char buf[512]; in t_printf() local
[all...]
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dctime_r.c3 char *ctime_r(const time_t *t, char *buf) in ctime_r() argument
/third_party/musl/porting/liteos_m/kernel/src/time/
H A Dasctime_r.c7 char *__asctime_r(const struct tm *restrict tm, char *restrict buf) in __asctime_r() argument
H A Dasctime.c5 static char buf[26]; in asctime() local
/third_party/musl/src/ipc/
H A Dsemop.c6 int semop(int id, struct sembuf *buf, size_t n) in semop() argument
/third_party/musl/src/time/
H A Dasctime_r.c7 char *__asctime_r(const struct tm *restrict tm, char *restrict buf) in __asctime_r() argument
H A Dasctime.c5 static char buf[26]; in asctime() local
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dsetvbuf.c9 int setvbuf(FILE *restrict f, char *restrict buf, int type, size_t size) in setvbuf() argument
H A D__stdout_write.c4 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 Dttyname.c8 static char buf[TTY_NAME_MAX]; in ttyname() local
/third_party/musl/src/stdio/
H A D__fopen_rb_ca.c5 FILE *__fopen_rb_ca(const char *filename, FILE *f, unsigned char *buf, size_t len) in __fopen_rb_ca() argument
H A Dsetbuffer.c4 void setbuffer(FILE *f, char *buf, size_t size) in setbuffer() argument
/third_party/musl/porting/linux/user/src/stdio/
H A Dsetvbuf.c10 int setvbuf(FILE *restrict f, char *restrict buf, int type, size_t size) in setvbuf() argument
H A Dstdin.c5 static unsigned char buf[BUFSIZ+UNGET]; variable
H A Dstderr.c5 static unsigned char buf[UNGET]; variable
/third_party/musl/porting/liteos_a/user/src/ipc/
H A Dsemop.c7 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.c4 size_t __stdout_write(FILE *f, const unsigned char *buf, size_t len) in __stdout_write() argument
H A Dstdin.c5 static unsigned char buf[BUFSIZ+UNGET]; variable
/third_party/musl/porting/uniproton/kernel/src/time/
H A Dasctime_r.c7 char *__asctime_r(const struct tm *restrict tm, char *restrict buf) in __asctime_r() argument
H A Dasctime.c5 static char buf[26]; in asctime() local
/third_party/musl/src/conf/
H A Dconfstr.c6 size_t confstr(int name, char *buf, size_t len) in confstr() argument
/third_party/musl/libc-test/src/regression/
H A Dregex-bracket-icase.c10 char buf[100]; in main() local

Completed in 5 milliseconds

12345678910>>...853