Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmapid/common/
H A Dmapid.c320 char *rr_base = (char *)(p + 1); in resolve_process_txt() local
322 size_t len = rr_end - rr_base; in resolve_process_txt()
339 (void) strncpy(tmp_txt_rr, rr_base, len); in resolve_process_txt()
345 if (rr_base[0] != '\0' && mapid_stdchk_domain(tmp_txt_rr) > 0) { in resolve_process_txt()
347 (void) strncpy(s_txt_rr, rr_base, len); in resolve_process_txt()