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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c563 char *temptr2; local
619 temptr2 = strchr(temptr, OPARATOK);
620 if (temptr2 == NULL)
622 temptr2++;
623 temptr2 = strchr(temptr2, CPARATOK);
624 if (temptr2 == NULL)
627 temptr = temptr2+1;
644 temptr2 = strchr(temptr, CPARATOK);
645 if (temptr2
[all...]

Completed in 59 milliseconds