Searched refs:closeRuleTag (Results 1 – 1 of 1) sorted by relevance
86 static char closeRuleTag[XT_TABLE_MAXNAMELEN + 1]; variable227 if (closeRuleTag[0]) in closeChain()228 printf("%s\n", closeRuleTag); in closeChain()229 closeRuleTag[0] = 0; in closeChain()590 if (closeRuleTag[0]) { in do_rule()591 printf("%s\n", closeRuleTag); in do_rule()592 closeRuleTag[0] = 0; in do_rule()604 strncpy(closeRuleTag, " </rule>\n", XT_TABLE_MAXNAMELEN); in do_rule()605 closeRuleTag[XT_TABLE_MAXNAMELEN] = '\0'; in do_rule()