Lines Matching defs:prefix
61 /* print 0/0x prefix for octal/hex and decimal point for floating point */
438 const char *prefix = "";
460 prefix = "0";
462 prefix = "0x";
477 min - OSSL_MAX(max, place) - (signvalue ? 1 : 0) - strlen(prefix);
501 /* prefix */
502 while (*prefix) {
503 if (!doapr_outch(sbuffer, buffer, currlen, maxlen, *prefix))
505 prefix++;
741 /* Take some off for exponent prefix "+e" and exponent */
927 * closely related to BIO_printf, and we need *some* name prefix ... (XXX the