Searched refs:nsuffix (Results 1 – 2 of 2) sorted by relevance
18 char nsuffix[64]; member
163 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa"); in res_vinit()246 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix) - 1); in res_setoptions()247 strncpy(ext->nsuffix, cp, (size_t) i); in res_setoptions()248 ext->nsuffix[i] = '\0'; in res_setoptions()