Home
last modified time | relevance | path

Searched refs:add_dp (Results 1 – 25 of 39) sorted by relevance

12

/dports/comms/minicom/minicom-2.7.1/lib/
H A Dsnprintf.c201 conv_fp(char format, double num, boolean_e add_dp, int precision, in conv_fp() argument
228 } else if (add_dp) in conv_fp()
233 if (precision > 0 || add_dp) in conv_fp()
237 if (precision > 0 || add_dp) in conv_fp()
/dports/security/xinetd/xinetd-2.3.15/libs/src/sio/
H A Dsprint.c164 static char *conv_fp( char format, double num, boolean_e add_dp, in conv_fp() argument
200 else if ( add_dp ) in conv_fp()
207 if ( precision > 0 || add_dp ) *s++ = '.' ; in conv_fp()
212 if ( precision > 0 || add_dp ) *s++ = '.' ; in conv_fp()
/dports/net-im/jggtrans/jggtrans-2.2.6/libxode/src/
H A Dsnprintf.c408 boolean_e add_dp, int precision, bool_int * is_negative, char *buf, int *len) in conv_fp() argument
434 } else if (add_dp) { in conv_fp()
441 if (precision > 0 || add_dp) { in conv_fp()
447 if (precision > 0 || add_dp) in conv_fp()
/dports/net-im/centerim/centerim-4.22.10/libjabber/
H A Dsnprintf.c408 boolean_e add_dp, int precision, bool_int * is_negative, char *buf, int *len) in conv_fp() argument
434 } else if (add_dp) { in conv_fp()
441 if (precision > 0 || add_dp) { in conv_fp()
447 if (precision > 0 || add_dp) in conv_fp()
/dports/net/kamailio/kamailio-5.4.5/src/modules/xmpp/
H A Dxsnprintf.c413 boolean_e add_dp, int precision, bool_int * is_negative, char *buf, int *len) in conv_fp() argument
439 } else if (add_dp) { in conv_fp()
446 if (precision > 0 || add_dp) { in conv_fp()
452 if (precision > 0 || add_dp) in conv_fp()
/dports/textproc/libxode/libxode-0.71/src/
H A Dsnprintf.c408 boolean_e add_dp, int precision, bool_int * is_negative, char *buf, int *len) in conv_fp() argument
434 } else if (add_dp) { in conv_fp()
441 if (precision > 0 || add_dp) { in conv_fp()
447 if (precision > 0 || add_dp) in conv_fp()
/dports/net-im/jabberd/jabberd-2.7.0/subst/
H A Dsnprintf.c421 boolean_e add_dp, int precision, bool_int * is_negative, char *buf, int *len) in conv_fp() argument
447 } else if (add_dp) { in conv_fp()
454 if (precision > 0 || add_dp) { in conv_fp()
460 if (precision > 0 || add_dp) in conv_fp()
/dports/polish/libtlen/libtlen-20041113/lib/
H A Dsnprintf.c400 boolean_e add_dp, int precision, bool_int * is_negative, char *buf, in conv_fp() argument
432 else if (add_dp) in conv_fp()
443 if (precision > 0 || add_dp) in conv_fp()
452 if (precision > 0 || add_dp) in conv_fp()
/dports/devel/lion/lion/
H A Dsnprintf.c470 boolean_e add_dp, int precision, bool_int * is_negative, char *buf, int *len) in conv_fp() argument
496 } else if (add_dp) { in conv_fp()
503 if (precision > 0 || add_dp) { in conv_fp()
509 if (precision > 0 || add_dp) in conv_fp()
/dports/www/mod_php81/php-8.1.1/main/
H A Dsnprintf.c270 bool add_dp, int precision, char dec_point, bool * is_negative, char *buf, size_t *len) in php_conv_fp() argument
305 } else if (add_dp) { in php_conv_fp()
318 if (precision > 0 || add_dp) { in php_conv_fp()
324 if (precision > 0 || add_dp) { in php_conv_fp()
H A Dsnprintf.h80 bool add_dp, int precision, char dec_point, bool * is_negative, char *buf, size_t *len);
/dports/lang/php81/php-8.1.1/main/
H A Dsnprintf.c270 bool add_dp, int precision, char dec_point, bool * is_negative, char *buf, size_t *len) in php_conv_fp() argument
305 } else if (add_dp) { in php_conv_fp()
318 if (precision > 0 || add_dp) { in php_conv_fp()
324 if (precision > 0 || add_dp) { in php_conv_fp()
H A Dsnprintf.h80 bool add_dp, int precision, char dec_point, bool * is_negative, char *buf, size_t *len);
/dports/devel/str/str-0.9.12/
H A Dstr_format.c478 BOOL add_dp, in conv_fp() argument
509 else if (add_dp) in conv_fp()
515 if (precision > 0 || add_dp) in conv_fp()
521 if (precision > 0 || add_dp) in conv_fp()
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_str/
H A Dstr_format.c478 BOOL add_dp, in conv_fp() argument
509 else if (add_dp) in conv_fp()
515 if (precision > 0 || add_dp) in conv_fp()
521 if (precision > 0 || add_dp) in conv_fp()
/dports/www/mod_php80/php-8.0.15/main/
H A Dsnprintf.h86 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, size_t *len);
H A Dsnprintf.c370 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, size_t *len) in php_conv_fp() argument
405 } else if (add_dp) { in php_conv_fp()
418 if (precision > 0 || add_dp) { in php_conv_fp()
424 if (precision > 0 || add_dp) { in php_conv_fp()
/dports/lang/php74/php-7.4.27/main/
H A Dsnprintf.h88 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, size_t *len);
/dports/lang/php80/php-8.0.15/main/
H A Dsnprintf.h86 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, size_t *len);
/dports/www/mod_php74/php-7.4.27/main/
H A Dsnprintf.h88 boolean_e add_dp, int precision, char dec_point, bool_int * is_negative, char *buf, size_t *len);
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_l2/
H A Dl2_ut_format.c501 int add_dp, in conv_fp() argument
532 else if (add_dp) in conv_fp()
538 if (precision > 0 || add_dp) in conv_fp()
544 if (precision > 0 || add_dp) in conv_fp()
/dports/sysutils/webjob/webjob-1.9.0/src/
H A Dap_snprintf.c513 boolean_e add_dp, int precision, bool_int *is_negative, in conv_fp() argument
543 else if (add_dp) in conv_fp()
549 if (precision > 0 || add_dp) in conv_fp()
555 if (precision > 0 || add_dp) in conv_fp()
/dports/security/ftimes/ftimes-3.11.0/tools/tarmap/
H A Dap_snprintf.c517 boolean_e add_dp, int precision, bool_int *is_negative, in conv_fp() argument
547 else if (add_dp) in conv_fp()
553 if (precision > 0 || add_dp) in conv_fp()
559 if (precision > 0 || add_dp) in conv_fp()
/dports/sysutils/webjob/webjob-1.9.0/tools/webjob-dsvtool/
H A Dap_snprintf.c513 boolean_e add_dp, int precision, bool_int *is_negative, in conv_fp() argument
543 else if (add_dp) in conv_fp()
549 if (precision > 0 || add_dp) in conv_fp()
555 if (precision > 0 || add_dp) in conv_fp()
/dports/security/ftimes/ftimes-3.11.0/src/
H A Dap_snprintf.c517 boolean_e add_dp, int precision, bool_int *is_negative, in conv_fp() argument
547 else if (add_dp) in conv_fp()
553 if (precision > 0 || add_dp) in conv_fp()
559 if (precision > 0 || add_dp) in conv_fp()

12