Lines Matching refs:self
1636 if (strcmp(id, "self") == 0) {
1639 yyerror("-self is not supported");
2076 if (strcmp(id, "self") == 0) {
2079 yyerror("-self is not supported");
2538 if (strcmp(id, "self") == 0) {
2541 yyerror("-self is not supported");
2910 /* Don't bother to process against self role */
3312 int add, self, rc;
3345 self = 0;
3348 if (strcmp(id, "self") == 0) {
3351 yyerror("-self is not supported");
3354 self = 1;
3418 if (self) {
3458 ftr->flags = self ? RULE_SELF : 0;