Searched refs:tmpptr (Results 1 – 1 of 1) sorted by relevance
270 char *tmpptr = strchr(inptr, '.'); in ossl_a2ulabel() local271 size_t delta = tmpptr != NULL ? (size_t)(tmpptr - inptr) : strlen(inptr); in ossl_a2ulabel()298 if (tmpptr == NULL) in ossl_a2ulabel()304 inptr = tmpptr + 1; in ossl_a2ulabel()
Completed in 17 milliseconds