Searched refs:PARSE_TCMAX (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/ntp/include/
H A Dparse.h186 #define PARSE_TCMAX 400 /* maximum addition data size */ macro
207 unsigned char parse_msg[PARSE_TCMAX]; /* original messages */
246 char parse_buffer[PARSE_TCMAX+1]; /* timecode buffer */
253 char parse_buffer[PARSE_TCMAX+1]; /* format code string */
/freebsd-10.0-release/contrib/ntp/libparse/
H A Dparse.c766 if (parse->parse_ldsize <= PARSE_TCMAX)
786 if (dct->parseformat.parse_count <= PARSE_TCMAX)
857 Strlen(clockformats[dct->parseformat.parse_format]->name) <= PARSE_TCMAX)

Completed in 66 milliseconds