Home
last modified time | relevance | path

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

/openssl-master/crypto/bio/
A Dbio_print.c556 int fplace = 0; in fmtfp() local
679 while (fplace < max) { in fmtfp()
680 if (style == G_FORMAT && fplace == 0 && (fracpart % 10) == 0) { in fmtfp()
684 if (fplace < max) in fmtfp()
688 fconvert[fplace++] = "0123456789"[fracpart % 10]; in fmtfp()
692 if (fplace == sizeof(fconvert)) in fmtfp()
693 fplace--; in fmtfp()
694 fconvert[fplace] = 0; in fmtfp()
726 zpadlen = max - fplace; in fmtfp()
768 while (fplace > 0) { in fmtfp()
[all …]

Completed in 4 milliseconds