Lines Matching refs:res
46 nss_status_t res;
65 res = _nss_nis_lookup(be, argp, 1, "hosts.byname",
68 argp->h_errno = __nss2herrno(res);
69 return (res);
72 res = _nss_nis_lookup(be, argp, 1,
74 if (res != NSS_SUCCESS)
75 argp->h_errno = __nss2herrno(res);
76 return (res);
87 nss_status_t res;
98 res = _nss_nis_lookup(be, argp, 1, "hosts.byaddr",
100 if (res != NSS_SUCCESS)
101 argp->h_errno = __nss2herrno(res);
102 return (res);