Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dget_context_list.c18 char **conary; in get_default_context_with_role() local
24 rc = get_ordered_context_list(user, fromcon, &conary); in get_default_context_with_role()
28 for (ptr = conary; *ptr; ptr++) { in get_default_context_with_role()
50 freeconary(conary); in get_default_context_with_role()
103 char **conary; in get_default_context() local
106 rc = get_ordered_context_list(user, fromcon, &conary); in get_default_context()
110 *newcon = strdup(conary[0]); in get_default_context()
111 freeconary(conary); in get_default_context()
379 char **conary; in hidden_def() local
382 rc = get_ordered_context_list_with_level(user, level, fromcon, &conary); in hidden_def()
[all …]