Home
last modified time | relevance | path

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

1234

/dports/devel/tla/tla-1.3.5/src/hackerlab/vu/
H A Dprintfmt-va.c121 int alternate_form; in printfmt_va_list() local
139 alternate_form = 0; in printfmt_va_list()
162 alternate_form = 1; in printfmt_va_list()
245 if (alternate_form && arg_ulong) in printfmt_va_list()
272 if (alternate_form && arg_ulong) in printfmt_va_list()
403 alternate_form = 1; in printfmt_va_list()
/dports/comms/minicom/minicom-2.7.1/lib/
H A Dsnprintf.c396 boolean_e alternate_form; in vsnprintf() local
417 alternate_form = print_sign = print_blank = NO; in vsnprintf()
436 alternate_form = YES; in vsnprintf()
540 if (alternate_form && *s != '0') { in vsnprintf()
556 if (alternate_form && i_num != 0) { in vsnprintf()
582 s = conv_fp(*fmt, fp_num, alternate_form, in vsnprintf()
613 if (alternate_form && (q = strchr(s, '.')) == NULL) in vsnprintf()
/dports/security/xinetd/xinetd-2.3.15/libs/src/sio/
H A Dsprint.c378 boolean_e alternate_form ; in __sio_converter() local
400 alternate_form = print_sign = print_blank = NO ; in __sio_converter()
421 alternate_form = YES ; in __sio_converter()
547 if ( alternate_form && *s != '0' ) in __sio_converter()
566 if ( alternate_form && i_num != 0 ) in __sio_converter()
597 s = conv_fp( *fmt, fp_num, alternate_form, in __sio_converter()
630 if ( alternate_form && ( q = strchr( s, '.' ) ) == NULL ) in __sio_converter()
/dports/www/mod_php81/php-8.1.1/main/
H A Dspprintf.c216 bool alternate_form; in xbuf_format_converter() local
232 alternate_form = print_sign = print_blank = false; in xbuf_format_converter()
251 alternate_form = true; in xbuf_format_converter()
499 if (alternate_form && *s != '0') { in xbuf_format_converter()
539 if (alternate_form && ui_num != 0) { in xbuf_format_converter()
592 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in xbuf_format_converter()
660 if (alternate_form && (strchr(s, '.')) == NULL) in xbuf_format_converter()
H A Dsnprintf.c506 bool alternate_form; in format_converter() local
525 alternate_form = print_sign = print_blank = false; in format_converter()
544 alternate_form = true; in format_converter()
792 if (alternate_form && *s != '0') { in format_converter()
831 if (alternate_form && i_num != 0) { in format_converter()
883 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in format_converter()
953 if (alternate_form && (strchr(s, '.')) == NULL) { in format_converter()
/dports/lang/php81/php-8.1.1/main/
H A Dspprintf.c216 bool alternate_form; in xbuf_format_converter() local
232 alternate_form = print_sign = print_blank = false; in xbuf_format_converter()
251 alternate_form = true; in xbuf_format_converter()
499 if (alternate_form && *s != '0') { in xbuf_format_converter()
539 if (alternate_form && ui_num != 0) { in xbuf_format_converter()
592 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in xbuf_format_converter()
660 if (alternate_form && (strchr(s, '.')) == NULL) in xbuf_format_converter()
H A Dsnprintf.c506 bool alternate_form; in format_converter() local
525 alternate_form = print_sign = print_blank = false; in format_converter()
544 alternate_form = true; in format_converter()
792 if (alternate_form && *s != '0') { in format_converter()
831 if (alternate_form && i_num != 0) { in format_converter()
883 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in format_converter()
953 if (alternate_form && (strchr(s, '.')) == NULL) { in format_converter()
/dports/devel/libukcprog/libukcprog-1.0.2/src/
H A Dformf.c222 bool left_justify, print_sign, zero_pad, alternate_form; local
257 alternate_form = FALSE;
288 alternate_form = TRUE;
494 if (alternate_form && alternate_prefix != NULL) {
498 alternate_form = FALSE;
514 if (alternate_form && alternate_prefix != NULL) {
/dports/www/mod_php80/php-8.0.15/main/
H A Dspprintf.c220 boolean_e alternate_form; in xbuf_format_converter() local
235 alternate_form = print_sign = print_blank = NO; in xbuf_format_converter()
255 alternate_form = YES; in xbuf_format_converter()
517 if (alternate_form && *s != '0') { in xbuf_format_converter()
560 if (alternate_form && ui_num != 0) { in xbuf_format_converter()
613 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in xbuf_format_converter()
681 if (alternate_form && (strchr(s, '.')) == NULL) in xbuf_format_converter()
/dports/lang/php73/php-7.3.33/main/
H A Dspprintf.c230 boolean_e alternate_form; in xbuf_format_converter() local
245 alternate_form = print_sign = print_blank = NO; in xbuf_format_converter()
265 alternate_form = YES; in xbuf_format_converter()
546 if (alternate_form && *s != '0') { in xbuf_format_converter()
589 if (alternate_form && ui_num != 0) { in xbuf_format_converter()
645 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in xbuf_format_converter()
715 if (alternate_form && (strchr(s, '.')) == NULL) in xbuf_format_converter()
/dports/lang/php74/php-7.4.27/main/
H A Dspprintf.c224 boolean_e alternate_form; in xbuf_format_converter() local
239 alternate_form = print_sign = print_blank = NO; in xbuf_format_converter()
259 alternate_form = YES; in xbuf_format_converter()
540 if (alternate_form && *s != '0') { in xbuf_format_converter()
583 if (alternate_form && ui_num != 0) { in xbuf_format_converter()
637 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in xbuf_format_converter()
705 if (alternate_form && (strchr(s, '.')) == NULL) in xbuf_format_converter()
/dports/lang/php80/php-8.0.15/main/
H A Dspprintf.c220 boolean_e alternate_form; in xbuf_format_converter() local
235 alternate_form = print_sign = print_blank = NO; in xbuf_format_converter()
255 alternate_form = YES; in xbuf_format_converter()
517 if (alternate_form && *s != '0') { in xbuf_format_converter()
560 if (alternate_form && ui_num != 0) { in xbuf_format_converter()
613 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in xbuf_format_converter()
681 if (alternate_form && (strchr(s, '.')) == NULL) in xbuf_format_converter()
/dports/www/mod_php74/php-7.4.27/main/
H A Dspprintf.c224 boolean_e alternate_form; in xbuf_format_converter() local
239 alternate_form = print_sign = print_blank = NO; in xbuf_format_converter()
259 alternate_form = YES; in xbuf_format_converter()
540 if (alternate_form && *s != '0') { in xbuf_format_converter()
583 if (alternate_form && ui_num != 0) { in xbuf_format_converter()
637 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in xbuf_format_converter()
705 if (alternate_form && (strchr(s, '.')) == NULL) in xbuf_format_converter()
/dports/www/mod_php73/php-7.3.33/main/
H A Dspprintf.c230 boolean_e alternate_form; in xbuf_format_converter() local
245 alternate_form = print_sign = print_blank = NO; in xbuf_format_converter()
265 alternate_form = YES; in xbuf_format_converter()
546 if (alternate_form && *s != '0') { in xbuf_format_converter()
589 if (alternate_form && ui_num != 0) { in xbuf_format_converter()
645 s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form, in xbuf_format_converter()
715 if (alternate_form && (strchr(s, '.')) == NULL) in xbuf_format_converter()
/dports/net-im/jggtrans/jggtrans-2.2.6/libxode/src/
H A Dsnprintf.c552 boolean_e alternate_form; in format_converter() local
570 alternate_form = print_sign = print_blank = NO; in format_converter()
589 alternate_form = YES; in format_converter()
703 if (alternate_form && *s != '0') { in format_converter()
719 if (alternate_form && i_num != 0) { in format_converter()
746 s = conv_fp(*fmt, fp_num, alternate_form, in format_converter()
777 if (alternate_form && (q = strchr(s, '.')) == NULL) in format_converter()
/dports/net-im/centerim/centerim-4.22.10/libjabber/
H A Dsnprintf.c552 boolean_e alternate_form; in format_converter() local
570 alternate_form = print_sign = print_blank = NO; in format_converter()
589 alternate_form = YES; in format_converter()
703 if (alternate_form && *s != '0') { in format_converter()
719 if (alternate_form && i_num != 0) { in format_converter()
746 s = conv_fp(*fmt, fp_num, alternate_form, in format_converter()
777 if (alternate_form && (q = strchr(s, '.')) == NULL) in format_converter()
/dports/net/kamailio/kamailio-5.4.5/src/modules/xmpp/
H A Dxsnprintf.c557 boolean_e alternate_form; in format_converter() local
577 alternate_form = print_sign = print_blank = NO; in format_converter()
596 alternate_form = YES; in format_converter()
710 if (alternate_form && *s != '0') { in format_converter()
726 if (alternate_form && i_num != 0) { in format_converter()
753 s = conv_fp(*fmt, fp_num, alternate_form, in format_converter()
784 if (alternate_form && (q = strchr(s, '.')) == NULL) in format_converter()
/dports/textproc/libxode/libxode-0.71/src/
H A Dsnprintf.c552 boolean_e alternate_form; in format_converter() local
570 alternate_form = print_sign = print_blank = NO; in format_converter()
589 alternate_form = YES; in format_converter()
703 if (alternate_form && *s != '0') { in format_converter()
719 if (alternate_form && i_num != 0) { in format_converter()
746 s = conv_fp(*fmt, fp_num, alternate_form, in format_converter()
777 if (alternate_form && (q = strchr(s, '.')) == NULL) in format_converter()
/dports/net-im/jabberd/jabberd-2.7.0/subst/
H A Dsnprintf.c565 boolean_e alternate_form; in format_converter() local
583 alternate_form = print_sign = print_blank = NO; in format_converter()
602 alternate_form = YES; in format_converter()
716 if (alternate_form && *s != '0') { in format_converter()
732 if (alternate_form && i_num != 0) { in format_converter()
788 s = conv_fp(*fmt, fp_num, alternate_form, in format_converter()
819 if (alternate_form && (q = strchr(s, '.')) == NULL) in format_converter()
/dports/polish/libtlen/libtlen-20041113/lib/
H A Dsnprintf.c565 boolean_e alternate_form; in format_converter() local
587 alternate_form = print_sign = print_blank = NO; in format_converter()
608 alternate_form = YES; in format_converter()
747 if (alternate_form && *s != '0') in format_converter()
768 if (alternate_form && i_num != 0) in format_converter()
800 s = conv_fp (*fmt, fp_num, alternate_form, in format_converter()
834 if (alternate_form in format_converter()
/dports/devel/lion/lion/
H A Dsnprintf.c617 boolean_e alternate_form; in format_converter() local
635 alternate_form = print_sign = print_blank = NO; in format_converter()
654 alternate_form = YES; in format_converter()
795 if (alternate_form && *s != '0') { in format_converter()
813 if (alternate_form && i_num != 0) { in format_converter()
840 s = conv_fp(*fmt, fp_num, alternate_form, in format_converter()
871 if (alternate_form && (q = strchr(s, '.')) == NULL) in format_converter()
/dports/devel/str/str-0.9.12/
H A Dstr_format.c649 BOOL alternate_form; in str_vformat() local
670 alternate_form = print_sign = print_blank = FALSE; in str_vformat()
698 alternate_form = TRUE; in str_vformat()
851 if (alternate_form && *s != '0') { in str_vformat()
875 if (alternate_form && i_num != 0) { in str_vformat()
912 s = conv_fp(*fmt, fp_num, alternate_form, in str_vformat()
942 s = str_gcvt(fp_num, precision, &num_buf[1], alternate_form); in str_vformat()
950 if (alternate_form && (q = str_span(s, 0, ".", 0)) == NULL) { in str_vformat()
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_str/
H A Dstr_format.c649 BOOL alternate_form; in str_vformat() local
670 alternate_form = print_sign = print_blank = FALSE; in str_vformat()
698 alternate_form = TRUE; in str_vformat()
851 if (alternate_form && *s != '0') { in str_vformat()
875 if (alternate_form && i_num != 0) { in str_vformat()
912 s = conv_fp(*fmt, fp_num, alternate_form, in str_vformat()
942 s = str_gcvt(fp_num, precision, &num_buf[1], alternate_form); in str_vformat()
950 if (alternate_form && (q = str_span(s, 0, ".", 0)) == NULL) { in str_vformat()
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_l2/
H A Dl2_ut_format.c672 int alternate_form; in l2_util_format() local
693 alternate_form = print_sign = print_blank = FALSE; in l2_util_format()
721 alternate_form = TRUE; in l2_util_format()
874 if (alternate_form && *s != '0') { in l2_util_format()
898 if (alternate_form && i_num != 0) { in l2_util_format()
935 s = conv_fp(*fmt, fp_num, alternate_form, in l2_util_format()
965 s = l2_util_gcvt(fp_num, precision, &num_buf[1], alternate_form); in l2_util_format()
973 if (alternate_form && (q = strchr(s, '.')) == NULL) { in l2_util_format()
/dports/sysutils/webjob/webjob-1.9.0/src/
H A Dap_snprintf.c692 boolean_e alternate_form; in ap_vformatter() local
711 alternate_form = print_sign = print_blank = NO; in ap_vformatter()
730 alternate_form = YES; in ap_vformatter()
881 if (alternate_form && *s != '0') { in ap_vformatter()
906 if (alternate_form && i_num != 0) { in ap_vformatter()
936 s = conv_fp(*fmt, fp_num, alternate_form, in ap_vformatter()
958 alternate_form); in ap_vformatter()
968 if (alternate_form && (q = strchr(s, '.')) == NULL) { in ap_vformatter()

1234