Home
last modified time | relevance | path

Searched defs:buf (Results 326 - 350 of 20130) sorted by relevance

1...<<11121314151617181920>>...806

/third_party/musl/porting/linux/user/src/stdio/
H A D__stdio_read.c4 size_t __stdio_readx(FILE *f, unsigned char *buf, size_t len) in __stdio_readx() argument
14 size_t __stdio_read(FILE *f, unsigned char *buf, size_t len) in __stdio_read() argument
H A Dvsscanf.c5 static size_t string_read(FILE *f, unsigned char *buf, size_t len) in string_read() argument
/third_party/musl/src/network/
H A Dgetservbyport.c7 static long buf[32/sizeof(long)]; in getservbyport() local
H A Dgethostbyname_r.c6 gethostbyname_r(const char *name, struct hostent *h, char *buf, size_t buflen, struct hostent **res, int *err) gethostbyname_r() argument
H A Dgetservbyname.c7 static char *buf[2]; in getservbyname() local
H A Dinet_ntop.c11 char buf[100]; in inet_ntop() local
[all...]
H A Dsendto.c4 ssize_t sendto(int fd, const void *buf, size_t len, int flags, const struct sockaddr *addr, socklen_t alen) in sendto() argument
H A Drecvfrom.c4 ssize_t recvfrom(int fd, void *restrict buf, size_t len, int flags, struct sockaddr *restrict addr, socklen_t *restrict alen) in recvfrom() argument
/third_party/musl/src/process/
H A Dfexecve.c13 char buf[15 + 3*sizeof(int)]; in fexecve() local
/third_party/musl/src/unistd/
H A Dreadlinkat.c4 ssize_t readlinkat(int fd, const char *restrict path, char *restrict buf, size_t bufsize) in readlinkat() argument
/third_party/musl/src/legacy/
H A Dcuserid.c7 char *cuserid(char *buf) in cuserid() argument
/third_party/musl/src/stdio/
H A Dvswscanf.c4 static size_t wstring_read(FILE *f, unsigned char *buf, size_t len) in wstring_read() argument
29 unsigned char buf[256]; in vswscanf() local
H A Dvsscanf.c5 static size_t string_read(FILE *f, unsigned char *buf, size_t len) in string_read() argument
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dvsscanf.c3 static size_t do_read(FILE *f, unsigned char *buf, size_t len) in do_read() argument
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetservbyport.c7 static long buf[32/sizeof(long)]; in getservbyport() local
H A Dgethostbyname_r.c6 gethostbyname_r(const char *name, struct hostent *h, char *buf, size_t buflen, struct hostent **res, int *err) gethostbyname_r() argument
H A Dgetservbyname.c7 static char *buf[2]; in getservbyname() local
/third_party/nghttp2/src/
H A Dshrpx_http_test.cc81 std::array<char, 16> buf; in test_shrpx_http_create_via_header_value() local
/third_party/musl/porting/liteos_a/user/src/ipc/
H A Dmsgctl.c12 int msgctl(int q, int cmd, struct msqid_ds *buf) in msgctl() argument
[all...]
/third_party/musl/src/stdlib/
H A Decvt.c7 static char buf[16]; in ecvt() local
/third_party/musl/porting/liteos_a/user/src/dirent/
H A D__dirent.h11 char buf[4096]; member
/third_party/musl/porting/liteos_a/user/src/process/
H A Dfexecve.c13 char buf[15 + 3*sizeof(int)]; in fexecve() local
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dvsscanf.c3 static size_t do_read(FILE *f, unsigned char *buf, size_t len) in do_read() argument
/third_party/musl/src/dirent/
H A Dreaddir_r.c7 int readdir_r(DIR *restrict dir, struct dirent *restrict buf, struct dirent **restrict result) in readdir_r() argument
H A D__dirent.h10 char buf[4096]; member
14 char buf[2048]; member

Completed in 5 milliseconds

1...<<11121314151617181920>>...806