Lines Matching defs:where
550 * Parse a configuration using a pctx where a lexer has already
1425 * and where each element is terminated by a semicolon.
1516 * and where elements are separated by space. The list ends
2259 * set (including the case where CFG_ADDR_V4OK and CFG_ADDR_V6OK are both set),
2943 static char where[ISC_DIR_PATHMAX + 100];
2952 where[0] = '\0';
2954 snprintf(where, sizeof(where), "%s:%u: ",
2957 snprintf(where, sizeof(where), "%s: ", pctx->buf_name);
2999 "%s%s%s%s", where, message, prep, tokenbuf);