Lines Matching refs:name
467 cil_log(CIL_ERR, "'unordered' keyword is reserved and not a valid class name.\n");
484 cil_tree_log(parse_current, CIL_ERR, "Too many permissions in class '%s'", class->datum.name);
854 if (cp->datum.name != NULL) {
1051 cil_tree_log(parse_current, CIL_ERR, "Too many permissions in common '%s'", common->datum.name);
3400 void cil_destroy_name(struct cil_name *name)
3402 if (name == NULL) {
3406 cil_symtab_datum_destroy(&name->datum);
3407 free(name);
3874 /* low should be pointing to either the name of the low level or to an open paren for an anonymous low level */
5355 node containing the macro name is updated to point to the start of the macro content */