Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libbind/dist/irs/
H A Dhesiod.c91 #ifdef DEF_RHS in hesiod_init()
96 ctx->RHS = malloc(strlen(DEF_RHS) + 1); in hesiod_init()
102 strcpy(ctx->RHS, DEF_RHS); /* (checked) */ in hesiod_init()
H A Dhesiod_p.h35 #define DEF_RHS ".Athena.MIT.EDU" /*%< Defaults if HESIOD_CONF */ macro
/netbsd-src/include/
H A Dhesiod.h59 #define DEF_RHS "" /* Defaults if HESIOD_CONF */ macro
/netbsd-src/lib/libc/net/
H A Dhesiod.c325 ctx->rhs = strdup(DEF_RHS); in read_config_file()