Searched refs:new_it (Results 1 – 1 of 1) sorted by relevance
463 const char *it, *new_it; in dns2dn() local476 new_it = strchr(it, '.'); in dns2dn()478 if (new_it == NULL) { in dns2dn()482 (void) strncat(buf, it, new_it - it); in dns2dn()486 it = new_it + 1; in dns2dn()