Home
last modified time | relevance | path

Searched refs:insert_separator (Results 1 – 3 of 3) sorted by relevance

/external/selinux/checkpolicy/
Dpolicy_parse.y566 | U1 op { if (insert_separator(1)) return -1; } names_push
569 | U2 op { if (insert_separator(1)) return -1; } names_push
572 | U3 op { if (insert_separator(1)) return -1; } names_push
575 | R1 op { if (insert_separator(1)) return -1; } names_push
578 | R2 op { if (insert_separator(1)) return -1; } names_push
581 | R3 op { if (insert_separator(1)) return -1; } names_push
584 | T1 op { if (insert_separator(1)) return -1; } names_push
587 | T2 op { if (insert_separator(1)) return -1; } names_push
590 | T3 op { if (insert_separator(1)) return -1; } names_push
596 | SOURCE ROLE { if (insert_separator(1)) return -1; } names_push
[all …]
Dpolicy_define.h69 int insert_separator(int push);
Dpolicy_define.c96 int insert_separator(int push) in insert_separator() function