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

/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dparse.c784 if (dct->parseformat.parse_count <= PARSE_TCMAX)
786 if (dct->parseformat.parse_count)
792 if (!Strcmp(dct->parseformat.parse_buffer, clockformats[i]->name))
854 if (dct->parseformat.parse_format < nformats &&
855 Strlen(clockformats[dct->parseformat.parse_format]->name) <= PARSE_TCMAX)
857 dct->parseformat.parse_count = (unsigned short) (Strlen(clockformats[dct->parseformat.parse_format]->name) + 1);
858 memcpy(dct->parseformat.parse_buffer, clockformats[dct->parseformat.parse_format]->name, dct->parseformat
[all...]
/netbsd-current/external/bsd/ntp/dist/include/
H A Dparse.h257 struct parseformat struct in union:parsectl
262 } parseformat; member in union:parsectl
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_parse.c3287 strlcpy(tmp_ctl.parseformat.parse_buffer, parse->parse_type->cl_format, sizeof(tmp_ctl.parseformat.parse_buffer));
3288 tmp_ctl.parseformat.parse_count = (u_short) strlen(tmp_ctl.parseformat.parse_buffer);
3613 tmpctl.parseformat.parse_format = tmpctl.parsegettc.parse_format;
3622 int count = tmpctl.parseformat.parse_count;
3633 tmpctl.parseformat.parse_buffer);
3859 tmpctl.parseformat.parse_format = parsetime->parse_format;
3870 CLK_UNIT(parse->peer), tmpctl.parseformat.parse_buffer);

Completed in 205 milliseconds