HomeSort by relevance Sort by last modified time
    Searched refs:cur_expr (Results 1 - 4 of 4) sorted by null

  /external/selinux/libsepol/src/
conditional.c 478 cond_expr_t *cur_expr, *next_expr; local
483 for (cur_expr = expr; cur_expr != NULL; cur_expr = next_expr) {
484 next_expr = cur_expr->next;
485 free(cur_expr);
write.c 733 cond_expr_t *cur_expr; local
744 for (cur_expr = node->expr; cur_expr != NULL; cur_expr = cur_expr->next)
752 for (cur_expr = node->expr; cur_expr != NULL; cur_expr = cur_expr->next) {
754 buf[items++] = cpu_to_le32(cur_expr->expr_type)
    [all...]
link.c 1551 cond_expr_t *cur_expr; local
    [all...]
expand.c 2820 cond_expr_t *cur_expr; local
    [all...]

Completed in 105 milliseconds