Searched defs:result_buf (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | getrpcent.c | 262 static int __copy_rpcent(struct rpcent *r, struct rpcent *result_buf, char *buffer, in __copy_rpcent() 315 int getrpcbynumber_r(int number, struct rpcent *result_buf, char *buffer, in getrpcbynumber_r() 325 int getrpcbyname_r(const char *name, struct rpcent *result_buf, char *buffer, in getrpcbyname_r() 335 int getrpcent_r(struct rpcent *result_buf, char *buffer, in getrpcent_r()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | getproto.c | 123 struct protoent *result_buf, char *buf, size_t buflen, in getprotobyname_r() 156 struct protoent *result_buf, char *buf, in getprotobynumber_r()
|
A D | getservice.c | 125 struct servent *result_buf, char *buf, size_t buflen, in getservbyname_r() 162 struct servent *result_buf, char *buf, in getservbyport_r()
|
A D | getnet.c | 144 struct netent *result_buf, char *buf, size_t buflen, in getnetbyname_r() 180 struct netent *result_buf, char *buf, in getnetbyaddr_r()
|
A D | resolv.c | 1603 struct hostent *result_buf, in __read_etc_hosts_r() 1714 struct hostent *result_buf, in __get_hosts_byname_r() 1731 struct hostent *result_buf, in __get_hosts_byaddr_r() 2185 struct hostent *result_buf, in gethostbyname2_r() 2529 int gethostent_r(struct hostent *result_buf, char *buf, size_t buflen, in gethostent_r()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/ |
A D | pwd_grp.c | 185 int sgetspent_r(const char *string, struct spwd *result_buf, in sgetspent_r()
|
Completed in 13 milliseconds