Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_private.h14 char nsuffix2[64]; member
H A Dres_init.c243 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int"); in __res_vinit()
727 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix2) - 1); in res_setoptions()
728 strncpy(ext->nsuffix2, cp, i); in res_setoptions()
729 ext->nsuffix2[i] = '\0'; in res_setoptions()
852 return (statp->_u._ext.ext->nsuffix2); in res_get_nibblesuffix2()