Home
last modified time | relevance | path

Searched refs:print_float_g (Results 1 – 6 of 6) sorted by relevance

/dports/dns/p5-DNS-Ldns/ldns-1.8.1/compat/
H A Dsnprintf.c525 print_float_g(char* buf, int max, double value, int prec) in print_float_g() function
563 len = print_float_g(buf, (int)sizeof(buf), negative?-value:value, in print_num_g()
/dports/dns/py-ldns/ldns-1.8.1/compat/
H A Dsnprintf.c525 print_float_g(char* buf, int max, double value, int prec) in print_float_g() function
563 len = print_float_g(buf, (int)sizeof(buf), negative?-value:value, in print_num_g()
/dports/dns/ldns/ldns-1.8.1/compat/
H A Dsnprintf.c525 print_float_g(char* buf, int max, double value, int prec) in print_float_g() function
563 len = print_float_g(buf, (int)sizeof(buf), negative?-value:value, in print_num_g()
/dports/dns/unbound/unbound-1.14.0/compat/
H A Dsnprintf.c526 print_float_g(char* buf, int max, double value, int prec) in print_float_g() function
564 len = print_float_g(buf, (int)sizeof(buf), negative?-value:value, in print_num_g()
/dports/dns/nsd/nsd-4.3.9/compat/
H A Dsnprintf.c526 print_float_g(char* buf, int max, double value, int prec) in print_float_g() function
564 len = print_float_g(buf, (int)sizeof(buf), negative?-value:value, in print_num_g()
/dports/security/op/op-1.34/
H A Dsnprintf.c536 static int print_float_g(char *buf, int max, double value, int prec) in print_float_g() function
575 len = print_float_g(buf, (int)sizeof(buf), negative ? -value : value, in print_num_g()