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

/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_tel_ioctl.h47 #define CVT_NONE 0 /* no A-law/mu-law conversion */ macro
H A Di4b_tel.c344 tel_sc[i][j].audiofmt = CVT_NONE;
485 case CVT_NONE:
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libparse/
H A Dclk_wharton.c98 return CVT_NONE;
101 return CVT_NONE;
H A Dparse.c273 register unsigned updated = CVT_NONE;
302 return CVT_NONE;
334 if ((updated & CVT_MASK) != CVT_NONE)
342 return (((updated & CVT_MASK) != CVT_NONE) ||
362 register unsigned updated = CVT_NONE;
377 return (updated & CVT_MASK) != CVT_NONE;
638 return CVT_NONE;
657 return CVT_NONE;
676 return CVT_NONE;
698 return CVT_NONE;
[all...]
H A Dclk_rawdcf.c241 return CVT_NONE;
254 return CVT_NONE;
349 u_long rtc = CVT_NONE;
487 if (rtc == CVT_NONE)
533 return CVT_NONE;
556 return CVT_NONE;
H A Dclk_computime.c123 return CVT_NONE;
H A Dclk_rcc8000.c85 if (!Strok(buffer, format->fixed_string)) return CVT_NONE;
H A Dclk_schmid.c120 return CVT_NONE;
H A Dclk_dcf7000.c99 return CVT_NONE;
H A Dclk_hopf6021.c150 return CVT_NONE;
H A Dclk_trimtaip.c111 if (!Strok(buffer, format->fixed_string)) return CVT_NONE;
H A Dclk_trimtsip.c235 return CVT_NONE; /* local data not allocated - sigh! */
244 return CVT_NONE;
H A Dclk_varitext.c148 return CVT_NONE;
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdntelctl/
H A Dmain.c142 if (format == CVT_NONE)
186 int format = CVT_NONE;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/parseutil/
H A Dtestdcf.c79 #define CVT_NONE 0x00000001 /* format not applicable */ macro
225 return CVT_NONE;
375 int rtc = CVT_NONE;
H A Ddcfd.c236 #define CVT_NONE 0x00000001 /* format not applicable */ macro
441 return CVT_NONE;
529 register unsigned rtc = CVT_NONE;
743 if (rtc != CVT_NONE)
748 return (rtc == CVT_NONE) ? convert_rawdcf(buffer, size, clock_time) : rtc;
1553 unsigned int rtc = CVT_NONE;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dparse.h201 u_long parse_status; /* data status - CVT_OK, CVT_NONE, CVT_FAIL ... */
318 #define CVT_NONE (unsigned)0x00000001 /* format not applicable */ macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_parse.c2533 { CVT_NONE, "NO CONVERSION" },
3672 ((parsetime->parse_status & CVT_MASK) != CVT_NONE) &&
3714 case CVT_NONE:

Completed in 100 milliseconds