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