Home
last modified time | relevance | path

Searched defs:buf (Results 126 - 150 of 5952) sorted by relevance

12345678910>>...239

/third_party/musl/porting/linux/user/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
/third_party/musl/porting/liteos_a/user/src/stdio/
H A Dtmpnam.c14 char *tmpnam(char *buf) in tmpnam() argument
/third_party/musl/src/multibyte/
H A Dwcsrtombs.c6 char buf[4]; in wcsrtombs() local
/third_party/musl/src/stat/
H A Dfchmod.c12 char buf[15+3*sizeof(int)]; in fchmod() local
/third_party/musl/src/string/
H A Dstrerror_r.c4 int strerror_r(int err, char *buf, size_t buflen) in strerror_r() argument
/third_party/musl/src/unistd/
H A Dreadlink.c5 ssize_t readlink(const char *restrict path, char *restrict buf, size_t bufsize) in readlink() argument
H A Dpwrite.c4 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.c5 size_t __stdio_read(FILE *f, unsigned char *buf, size_t len) in __stdio_read() argument
H A D__string_read.c4 size_t __string_read(FILE *f, unsigned char *buf, size_t len) in __string_read() argument
H A Dstdout.c7 static unsigned char buf[BUFSIZ+UNGET]; variable
H A Dstderr.c7 static unsigned char buf[UNGET]; variable
/third_party/musl/src/stdio/
H A Dfputws.c7 unsigned char buf[BUFSIZ]; in fputws() local
H A Dtmpnam.c12 char *tmpnam(char *buf) in tmpnam() argument
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__stdio_read.c5 size_t __stdio_read(FILE *f, unsigned char *buf, size_t len) in __stdio_read() argument
H A D__string_read.c4 size_t __string_read(FILE *f, unsigned char *buf, size_t len) in __string_read() argument
H A Dstdout.c7 static unsigned char buf[BUFSIZ+UNGET]; variable
H A Dstderr.c7 static unsigned char buf[UNGET]; variable
/third_party/musl/src/network/
H A Dsend.c3 ssize_t send(int fd, const void *buf, size_t len, int flags) in send() argument
H A Drecv.c3 ssize_t recv(int fd, void *buf, size_t len, int flags) in recv() argument
/third_party/musl/src/regex/
H A Dregerror.c30 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 Dstdout.c7 static unsigned char buf[BUFSIZ+UNGET]; variable
H A Dstderr.c7 static unsigned char buf[UNGET]; variable
H A D__stdio_read.c5 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 Dstrerror_r.c4 int strerror_r(int err, char *buf, size_t buflen) in strerror_r() argument
/third_party/musl/src/linux/
H A Dgetdents.c6 int getdents(int fd, struct dirent *buf, size_t len) in getdents() argument

Completed in 7 milliseconds

12345678910>>...239