Searched refs:fconvert (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/bio/ |
D | b_print.c | 614 char fconvert[20]; in fmtfp() local 664 fconvert[fplace++] = in fmtfp() 669 if (fplace == sizeof fconvert) in fmtfp() 671 fconvert[fplace] = 0; in fmtfp() 712 doapr_outch(sbuffer, buffer, currlen, maxlen, fconvert[--fplace]); in fmtfp()
|
/external/openssh/openbsd-compat/ |
D | bsd-snprintf.c | 679 char fconvert[311]; in fmtfp() local 761 fconvert[fplace++] = in fmtfp() 766 fconvert[fplace] = 0; in fmtfp() 818 DOPR_OUTCH(buffer, *currlen, maxlen, fconvert[fplace]); in fmtfp()
|
/external/stlport/src/ |
D | num_put_float.cpp | 246 { return fconvert(x, n, pt, sign, buf); } in _Stl_fcvtR()
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 2011 with fcvt_r and fconvert calls respectivly commented.
|