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

/freebsd-current/contrib/ntp/libparse/
H A Dparse.c293 if (!clockformats[parseio->parse_lformat]->convert)
299 if (clockformats[parseio->parse_lformat]->input)
303 input_status = clockformats[parseio->parse_lformat]->input(parseio, ch, tstamp);
365 if (clockformats[parseio->parse_lformat]->syncpps)
367 updated = (u_int) clockformats[parseio->parse_lformat]->syncpps(parseio, status == SYNC_ONE, ptime);
689 format = parseio->parse_lformat;
752 dct->parsegettc.parse_format = parse->parse_lformat;
835 parse->parse_lformat = i;
/freebsd-current/contrib/ntp/include/
H A Dparse.h290 unsigned short parse_lformat; /* last format used */ member in struct:parse

Completed in 100 milliseconds