Searched refs:parse_buffer (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | parse.h | 254 char parse_buffer[PARSE_TCMAX+1]; /* timecode buffer */ member 261 char parse_buffer[PARSE_TCMAX+1]; /* format code string */ member
|
| /netbsd/src/external/bsd/ntp/dist/libparse/ |
| D | parse.c | 767 … memcpy(dct->parsegettc.parse_buffer, parse->parse_ldata, dct->parsegettc.parse_count); in parse_timecode() 792 … if (!Strcmp(dct->parseformat.parse_buffer, clockformats[i]->name)) in parse_setfmt() 858 …memcpy(dct->parseformat.parse_buffer, clockformats[dct->parseformat.parse_format]->name, dct->pars… in parse_getfmt()
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | refclock_parse.c | 3301 …strlcpy(tmp_ctl.parseformat.parse_buffer, parse->parse_type->cl_format, sizeof(tmp_ctl.parseformat… in parse_start() 3302 tmp_ctl.parseformat.parse_count = (u_short) strlen(tmp_ctl.parseformat.parse_buffer); in parse_start() 3623 … tmpctl.parsegettc.parse_buffer, (unsigned)(tmpctl.parsegettc.parse_count)); in parse_control() 3647 tmpctl.parseformat.parse_buffer); in parse_control() 3811 … tmpctl.parsegettc.parse_buffer, count)); in parse_process() 3884 … CLK_UNIT(parse->peer), tmpctl.parseformat.parse_buffer); in parse_process()
|