Home
last modified time | relevance | path

Searched refs:econvert (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/bio/
H A Dbio_print.c572 char econvert[20]; in fmtfp() local
721 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
723 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
731 econvert[eplace++] = '0'; in fmtfp()
813 econvert[--eplace])) in fmtfp()

Completed in 5 milliseconds