Lines Matching refs:hes
960 char *buffer, **hes; in dns_group() local
967 hes = NULL; in dns_group()
1014 hes = hesiod_resolve(ctx, label, in dns_group()
1016 if ((how == nss_lt_id && hes == NULL && in dns_group()
1017 (hes = hesiod_resolve(ctx, buf, "group")) == NULL) || in dns_group()
1018 hes == NULL) { in dns_group()
1025 rv = __gr_match_entry(hes[0], strlen(hes[0]), how, name, gid); in dns_group()
1027 hesiod_free_list(ctx, hes); in dns_group()
1028 hes = NULL; in dns_group()
1036 linesize = strlcpy(buffer, hes[0], adjsize); in dns_group()
1042 hesiod_free_list(ctx, hes); in dns_group()
1043 hes = NULL; in dns_group()
1048 if (hes != NULL) in dns_group()
1049 hesiod_free_list(ctx, hes); in dns_group()