HomeSort by: relevance | last modified time | path
    Searched refs:parseformat (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/libparse/
parse.c 784 if (dct->parseformat.parse_count <= PARSE_TCMAX)
786 if (dct->parseformat.parse_count)
792 if (!Strcmp(dct->parseformat.parse_buffer, clockformats[i]->name))
854 if (dct->parseformat.parse_format < nformats &&
855 Strlen(clockformats[dct->parseformat.parse_format]->name) <= PARSE_TCMAX)
857 dct->parseformat.parse_count = (unsigned short) (Strlen(clockformats[dct->parseformat.parse_format]->name) + 1);
858 memcpy(dct->parseformat.parse_buffer, clockformats[dct->parseformat.parse_format]->name, dct->parseformat.parse_count)
    [all...]
  /src/external/bsd/ntp/dist/include/
parse.h 257 struct parseformat struct in union:parsectl
262 } parseformat; member in union:parsectl
  /src/external/bsd/ntp/dist/ntpd/
refclock_parse.c 3301 strlcpy(tmp_ctl.parseformat.parse_buffer, parse->parse_type->cl_format, sizeof(tmp_ctl.parseformat.parse_buffer));
3302 tmp_ctl.parseformat.parse_count = (u_short) strlen(tmp_ctl.parseformat.parse_buffer);
3627 tmpctl.parseformat.parse_format = tmpctl.parsegettc.parse_format;
3636 int count = tmpctl.parseformat.parse_count;
3647 tmpctl.parseformat.parse_buffer);
3873 tmpctl.parseformat.parse_format = parsetime->parse_format;
3884 CLK_UNIT(parse->peer), tmpctl.parseformat.parse_buffer);

Completed in 22 milliseconds