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

/freebsd-12-stable/contrib/ntp/libparse/
H A Dparse.c764 dct->parsegettc.parse_count = parse->parse_ldsize;
765 memcpy(dct->parsegettc.parse_buffer, parse->parse_ldata, dct->parsegettc.parse_count);
782 if (dct->parseformat.parse_count <= PARSE_TCMAX)
784 if (dct->parseformat.parse_count)
855 dct->parseformat.parse_count = (unsigned short) (Strlen(clockformats[dct->parseformat.parse_format]->name) + 1);
856 memcpy(dct->parseformat.parse_buffer, clockformats[dct->parseformat.parse_format]->name, dct->parseformat.parse_count);
/freebsd-12-stable/contrib/ntp/include/
H A Dparse.h251 unsigned short parse_count; /* count of valid time code bytes */ member in struct:parsectl::parsegettc
258 unsigned short parse_count; /* count of valid string bytes */ member in struct:parsectl::parseformat
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c3286 tmp_ctl.parseformat.parse_count = (u_short) strlen(tmp_ctl.parseformat.parse_buffer);
3605 if (tmpctl.parsegettc.parse_count)
3607 tmpctl.parsegettc.parse_buffer, (unsigned)(tmpctl.parsegettc.parse_count));
3620 int count = tmpctl.parseformat.parse_count;
3788 unsigned int count = tmpctl.parsegettc.parse_count;

Completed in 108 milliseconds