Lines Matching defs:res
52 nss_status_t res;
54 res = __nss_files_XY_hostbyname(be, argp, argp->key.ipnode.name,
56 if (res != NSS_SUCCESS)
57 argp->h_errno = __nss_files_2herrno(res);
58 return (res);
73 nss_status_t res;
76 res = _nss_files_XY_all(be, argp, 1, 0, check_addr);
77 if (res != NSS_SUCCESS)
78 argp->h_errno = __nss_files_2herrno(res);
79 return (res);