Home
last modified time | relevance | path

Searched refs:exec_str (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/lib2to3/fixes/
Dfix_execfile.py44 exec_str = String("'exec'", " ")
45 compile_args = open_expr + [Comma(), filename_arg, Comma(), exec_str]
/third_party/selinux/libsepol/cil/src/
Dcil_internal.h586 char *exec_str; member
Dcil_copy_ast.c745 new->exec_str = orig->exec_str; in cil_copy_rangetransition()
Dcil_write_ast.c1179 fprintf(out, "%s ", datum_or_str(DATUM(rule->exec), rule->exec_str)); in cil_write_ast_node()
Dcil.c2391 (*rangetrans)->exec_str = NULL; in cil_rangetransition_init()
Dcil_resolve_ast.c696 rc = cil_resolve_name(current, rangetrans->exec_str, CIL_SYM_TYPES, extra_args, &exec_datum); in cil_resolve_rangetransition()
Dcil_build_ast.c3445 rangetrans->exec_str = parse_current->next->next->data; in cil_gen_rangetransition()