Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/include/
Dparse.h253 char parse_buffer[PARSE_TCMAX+1]; /* timecode buffer */ member
260 char parse_buffer[PARSE_TCMAX+1]; /* format code string */ member
/freebsd-10-stable/contrib/ntp/libparse/
Dparse.c765 memcpy(dct->parsegettc.parse_buffer, parse->parse_ldata, dct->parsegettc.parse_count); in parse_timecode()
790 if (!Strcmp(dct->parseformat.parse_buffer, clockformats[i]->name)) in parse_setfmt()
856 …memcpy(dct->parseformat.parse_buffer, clockformats[dct->parseformat.parse_format]->name, dct->pars… in parse_getfmt()
/freebsd-10-stable/contrib/ntp/ntpd/
Drefclock_parse.c3284 …strlcpy(tmp_ctl.parseformat.parse_buffer, parse->parse_type->cl_format, sizeof(tmp_ctl.parseformat… in parse_start()
3285 tmp_ctl.parseformat.parse_count = (u_short) strlen(tmp_ctl.parseformat.parse_buffer); in parse_start()
3604 tmpctl.parsegettc.parse_buffer, (unsigned)(tmpctl.parsegettc.parse_count)); in parse_control()
3628 tmpctl.parseformat.parse_buffer); in parse_control()
3792 tmpctl.parsegettc.parse_buffer, count)); in parse_process()
3865 CLK_UNIT(parse->peer), tmpctl.parseformat.parse_buffer); in parse_process()