Lines Matching refs:path
96 static int add_hll_linemark(struct cil_tree_node **current, uint32_t *hll_offset, uint32_t *hll_expand, struct cil_stack *stack, char *path)
189 cil_log(CIL_ERR, "Problem with high-level line mark at line %u of %s\n", tok.line, path);
193 static void add_cil_path(struct cil_tree_node **current, char *path)
210 create_node(&node, *current, 0, 0, path);
222 char *path = cil_strpool_add(_path);
236 add_cil_path(¤t, path);
242 rc = add_hll_linemark(¤t, &hll_offset, &hll_expand, stack, path);
250 cil_log(CIL_ERR, "Number of open parenthesis exceeds limit of %d at line %d of %s\n", CIL_PARSER_MAX_EXPR_DEPTH, tok.line, path);
260 cil_log(CIL_ERR, "Close parenthesis without matching open at line %d of %s\n", tok.line, path);
271 cil_log(CIL_ERR, "Symbol not inside parenthesis at line %d of %s\n", tok.line, path);
297 cil_log(CIL_ERR, "Open parenthesis without matching close at line %d of %s\n", tok.line, path);
301 cil_log(CIL_ERR, "High-level language line marker start without close at line %d of %s\n", tok.line, path);
306 cil_log(CIL_ERR, "Invalid token '%s' at line %d of %s\n", tok.value, tok.line, path);
309 cil_log(CIL_ERR, "Unknown token type '%d' at line %d of %s\n", tok.type, tok.line, path);