Searched refs:temptr2 (Results 1 – 1 of 1) sorted by relevance
563 char *temptr2; in parseDN() local619 temptr2 = strchr(temptr, OPARATOK); in parseDN()620 if (temptr2 == NULL) in parseDN()622 temptr2++; in parseDN()623 temptr2 = strchr(temptr2, CPARATOK); in parseDN()624 if (temptr2 == NULL) in parseDN()627 temptr = temptr2+1; in parseDN()644 temptr2 = strchr(temptr, CPARATOK); in parseDN()645 if (temptr2 == NULL) { in parseDN()649 valSize = temptr2 - temptr; in parseDN()[all …]