Searched refs:tchr (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c614 char *tchr; local
624 (tchr = scf_simple_prop_next_astring(sprop)) != NULL) {
627 while (*tchr && (*tchr == '.'))
628 tchr++;
630 if (*tchr && ((tlen = strlen(tchr)) < MAXDNAME)) {
631 pchr = &tchr[tlen-1];
632 while ((pchr != tchr) && (*pchr == '.'))
635 storelist[cnt] = strdup(tchr);
[all...]

Completed in 22 milliseconds