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

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_nmea.c1467 static int _parse_u16(UCC *cp, UCC **ep, uint16_t *into, unsigned int ndig) function
1590 rc = _parse_u16(cp, &cp, &d, 2) && (d - 1 < 31)
1592 && _parse_u16(cp, &cp, &m, 2) && (m - 1 < 12)
1594 && _parse_u16(cp, &cp, &y, 4) && (y > 1980)
1715 rc = _parse_u16 (dpw, &dpw, &week, 5)
1723 rc = _parse_u16 (dpl, &dpl, &leap, 5)

Completed in 161 milliseconds