Home
last modified time | relevance | path

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

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