Lines Matching refs:__restrict

166 extern int gethostent_r (struct hostent *__restrict __result_buf,
167 char *__restrict __buf, size_t __buflen,
168 struct hostent **__restrict __result,
169 int *__restrict __h_errnop);
171 extern int gethostbyaddr_r (__const void *__restrict __addr, __socklen_t __len,
173 struct hostent *__restrict __result_buf,
174 char *__restrict __buf, size_t __buflen,
175 struct hostent **__restrict __result,
176 int *__restrict __h_errnop);
178 extern int gethostbyname_r (__const char *__restrict __name,
179 struct hostent *__restrict __result_buf,
180 char *__restrict __buf, size_t __buflen,
181 struct hostent **__restrict __result,
182 int *__restrict __h_errnop);
184 extern int gethostbyname2_r (__const char *__restrict __name, int __af,
185 struct hostent *__restrict __result_buf,
186 char *__restrict __buf, size_t __buflen,
187 struct hostent **__restrict __result,
188 int *__restrict __h_errnop);
236 extern int getnetent_r (struct netent *__restrict __result_buf,
237 char *__restrict __buf, size_t __buflen,
238 struct netent **__restrict __result,
239 int *__restrict __h_errnop);
242 struct netent *__restrict __result_buf,
243 char *__restrict __buf, size_t __buflen,
244 struct netent **__restrict __result,
245 int *__restrict __h_errnop);
247 extern int getnetbyname_r (__const char *__restrict __name,
248 struct netent *__restrict __result_buf,
249 char *__restrict __buf, size_t __buflen,
250 struct netent **__restrict __result,
251 int *__restrict __h_errnop);
308 extern int getservent_r (struct servent *__restrict __result_buf,
309 char *__restrict __buf, size_t __buflen,
310 struct servent **__restrict __result);
312 extern int getservbyname_r (__const char *__restrict __name,
313 __const char *__restrict __proto,
314 struct servent *__restrict __result_buf,
315 char *__restrict __buf, size_t __buflen,
316 struct servent **__restrict __result);
318 extern int getservbyport_r (int __port, __const char *__restrict __proto,
319 struct servent *__restrict __result_buf,
320 char *__restrict __buf, size_t __buflen,
321 struct servent **__restrict __result);
374 extern int getprotoent_r (struct protoent *__restrict __result_buf,
375 char *__restrict __buf, size_t __buflen,
376 struct protoent **__restrict __result);
378 extern int getprotobyname_r (__const char *__restrict __name,
379 struct protoent *__restrict __result_buf,
380 char *__restrict __buf, size_t __buflen,
381 struct protoent **__restrict __result);
384 struct protoent *__restrict __result_buf,
385 char *__restrict __buf, size_t __buflen,
386 struct protoent **__restrict __result);
412 extern int getnetgrent (char **__restrict __hostp,
413 char **__restrict __userp,
414 char **__restrict __domainp);
432 extern int getnetgrent_r (char **__restrict __hostp,
433 char **__restrict __userp,
434 char **__restrict __domainp,
435 char *__restrict __buffer, size_t __buflen);
451 extern int rcmd (char **__restrict __ahost, unsigned short int __rport,
452 __const char *__restrict __locuser,
453 __const char *__restrict __remuser,
454 __const char *__restrict __cmd, int *__restrict __fd2p);
463 extern int rcmd_af (char **__restrict __ahost, unsigned short int __rport,
464 __const char *__restrict __locuser,
465 __const char *__restrict __remuser,
466 __const char *__restrict __cmd, int *__restrict __fd2p,
479 extern int rexec (char **__restrict __ahost, int __rport,
480 __const char *__restrict __name,
481 __const char *__restrict __pass,
482 __const char *__restrict __cmd, int *__restrict __fd2p);
491 extern int rexec_af (char **__restrict __ahost, int __rport,
492 __const char *__restrict __name,
493 __const char *__restrict __pass,
494 __const char *__restrict __cmd, int *__restrict __fd2p,
638 extern int getaddrinfo (__const char *__restrict __name,
639 __const char *__restrict __service,
640 __const struct addrinfo *__restrict __req,
641 struct addrinfo **__restrict __pai);
653 extern int getnameinfo (__const struct sockaddr *__restrict __sa,
654 socklen_t __salen, char *__restrict __host,
655 socklen_t __hostlen, char *__restrict __serv,
669 int __ent, struct sigevent *__restrict __sig);