Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Dntp_config.c374 static char * normal_dtoa(double);
592 normal_dtoa(atrv->value.d)); in dump_config_tree()
608 normal_dtoa(atrv->value.d)); in dump_config_tree()
769 normal_dtoa(atrv->value.d)); in dump_config_tree()
793 normal_dtoa(atrv->value.d)); in dump_config_tree()
888 normal_dtoa(atrv->value.d)); in dump_config_tree()
5317 normal_dtoa( in normal_dtoa() function
/src/contrib/ntp/
H A DCommitLog2453 normal_dtoa(): don't use strlcpy() for overlapping buffers, undefined behavior.