Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbio_print.c574 int fplace = 0; in fmtfp() local
697 while (fplace < max) { in fmtfp()
698 if (style == G_FORMAT && fplace == 0 && (fracpart % 10) == 0) { in fmtfp()
702 if (fplace < max) in fmtfp()
706 fconvert[fplace++] = "0123456789"[fracpart % 10]; in fmtfp()
710 fconvert[fplace] = 0; in fmtfp()
742 zpadlen = max - fplace; in fmtfp()
784 while (fplace > 0) { in fmtfp()
786 fconvert[--fplace])) in fmtfp()

Completed in 7 milliseconds