Home
last modified time | relevance | path

Searched defs:buf (Results 1001 - 1025 of 7276) sorted by relevance

1...<<41424344454647484950>>...292

/third_party/musl/porting/liteos_a/user/src/misc/
H A Dpty.c29 int __ptsname_r(int fd, char *buf, size_t len) in __ptsname_r() argument
/third_party/musl/src/conf/
H A Dlegacy.c46 char buf[128]; in get_nprocs() local
/third_party/musl/src/misc/
H A Dpty.c29 int __ptsname_r(int fd, char *buf, size_t len) in __ptsname_r() argument
/third_party/musl/src/passwd/
H A Dgetgr_r.c6 static int getgr_r(const char *name, gid_t gid, struct group *gr, char *buf, size_t size, struct group **res) in getgr_r() argument
41 int getgrnam_r(const char *name, struct group *gr, char *buf, size_t size, struct group **res) in getgrnam_r() argument
46 getgrgid_r(gid_t gid, struct group *gr, char *buf, size_t size, struct group **res) getgrgid_r() argument
[all...]
H A Dnscd_query.c18 FILE *__nscd_query(int32_t req, const char *key, int32_t *buf, size_t len, int *swap) in __nscd_query() argument
H A Dgetpw_a.c20 int __getpw_a(const char *name, uid_t uid, struct passwd *pw, char **buf, size_t *size, struct passwd **res) in __getpw_a() argument
H A Dgetpw_r.c6 static int getpw_r(const char *name, uid_t uid, struct passwd *pw, char *buf, size_t size, struct passwd **res) in getpw_r() argument
34 int getpwnam_r(const char *name, struct passwd *pw, char *buf, size_t size, struct passwd **res) in getpwnam_r() argument
39 int getpwuid_r(uid_t uid, struct passwd *pw, char *buf, size_t size, struct passwd **res) in getpwuid_r() argument
/third_party/nghttp2/src/
H A Dbuffer.h72 std::array<uint8_t, N> buf; member
[all...]
/third_party/musl/porting/linux/user/src/conf/
H A Dlegacy.c46 char buf[128]; in get_nprocs() local
/third_party/musl/porting/linux/user/src/mq/
H A Dmq_notify.c19 char buf[32]; in start() local
/third_party/musl/src/locale/
H A Dsetlocale.c8 static char buf[LC_ALL*(LOCALE_NAME_MAX+1)]; variable
H A Dcatopen.c34 char buf[PATH_MAX]; in catopen() local
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgethostbyaddr_r.c10 gethostbyaddr_r(const void *a, socklen_t l, int af, struct hostent *h, char *buf, size_t buflen, struct hostent **res, int *err) gethostbyaddr_r() argument
[all...]
H A Dgetservbyname_r.c13 getservbyname_r(const char *name, const char *prots, struct servent *se, char *buf, size_t buflen, struct servent **res) getservbyname_r() argument
/third_party/musl/src/ipc/
H A Dsemctl.c14 struct semid_ds *buf; member
[all...]
/third_party/musl/src/mq/
H A Dmq_notify.c25 char buf[32]; in start() local
/third_party/musl/src/ldso/
H A Ddlerror.c74 char *buf = __libc_malloc(len+1); in __dl_vseterr() local
76 char *buf = malloc(len+1); in __dl_vseterr() local
/third_party/musl/src/network/
H A Dgethostbyaddr_r.c10 gethostbyaddr_r(const void *a, socklen_t l, int af, struct hostent *h, char *buf, size_t buflen, struct hostent **res, int *err) gethostbyaddr_r() argument
[all...]
H A Dnetlink.c12 uint8_t buf[8192]; in __netlink_enumerate() member
H A Dres_mkquery.c5 __res_mkquery(int op, const char *dname, int class, int type, const unsigned char *data, int datalen, const unsigned char *newrr, unsigned char *buf, int buflen) __res_mkquery() argument
/third_party/musl/src/stat/
H A Dstatvfs.c5 static int __statfs(const char *path, struct statfs *buf) in __statfs() argument
15 static int __fstatfs(int fd, struct statfs *buf) in __fstatfs() argument
45 statvfs(const char *restrict path, struct statvfs *restrict buf) statvfs() argument
53 fstatvfs(int fd, struct statvfs *buf) fstatvfs() argument
[all...]
/third_party/musl/porting/liteos_a/user/src/ipc/
H A Dsemctl.c15 struct semid_ds *buf; member
[all...]
/third_party/musl/src/time/
H A Dwcsftime.c10 char buf[100]; in __wcsftime_l() local
/third_party/musl/porting/liteos_a/user/src/passwd/
H A Dnscd_query.c18 FILE *__nscd_query(int32_t req, const char *key, int32_t *buf, size_t len, int *swap) in __nscd_query() argument
/third_party/musl/src/stdlib/
H A Dwcstol.c13 static size_t do_read(FILE *f, unsigned char *buf, size_t len) in do_read() argument
35 unsigned char buf[64]; in wcstox() local

Completed in 6 milliseconds

1...<<41424344454647484950>>...292