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