Searched refs:actionstr (Results 1 – 1 of 1) sorted by relevance
1149 char *subjectstr, *subject_idstr, *resourcestr, *actionstr, in rctl_string_to_rule() local1161 actionstr = strsep(&rulestr, "=/"); in rctl_string_to_rule()1232 if (actionstr == NULL || actionstr[0] == '\0') in rctl_string_to_rule()1235 error = str2value(actionstr, &rule->rr_action, actionnames); in rctl_string_to_rule()