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

/freebsd-12-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-12-stable/sys/kern/
H A Dkern_rctl.c1145 char *subjectstr, *subject_idstr, *resourcestr, *actionstr, local
1157 actionstr = strsep(&rulestr, "=/");
1228 if (actionstr == NULL || actionstr[0] == '\0')
1231 error = str2value(actionstr, &rule->rr_action, actionnames);

Completed in 144 milliseconds