Home
last modified time | relevance | path

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

/third_party/python/Parser/
Dstring_parser.c293 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/
Dcil_write_ast.c976 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()
Dcil_internal.h927 char *parent_str; member
Dcil_copy_ast.c1676 new->parent_str = orig->parent_str; in cil_copy_bounds()
Dcil_resolve_ast.c2519 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()
Dcil.c2858 (*bounds)->parent_str = NULL; in cil_bounds_init()
Dcil_build_ast.c5774 bounds->parent_str = parse_current->next->data; in cil_gen_bounds()