OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:permx_str
(Results
1 - 5
of
5
) sorted by null
/external/selinux/libsepol/cil/src/
cil_post.c
770
static int __cil_permx_str_to_int(char *
permx_str
, uint16_t *val)
773
long lval = strtol(
permx_str
, &endptr, 0);
776
cil_log(CIL_ERR, "permissionx value %s not valid number\n",
permx_str
);
780
cil_log(CIL_ERR, "permissionx value %s must be between 0x0000 and 0xFFFF\n",
permx_str
);
1224
if (rule->perms.x.
permx_str
== NULL) {
[
all
...]
cil_copy_ast.c
807
if (new->perms.x.
permx_str
!= NULL) {
808
new->perms.x.
permx_str
= orig->perms.x.
permx_str
;
[
all
...]
cil_internal.h
583
char *
permx_str
;
member in struct:cil_avrule::__anon23448::__anon23449
cil_resolve_ast.c
336
if (rule->perms.x.
permx_str
!= NULL) {
337
rc = cil_resolve_name(current, rule->perms.x.
permx_str
, CIL_SYM_PERMX, args, &permx_datum);
[
all
...]
cil_build_ast.c
[
all
...]
Completed in 1211 milliseconds