Searched refs:MAX_LOG_TOKEN (Results 1 – 1 of 1) sorted by relevance
1021 #define MAX_LOG_TOKEN 30 /* How much of a token to quote in log messages. */ macro1059 char tokenbuf[MAX_LOG_TOKEN + 10]; in parser_complain()1095 if (r.length > MAX_LOG_TOKEN) in parser_complain()1097 "'%.*s...'", MAX_LOG_TOKEN, r.base); in parser_complain()