Searched refs:retvec (Results 1 – 1 of 1) sorted by relevance
220 char *bindname, **retvec; in hesiod_resolve() local226 retvec = get_txt_records(ctx->classes[0], bindname); in hesiod_resolve()227 if (retvec == NULL && errno == ENOENT && ctx->classes[1]) in hesiod_resolve()228 retvec = get_txt_records(ctx->classes[1], bindname); in hesiod_resolve()231 return retvec; in hesiod_resolve()