Searched refs:exec_str (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/lib2to3/fixes/ |
D | fix_execfile.py | 44 exec_str = String("'exec'", " ") 45 compile_args = open_expr + [Comma(), filename_arg, Comma(), exec_str]
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_internal.h | 586 char *exec_str; member
|
D | cil_copy_ast.c | 745 new->exec_str = orig->exec_str; in cil_copy_rangetransition()
|
D | cil_write_ast.c | 1179 fprintf(out, "%s ", datum_or_str(DATUM(rule->exec), rule->exec_str)); in cil_write_ast_node()
|
D | cil.c | 2391 (*rangetrans)->exec_str = NULL; in cil_rangetransition_init()
|
D | cil_resolve_ast.c | 696 rc = cil_resolve_name(current, rangetrans->exec_str, CIL_SYM_TYPES, extra_args, &exec_datum); in cil_resolve_rangetransition()
|
D | cil_build_ast.c | 3445 rangetrans->exec_str = parse_current->next->next->data; in cil_gen_rangetransition()
|