Searched refs:actname (Results 1 – 2 of 2) sorted by relevance
613 findaction(actname) in findaction() argument614 char *actname; in findaction()619 if (strcmp(currtable->names[i].cn_name, actname) == 0)639 char *actname; local673 actname = p;681 action = findaction(actname);
438 static const char * const actname[] = { " none ", "permit ", " deny " }; in filter_Action2Nam() local444 } else if (act >= A_NONE && act < A_NONE + sizeof(actname)/sizeof(char *)) in filter_Action2Nam()445 return actname[act - A_NONE]; in filter_Action2Nam()