Home
last modified time | relevance | path

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

/openssl-master/crypto/bio/
A Dbio_print.c554 char econvert[20]; in fmtfp() local
705 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()
707 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()
715 econvert[eplace++] = '0'; in fmtfp()
797 econvert[--eplace])) in fmtfp()

Completed in 3 milliseconds