Lines Matching refs:hostp
229 char **hostp, **userp, **domp, *buf; in files_getnetgrent_r() local
233 hostp = va_arg(ap, char **); in files_getnetgrent_r()
243 return (_getnetgrent_r(hostp, userp, domp, buf, bufsize, errnop, st)); in files_getnetgrent_r()
297 char **hostp, **userp, **domp, *buf; in compat_getnetgrent_r() local
304 hostp = va_arg(ap, char **); in compat_getnetgrent_r()
311 return (_getnetgrent_r(hostp, userp, domp, buf, bufsize, errnop, in compat_getnetgrent_r()
414 _getnetgrent_r(char **hostp, char **userp, char **domp, char *buf, argument
437 COPY_NG_ELEM(hostp, NG_HOST);
925 getnetgrent_r(char **hostp, char **userp, char **domp, char *buf, size_t bufsize) argument
931 defaultsrc, hostp, userp, domp, buf, bufsize, &ret_errno);
941 getnetgrent(char **hostp, char **userp, char **domp) argument
957 "getnetgrent_r", defaultsrc, hostp, userp, domp,