Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dhesiod_p.h33 #define DEF_RHS ".Athena.MIT.EDU" /*%< Defaults if HESIOD_CONF */ macro
H A Dhesiod.c85 #ifdef DEF_RHS in hesiod_init()
90 ctx->RHS = malloc(strlen(DEF_RHS) + 1); in hesiod_init()
96 strcpy(ctx->RHS, DEF_RHS); /* (checked) */ in hesiod_init()