Searched refs:exponent_is_negative (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/apr/strings/
H A Dapr_snprintf.c573 int exponent_is_negative; local
578 p = conv_10((apr_int32_t) decimal_point, FALSE, &exponent_is_negative,
580 *s++ = exponent_is_negative ? '-' : '+';

Completed in 55 milliseconds