Lines Matching refs:hes
964 char *buffer, **hes; in dns_group() local
971 hes = NULL; in dns_group()
1018 hes = hesiod_resolve(ctx, label, in dns_group()
1020 if ((how == nss_lt_id && hes == NULL && in dns_group()
1021 (hes = hesiod_resolve(ctx, buf, "group")) == NULL) || in dns_group()
1022 hes == NULL) { in dns_group()
1029 rv = __gr_match_entry(hes[0], strlen(hes[0]), how, name, gid); in dns_group()
1031 hesiod_free_list(ctx, hes); in dns_group()
1032 hes = NULL; in dns_group()
1040 linesize = strlcpy(buffer, hes[0], adjsize); in dns_group()
1046 hesiod_free_list(ctx, hes); in dns_group()
1047 hes = NULL; in dns_group()
1052 if (hes != NULL) in dns_group()
1053 hesiod_free_list(ctx, hes); in dns_group()