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

/external/iptables/iptables/
H A Diptables-xml.c90 static char closeRuleTag[IPT_TABLE_MAXNAMELEN + 1]; variable
230 if (closeRuleTag[0])
231 printf("%s\n", closeRuleTag);
232 closeRuleTag[0] = 0;
585 if (closeRuleTag[0]) {
586 printf("%s\n", closeRuleTag);
587 closeRuleTag[0] = 0;
599 strncpy(closeRuleTag, " </rule>\n", IPT_TABLE_MAXNAMELEN);
600 closeRuleTag[IPT_TABLE_MAXNAMELEN] = '\0';

Completed in 36 milliseconds