Lines Matching defs:in
4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
11 * this list of conditions and the following disclaimer in the documentation
16 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
21 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
22 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25 * The views and conclusions contained in the software and documentation are those
1037 cil_log(CIL_ERR, "roletransition must result in a role, but %s is a %s\n", roletrans->result_str, cil_node_to_string(node));
1271 /* In the overlapping protion, add items from the new list not in the old list */
1281 /* Handle gap in old: old = (A C) new = (A B C) */
1293 /* Handle gap in new: old = (A B C) new = (A C) */
1331 /* item was declared in an ordered statement, which supercedes
1334 cil_log(CIL_WARN, "Ignoring '%s' as it has already been declared in classorder.\n", ((struct cil_class*)(item->data))->datum.name);
1432 cil_log(CIL_ERR, "Failed to resolve class %s in classorder\n", (char *)curr->data);
1469 cil_log(CIL_ERR, "Failed to resolve sid %s in sidorder\n", (char *)curr->data);
1518 cil_log(CIL_ERR, "Failed to resolve category %s in categoryorder\n", (char *)curr->data);
1523 cil_log(CIL_ERR, "%s is not a category. Only categories are allowed in categoryorder statements\n", cat_datum->name);
1558 cil_log(CIL_ERR, "Failed to resolve sensitivty %s in sensitivityorder\n", (char *)curr->data);
1957 cil_log(CIL_ERR, "Nodecon ip address not in the same family\n");
2369 struct cil_in *in = current->data;
2380 rc = cil_resolve_name(current, in->block_str, CIL_SYM_BLOCKS, extra_args, &block_datum);
2389 printf("Failed to copy in, rc: %d\n", rc);
2410 struct cil_in *in = NULL;
2426 in = node->data;
2428 rc = cil_resolve_name(node, in->block_str, CIL_SYM_BLOCKS, extra_args, &block_datum);
2445 cil_log(CIL_ERR, "Failed to resolve in-statement on line %d of %s\n", last_failed_node->line, last_failed_node->path);
3325 // due to ordering issues, in statements are just gathered here and
3326 // resolved together in cil_resolve_in_list once all are found
3595 /* tuanbles and macros are not allowed in optionals*/
3596 cil_log(CIL_ERR, "%s statement is not allowed in optionals (%s:%d)\n", cil_node_to_string(node), node->path, node->line);
3604 cil_log(CIL_ERR, "%s statement is not allowed in blocks (%s:%d)\n", cil_node_to_string(node), node->path, node->line);
3615 cil_log(CIL_ERR, "%s statement is not allowed in macros (%s:%d)\n", cil_node_to_string(node), node->path, node->line);
3629 cil_log(CIL_ERR, "%s statement is not allowed in booleanifs (tunableif treated as a booleanif) (%s:%d)\n", cil_node_to_string(node), node->path, node->line);
3631 cil_log(CIL_ERR, "%s statement is not allowed in booleanifs (%s:%d)\n", cil_node_to_string(node), node->path, node->line);
3667 cil_log(lvl, "Failed to resolve '%s' in %s statement at line %d of %s\n",
3871 * because things done in the preceeding passes aren't allowed in
3956 /* Continue search in original block's parent */
3972 /* Continue search in macro's parent */
3978 /* In block symtabs only exist before resolving the AST */
4018 /* No '.' in name */
4054 cil_log(CIL_WARN, "Can only use %s name for name resolution in \"in\" blocks\n", cil_node_to_string(node));