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

/freebsd-13-stable/contrib/ntp/include/
H A Dparse.h252 char parse_buffer[PARSE_TCMAX+1]; /* timecode buffer */ member in struct:parsectl::parsegettc
259 char parse_buffer[PARSE_TCMAX+1]; /* format code string */ member in struct:parsectl::parseformat
/freebsd-13-stable/contrib/ntp/libparse/
H A Dparse.c765 memcpy(dct->parsegettc.parse_buffer, parse->parse_ldata, dct->parsegettc.parse_count);
790 if (!Strcmp(dct->parseformat.parse_buffer, clockformats[i]->name))
856 memcpy(dct->parseformat.parse_buffer, clockformats[dct->parseformat.parse_format]->name, dct->parseformat.parse_count);
/freebsd-13-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);
3607 tmpctl.parsegettc.parse_buffer, (unsigned)(tmpctl.parsegettc.parse_count));
3631 tmpctl.parseformat.parse_buffer);
3795 tmpctl.parsegettc.parse_buffer, count));
3868 CLK_UNIT(parse->peer), tmpctl.parseformat.parse_buffer);

Completed in 86 milliseconds