Home
last modified time | relevance | path

Searched refs:MAX_LOG_TOKEN (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/bind9/lib/isccfg/
Dparser.c2357 #define MAX_LOG_TOKEN 30 /* How much of a token to quote in log messages. */ macro
2395 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()