Searched defs:MAX_LOG_TOKEN (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isccfg/
H A Dparser.c2904 #define MAX_LOG_TOKEN 30 /* How much of a token to quote in log messages. */ macro
2942 char tokenbuf[MAX_LOG_TOKEN + 10];
2980 if (r.length > MAX_LOG_TOKEN)
2982 "'%.*s...'", MAX_LOG_TOKEN, r.base);

Completed in 22 milliseconds