OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:userprefix
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libsepol/cil/src/
cil.c
156
CIL_KEY_USERPREFIX = cil_strpool_add("
userprefix
");
1178
struct cil_userprefix *
userprefix
= NULL;
local
1190
userprefix
= curr->data;
1191
user =
userprefix
->user;
1192
str_len += strlen("user ") + strlen(user->datum.fqn) + strlen(" prefix ") + strlen(
userprefix
->prefix_str) + 2;
1201
userprefix
= curr->data;
1202
user =
userprefix
->user;
1205
userprefix
->prefix_str);
[
all
...]
cil_build_ast.c
1489
struct cil_
userprefix
*
userprefix
= NULL;
local
[
all
...]
cil_resolve_ast.c
901
struct cil_userprefix *
userprefix
= current->data;
local
906
rc = cil_resolve_name(current,
userprefix
->user_str, CIL_SYM_USERS, extra_args, &user_datum);
914
cil_log(CIL_ERR, "
Userprefix
must be a user: %s\n", user_datum->fqn);
919
userprefix
->user = (struct cil_user*)user_datum;
[
all
...]
Completed in 2324 milliseconds