Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Dparse.c267 register u_int updated = CVT_NONE; in parse_ioread()
296 return CVT_NONE; in parse_ioread()
328 if ((updated & CVT_MASK) != CVT_NONE) in parse_ioread()
336 return (((updated & CVT_MASK) != CVT_NONE) || in parse_ioread()
356 register u_int updated = CVT_NONE; in parse_iopps()
371 return (updated & CVT_MASK) != CVT_NONE; in parse_iopps()
632 return CVT_NONE; in pps_simple()
651 return CVT_NONE; in pps_one()
670 return CVT_NONE; in pps_zero()
692 return CVT_NONE; in timepacket()
[all...]
H A Dclk_wharton.c95 return CVT_NONE; in cvt_wharton_400a()
98 return CVT_NONE; in cvt_wharton_400a()
H A Dclk_rawdcf.c407 u_long rtc = CVT_NONE; in cvt_rawdcf()
547 if (rtc == CVT_NONE) in cvt_rawdcf()
595 return CVT_NONE; in pps_rawdcf()
668 return CVT_NONE; in snt_rawdcf()
H A Dclk_trimtsip.c233 return CVT_NONE; /* local data not allocated - sigh! */ in cvt_trimtsip()
242 return CVT_NONE; in cvt_trimtsip()
H A Dclk_sel240x.c130 unsigned long rc = CVT_NONE; in cvt_sel240x()
H A Dclk_schmid.c118 return CVT_NONE; in cvt_schmid()
H A Dclk_computime.c121 return CVT_NONE; in cvt_computime()
H A Dclk_rcc8000.c84 if (!Strok(buffer, format->fixed_string)) return CVT_NONE; in cvt_rcc8000()
H A Dclk_dcf7000.c98 return CVT_NONE; in cvt_dcf7000()
H A Dclk_hopf6021.c149 return CVT_NONE; in cvt_hopf6021()
H A Dclk_trimtaip.c110 if (!Strok(buffer, format->fixed_string)) return CVT_NONE; in cvt_trimtaip()
H A Dclk_varitext.c146 return CVT_NONE; in cvt_varitext()
/freebsd/contrib/ntp/parseutil/
H A Dtestdcf.c78 #define CVT_NONE 0x00000001 /* format not applicable */ macro
225 return CVT_NONE; in convert_rawdcf()
375 int rtc = CVT_NONE; in main()
H A Ddcfd.c241 #define CVT_NONE 0x00000001 /* format not applicable */ macro
447 return CVT_NONE; in convert_rawdcf()
535 register unsigned rtc = CVT_NONE; in cvt_rawdcf()
750 if (rtc != CVT_NONE) in cvt_rawdcf()
755 return (rtc == CVT_NONE) ? convert_rawdcf(buffer, size, clock_time) : rtc; in cvt_rawdcf()
1531 unsigned int rtc = CVT_NONE; in main()
/freebsd/contrib/ntp/include/
H A Dparse.h322 #define CVT_NONE (unsigned)0x00000001 /* format not applicable */ macro
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c2615 { CVT_NONE, "NO CONVERSION" }, in parsestatus()
3777 ((parsetime->parse_status & CVT_MASK) != CVT_NONE) && in parse_process()
3826 case CVT_NONE: in parse_process()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.02469 CVT_NONE when receiving the early warning bit set.