Searched refs:boolean_e (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/main/ |
H A D | snprintf.h | 77 } boolean_e; typedef 91 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, size_t *len);
|
H A D | spprintf.c | 233 boolean_e alternate_form; in xbuf_format_converter() 234 boolean_e print_sign; in xbuf_format_converter() 235 boolean_e print_blank; in xbuf_format_converter() 236 boolean_e adjust_precision; in xbuf_format_converter() 237 boolean_e adjust_width; in xbuf_format_converter()
|
H A D | snprintf.c | 382 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, size_t *len) in php_conv_fp() 630 boolean_e alternate_form; in format_converter() 631 boolean_e print_sign; in format_converter() 632 boolean_e print_blank; in format_converter() 633 boolean_e adjust_precision; in format_converter() 634 boolean_e adjust_width; in format_converter()
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_out.c | 166 boolean_e alternate_form; in format_converter() 167 boolean_e print_sign; in format_converter() 168 boolean_e print_blank; in format_converter() 169 boolean_e adjust_precision; in format_converter() 170 boolean_e adjust_width; in format_converter()
|
Completed in 21 milliseconds