Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/ntpd/
Dntp_config.c4872 char * pch_e; in normal_dtoa() local
4879 pch_e = strchr(buf, 'e'); in normal_dtoa()
4880 if (NULL == pch_e) { in normal_dtoa()
4881 pch_e = strchr(buf, 'E'); in normal_dtoa()
4882 if (NULL == pch_e) in normal_dtoa()
4884 *pch_e = 'e'; in normal_dtoa()
4886 pch_e++; in normal_dtoa()
4887 if ('-' == *pch_e) in normal_dtoa()
4888 pch_e++; in normal_dtoa()
4889 pch_nz = pch_e; in normal_dtoa()
[all …]