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

/freebsd-13-stable/contrib/unbound/respip/
H A Drespip.c1313 const char* actionstr = NULL; local
1327 actionstr = rpz_action_to_string(
1330 actionstr = rpz_action_to_string(
1340 (actionstr) ? actionstr : "inform", srcip, port);
/freebsd-13-stable/sys/kern/
H A Dkern_rctl.c1149 char *subjectstr, *subject_idstr, *resourcestr, *actionstr, local
1161 actionstr = strsep(&rulestr, "=/");
1232 if (actionstr == NULL || actionstr[0] == '\0')
1235 error = str2value(actionstr, &rule->rr_action, actionnames);

Completed in 117 milliseconds