Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Dget_context_list.c19 char **conary; in get_default_context_with_role() local
25 rc = get_ordered_context_list(user, fromcon, &conary); in get_default_context_with_role()
29 for (ptr = conary; *ptr; ptr++) { in get_default_context_with_role()
51 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()
393 char **conary; in get_default_context_with_level() local
396 rc = get_ordered_context_list_with_level(user, level, fromcon, &conary); in get_default_context_with_level()
[all …]