Home
last modified time | relevance | path

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

/external/selinux/mcstrans/src/
Dmcscolor.c83 context_t my_tmp; in check_dominance() local
93 my_tmp = context_new(my_context); in check_dominance()
94 if (!my_tmp) { in check_dominance()
100 if (context_range_set(my_tmp, pattern)) in check_dominance()
102 ctx = strdup(context_str(my_tmp)); in check_dominance()
106 if (context_range_set(my_tmp, raw_range)) in check_dominance()
108 raw = context_str(my_tmp); in check_dominance()
119 context_free(my_tmp); in check_dominance()