Lines Matching defs:child
1490 char *child;
1515 child = strs_read_at_index(strs, i);
1516 if (!child) {
1520 type = hashtab_search(pdb->p_types.table, child);
1526 sepol_printf(out, "(typebounds %s %s)\n", parent, child);
2197 char *name, *parent, *child, *type;
2231 child = strs_read_at_index(strs, i);
2232 if (!child) {
2235 role = hashtab_search(pdb->p_roles.table, child);
2243 sepol_printf(out, "(rolebounds %s %s)\n", parent, child);