Home
last modified time | relevance | path

Searched refs:alternate_form (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/main/
H A Dspprintf.c236 boolean_e alternate_form; in xbuf_format_converter() local
251 alternate_form = print_sign = print_blank = NO; in xbuf_format_converter()
271 alternate_form = YES; in xbuf_format_converter()
532 if (alternate_form && *s != '0') { in xbuf_format_converter()
572 if (alternate_form && ui_num != 0) { in xbuf_format_converter()
628 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in xbuf_format_converter()
698 if (alternate_form && (strchr(s, '.')) == NULL) in xbuf_format_converter()
H A Dsnprintf.c625 boolean_e alternate_form; in format_converter() local
643 alternate_form = print_sign = print_blank = NO; in format_converter()
663 alternate_form = YES; in format_converter()
924 if (alternate_form && *s != '0') { in format_converter()
963 if (alternate_form && i_num != 0) { in format_converter()
1018 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in format_converter()
1090 if (alternate_form && (strchr(s, '.')) == NULL) { in format_converter()

Completed in 34 milliseconds