Home
last modified time | relevance | path

Searched defs:buf (Results 226 - 250 of 21233) sorted by relevance

12345678910>>...850

/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
H A Dgetcwd.c7 char *getcwd(char *buf, size_t size) in getcwd() argument
H A Dpread.c4 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.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
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_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
/third_party/ltp/testcases/kernel/syscalls/mallinfo2/
H A Dmallinfo2_01.c26 char *buf; in test_mallinfo2() local
/third_party/ltp/testcases/kernel/syscalls/mallopt/
H A Dmallopt01.c27 char *buf; in test_mallopt() local

Completed in 5 milliseconds

12345678910>>...850