Searched refs:CVT_NONE (Results 1 - 16 of 16) sorted by relevance

/freebsd-11.0-release/contrib/ntp/libparse/
H A Dclk_wharton.c99 return CVT_NONE;
102 return CVT_NONE;
H A Dparse.c267 register u_int updated = CVT_NONE;
296 return CVT_NONE;
328 if ((updated & CVT_MASK) != CVT_NONE)
336 return (((updated & CVT_MASK) != CVT_NONE) ||
356 register u_int updated = CVT_NONE;
371 return (updated & CVT_MASK) != CVT_NONE;
632 return CVT_NONE;
651 return CVT_NONE;
670 return CVT_NONE;
692 return CVT_NONE;
[all...]
H A Dclk_sel240x.c130 unsigned long rc = CVT_NONE;
H A Dclk_computime.c121 return CVT_NONE;
H A Dclk_rcc8000.c84 if (!Strok(buffer, format->fixed_string)) return CVT_NONE;
H A Dclk_schmid.c118 return CVT_NONE;
H A Dclk_dcf7000.c98 return CVT_NONE;
H A Dclk_hopf6021.c146 return CVT_NONE;
H A Dclk_rawdcf.c352 u_long rtc = CVT_NONE;
492 if (rtc == CVT_NONE)
540 return CVT_NONE;
613 return CVT_NONE;
H A Dclk_trimtaip.c110 if (!Strok(buffer, format->fixed_string)) return CVT_NONE;
H A Dclk_varitext.c146 return CVT_NONE;
H A Dclk_trimtsip.c233 return CVT_NONE; /* local data not allocated - sigh! */
242 return CVT_NONE;
/freebsd-11.0-release/contrib/ntp/parseutil/
H A Dtestdcf.c78 #define CVT_NONE 0x00000001 /* format not applicable */ macro
225 return CVT_NONE;
375 int rtc = CVT_NONE;
H A Ddcfd.c241 #define CVT_NONE 0x00000001 /* format not applicable */ macro
447 return CVT_NONE;
535 register unsigned rtc = CVT_NONE;
750 if (rtc != CVT_NONE)
755 return (rtc == CVT_NONE) ? convert_rawdcf(buffer, size, clock_time) : rtc;
1527 unsigned int rtc = CVT_NONE;
/freebsd-11.0-release/contrib/ntp/include/
H A Dparse.h206 u_long parse_status; /* data status - CVT_OK, CVT_NONE, CVT_FAIL ... */
323 #define CVT_NONE (unsigned)0x00000001 /* format not applicable */ macro
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_parse.c2614 { CVT_NONE, "NO CONVERSION" },
3758 ((parsetime->parse_status & CVT_MASK) != CVT_NONE) &&
3802 case CVT_NONE:

Completed in 256 milliseconds