Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c462 const char *it, *new_it; in dns2dn() local
475 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()