Searched refs:print_float_g (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/ldns/compat/ |
| H A D | snprintf.c | 525 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()
|
| /src/contrib/unbound/compat/ |
| H A D | snprintf.c | 526 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()
|