Searched defs:cursor (Results 1 - 1 of 1) sorted by relevance

/system/sepolicy/tools/
H A Dcheck_seapp.c43 * @var The variable name for the cursor
249 list_element *cursor = list->head; local
251 while (cursor) {
252 tmp = cursor;
253 cursor = cursor->next;
656 list_element *cursor; local
658 list_for_each(&nallow_list, cursor) {
659 e = list_entry(cursor, typeof(*e), listify);
838 list_element *cursor; local
1161 list_element *cursor; local
1170 list_element *cursor, *v; local
1206 list_element *cursor; local
[all...]

Completed in 79 milliseconds