Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/respip/
H A Drespip.c1299 const char* actionstr = NULL; in respip_inform_print() local
1313 actionstr = rpz_action_to_string( in respip_inform_print()
1316 actionstr = rpz_action_to_string( in respip_inform_print()
1326 (actionstr) ? actionstr : "inform", srcip, port); in respip_inform_print()
/freebsd/sys/kern/
H A Dkern_rctl.c1145 char *subjectstr, *subject_idstr, *resourcestr, *actionstr, in rctl_string_to_rule()
1157 actionstr = strsep(&rulestr, "=/"); in rctl_string_to_rule()
1228 if (actionstr == NULL || actionstr[0] == '\0') in rctl_string_to_rule()
1231 error = str2value(actionstr, &rule->rr_action, actionnames); in rctl_string_to_rule()
1144 char *subjectstr, *subject_idstr, *resourcestr, *actionstr, rctl_string_to_rule() local