Searched refs:getprotoent_r (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | getproto.c | 65 int getprotoent_r(struct protoent *result_buf, in libc_hidden_def() 102 libc_hidden_def(getprotoent_r) in libc_hidden_def() argument 118 getprotoent_r(&protoe, protobuf, SBUFSIZE, &result); in getprotoent() 131 while (!(ret = getprotoent_r(result_buf, buf, buflen, result))) { in getprotobyname_r() 163 while (!(ret = getprotoent_r(result_buf, buf, buflen, result))) { in getprotobynumber_r()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | threads.txt | 14 getprotoent_r <desired, but not required for SuSv3>
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | netdb.h | 419 extern int getprotoent_r (struct protoent *__restrict __result_buf, 422 libc_hidden_proto(getprotoent_r)
|
Completed in 4 milliseconds