Searched refs:parse_buffer (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/include/ |
H A D | parse.h | 252 char parse_buffer[PARSE_TCMAX+1]; /* timecode buffer */ member 259 char parse_buffer[PARSE_TCMAX+1]; /* format code string */ member
|
/freebsd/contrib/ntp/libparse/ |
H A D | parse.c | 765 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->parseformat.parse_count); in parse_getfmt()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_parse.c | 3299 …strlcpy(tmp_ctl.parseformat.parse_buffer, parse->parse_type->cl_format, sizeof(tmp_ctl.parseformat… in parse_start() 3300 tmp_ctl.parseformat.parse_count = (u_short) strlen(tmp_ctl.parseformat.parse_buffer); in parse_start() 3621 tmpctl.parsegettc.parse_buffer, (unsigned)(tmpctl.parsegettc.parse_count)); in parse_control() 3645 tmpctl.parseformat.parse_buffer); in parse_control() 3809 tmpctl.parsegettc.parse_buffer, count)); in parse_process() 3882 CLK_UNIT(parse->peer), tmpctl.parseformat.parse_buffer); in parse_process()
|