Home
last modified time | relevance | path

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

/coreutils/src/
Dchcon.c96 context_t new_context = context_new (context); in compute_context_from_mask() local
97 if (!new_context) in compute_context_from_mask()
118 SET_COMPONENT (new_context, user); in compute_context_from_mask()
119 SET_COMPONENT (new_context, range); in compute_context_from_mask()
120 SET_COMPONENT (new_context, role); in compute_context_from_mask()
121 SET_COMPONENT (new_context, type); in compute_context_from_mask()
126 context_free (new_context); in compute_context_from_mask()
131 *ret = new_context; in compute_context_from_mask()
Druncon.c113 char *new_context = nullptr; in main() local
220 &new_context) != 0) in main()
227 cur_context = new_context; in main()