Searched refs:tmpptr (Results 1 – 1 of 1) sorted by relevance
266 char *tmpptr = strchr(inptr, '.'); in ossl_a2ulabel() local267 size_t delta = (tmpptr) ? (size_t)(tmpptr - inptr) : strlen(inptr); in ossl_a2ulabel()302 if (tmpptr != NULL) { in ossl_a2ulabel()311 if (tmpptr == NULL) in ossl_a2ulabel()314 inptr = tmpptr + 1; in ossl_a2ulabel()
Completed in 4 milliseconds