Searched refs:nsuffix2 (Results 1 – 2 of 2) sorted by relevance
19 char nsuffix2[64]; member
164 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int"); in res_vinit()252 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix2) - 1); in res_setoptions()253 strncpy(ext->nsuffix2, cp, (size_t) i); in res_setoptions()254 ext->nsuffix2[i] = '\0'; in res_setoptions()