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

  /external/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 700 cond_expr_t *cur_expr; local
711 for (cur_expr = node->expr; cur_expr != NULL; cur_expr = cur_expr->next)
719 for (cur_expr = node->expr; cur_expr != NULL; cur_expr = cur_expr->next) {
721 buf[items++] = cpu_to_le32(cur_expr->expr_type)
    [all...]
link.c 1493 cond_expr_t *cur_expr; local
    [all...]
expand.c 2690 cond_expr_t *cur_expr; local
    [all...]

Completed in 188 milliseconds