HomeSort by relevance Sort by last modified time
    Searched defs:attr_strs (Results 1 - 2 of 2) sorted by null

  /external/selinux/libsepol/cil/src/
cil_write_ast.c 658 char *attr_strs = NULL; local
661 rc = cil_unfill_expr(expandattr->attr_strs, &attr_strs, 1);
665 fprintf(cil_out, "(%s %s %s)\n", CIL_KEY_EXPANDTYPEATTRIBUTE, attr_strs,
669 free(attr_strs);
    [all...]
cil_internal.h 538 struct cil_list *attr_strs; member in struct:cil_expandtypeattribute

Completed in 84 milliseconds