HomeSort by: relevance | last modified time | path
    Searched defs:CVT_NONE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/parseutil/
testdcf.c 80 #define CVT_NONE 0x00000001 /* format not applicable */
227 return CVT_NONE;
377 int rtc = CVT_NONE;
dcfd.c 243 #define CVT_NONE 0x00000001 /* format not applicable */
449 return CVT_NONE;
537 register unsigned rtc = CVT_NONE;
752 if (rtc != CVT_NONE)
757 return (rtc == CVT_NONE) ? convert_rawdcf(buffer, size, clock_time) : rtc;
1533 unsigned int rtc = CVT_NONE;
  /src/external/bsd/ntp/dist/include/
parse.h 207 u_long parse_status; /* data status - CVT_OK, CVT_NONE, CVT_FAIL ... */
324 #define CVT_NONE (unsigned)0x00000001 /* format not applicable */

Completed in 16 milliseconds