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

/freebsd-10.0-release/contrib/ntp/include/
H A Dparse.h246 char parse_buffer[PARSE_TCMAX+1]; /* timecode buffer */ member in struct:parsectl::parsegettc
253 char parse_buffer[PARSE_TCMAX+1]; /* format code string */ member in struct:parsectl::parseformat
/freebsd-10.0-release/contrib/ntp/libparse/
H A Dparse.c769 memcpy(dct->parsegettc.parse_buffer, parse->parse_ldata, dct->parsegettc.parse_count);
794 if (!Strcmp(dct->parseformat.parse_buffer, clockformats[i]->name))
860 memcpy(dct->parseformat.parse_buffer, clockformats[dct->parseformat.parse_format]->name, dct->parseformat.parse_count);
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_parse.c3107 strncpy(tmp_ctl.parseformat.parse_buffer, parse->parse_type->cl_format, sizeof(tmp_ctl.parseformat.parse_buffer));
3108 tmp_ctl.parseformat.parse_count = strlen(tmp_ctl.parseformat.parse_buffer);
3426 tmpctl.parsegettc.parse_buffer, (unsigned)(tmpctl.parsegettc.parse_count));
3442 strncat(tt, tmpctl.parseformat.parse_buffer, tmpctl.parseformat.parse_count);
3597 CLK_UNIT(parse->peer), mkascii(buffer, sizeof buffer, tmpctl.parsegettc.parse_buffer, (unsigned)(tmpctl.parsegettc.parse_count - 1)));
3668 CLK_UNIT(parse->peer), tmpctl.parseformat.parse_buffer);

Completed in 80 milliseconds