Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/ntpd/
HDntp_config.c5322 char * pch_e; in normal_dtoa() local
5329 pch_e = strchr(buf, 'e'); in normal_dtoa()
5330 if (NULL == pch_e) { in normal_dtoa()
5331 pch_e = strchr(buf, 'E'); in normal_dtoa()
5332 if (NULL == pch_e) in normal_dtoa()
5334 *pch_e = 'e'; in normal_dtoa()
5336 pch_e++; in normal_dtoa()
5337 if ('-' == *pch_e) in normal_dtoa()
5338 pch_e++; in normal_dtoa()
5339 pch_nz = pch_e; in normal_dtoa()
[all …]