Searched refs:ap_php_conv_10 (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/main/ |
| H A D | snprintf.c | 313 /* char * ap_php_conv_10() {{{ */ 314 char * ap_php_conv_10(register wide_int num, register bool_int is_unsigned, function 447 p = ap_php_conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, &temp[EXPONENT_LENGTH], &t_len); 868 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative,
|
| H A D | snprintf.h | 155 extern char * ap_php_conv_10(register wide_int num, register bool_int is_unsigned,
|
| H A D | spprintf.c | 476 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative,
|
Completed in 5 milliseconds