Searched refs:new_it (Results 1 – 1 of 1) sorted by relevance
462 const char *it, *new_it; in dns2dn() local475 new_it = strchr(it, '.'); in dns2dn()477 if (new_it == NULL) { in dns2dn()481 (void) strncat(buf, it, new_it - it); in dns2dn()485 it = new_it + 1; in dns2dn()