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

/freebsd-12-stable/contrib/ntp/libparse/
H A Dparse.c782 if (dct->parseformat.parse_count <= PARSE_TCMAX)
784 if (dct->parseformat.parse_count)
790 if (!Strcmp(dct->parseformat.parse_buffer, clockformats[i]->name))
852 if (dct->parseformat.parse_format < nformats &&
853 Strlen(clockformats[dct->parseformat.parse_format]->name) <= PARSE_TCMAX)
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
[all...]
/freebsd-12-stable/contrib/ntp/include/
H A Dparse.h255 struct parseformat struct in union:parsectl
260 } parseformat; member in union:parsectl
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c3285 strlcpy(tmp_ctl.parseformat.parse_buffer, parse->parse_type->cl_format, sizeof(tmp_ctl.parseformat.parse_buffer));
3286 tmp_ctl.parseformat.parse_count = (u_short) strlen(tmp_ctl.parseformat.parse_buffer);
3611 tmpctl.parseformat.parse_format = tmpctl.parsegettc.parse_format;
3620 int count = tmpctl.parseformat.parse_count;
3631 tmpctl.parseformat.parse_buffer);
3857 tmpctl.parseformat.parse_format = parsetime->parse_format;
3868 CLK_UNIT(parse->peer), tmpctl.parseformat.parse_buffer);

Completed in 173 milliseconds