Searched refs:parent_str (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Parser/ |
D | string_parser.c | 293 const char *parent_str = PyBytes_AsString(parent->bytes); in fstring_find_expr_location() local 294 if (!parent_str) { in fstring_find_expr_location() 314 while (start > parent_str && *start != '\n') { in fstring_find_expr_location() 321 for (const char *p = parent_str; p < expr_start; p++) { in fstring_find_expr_location()
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_write_ast.c | 976 fprintf(out, "(userbounds %s %s)\n", bounds->parent_str, bounds->child_str); in cil_write_ast_node() 1036 fprintf(out, "(rolebounds %s %s)\n", bnds->parent_str, bnds->child_str); in cil_write_ast_node() 1085 fprintf(out, "(typebounds %s %s)\n", bounds->parent_str, bounds->child_str); in cil_write_ast_node()
|
D | cil_internal.h | 927 char *parent_str; member
|
D | cil_copy_ast.c | 1676 new->parent_str = orig->parent_str; in cil_copy_bounds()
|
D | cil_resolve_ast.c | 2519 rc = cil_resolve_name(current, bounds->parent_str, index, extra_args, &parent_datum); in cil_resolve_bounds() 2524 cil_log(CIL_ERR, "Bounds parent %s is an attribute\n", bounds->parent_str); in cil_resolve_bounds()
|
D | cil.c | 2858 (*bounds)->parent_str = NULL; in cil_bounds_init()
|
D | cil_build_ast.c | 5774 bounds->parent_str = parse_current->next->data; in cil_gen_bounds()
|