Home
last modified time | relevance | path

Searched refs:bindname (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/hesiod/ !
Dhesiod.c153 char *bindname; in hesiod_to_bind() local
178 if ((bindname = malloc((cp - name) + strlen(type) + strlen(RHS) + in hesiod_to_bind()
186 endp = (char *) __mempcpy (bindname, name, cp - name); in hesiod_to_bind()
201 return (bindname); in hesiod_to_bind()
211 char *bindname = hesiod_to_bind(context, name, type); in hesiod_resolve() local
214 if (bindname == NULL) in hesiod_resolve()
217 retvec = get_txt_records(ctx, ctx->classes[0], bindname); in hesiod_resolve()
220 retvec = get_txt_records(ctx, ctx->classes[1], bindname); in hesiod_resolve()
223 free(bindname); in hesiod_resolve()