Searched refs:permx_str (Results 1 - 6 of 6) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_post.c773 static int __cil_permx_str_to_int(char *permx_str, uint16_t *val) argument
776 long lval = strtol(permx_str, &endptr, 0);
779 cil_log(CIL_ERR, "permissionx value %s not valid number\n", permx_str);
783 cil_log(CIL_ERR, "permissionx value %s must be between 0x0000 and 0xFFFF\n", permx_str);
1258 if (rule->perms.x.permx_str == NULL) {
H A Dcil_internal.h594 char *permx_str; member in struct:cil_avrule::__anon16636::__anon16637
H A Dcil_write_ast.c752 if (avrule->perms.x.permx_str != NULL) {
753 xperms = strdup(avrule->perms.x.permx_str);
H A Dcil_copy_ast.c807 if (new->perms.x.permx_str != NULL) {
808 new->perms.x.permx_str = orig->perms.x.permx_str;
H A Dcil_resolve_ast.c343 if (rule->perms.x.permx_str != NULL) {
344 rc = cil_resolve_name(current, rule->perms.x.permx_str, CIL_SYM_PERMX, args, &permx_datum);
H A Dcil_build_ast.c2044 if (rule->perms.x.permx_str == NULL && rule->perms.x.permx != NULL) {
2179 rule->perms.x.permx_str = parse_current->next->next->next->data;

Completed in 96 milliseconds