Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_private.h13 char nsuffix[64]; member
H A Dres_init.c242 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa"); in __res_vinit()
719 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix) - 1); in res_setoptions()
720 strncpy(ext->nsuffix, cp, i); in res_setoptions()
721 ext->nsuffix[i] = '\0'; in res_setoptions()
845 return (statp->_u._ext.ext->nsuffix); in res_get_nibblesuffix()