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

/external/iptables/iptables/
H A Diptables-xml.c91 static char curTable[IPT_TABLE_MAXNAMELEN + 1]; variable
329 if (curTable[0])
331 curTable[0] = 0;
339 strncpy(curTable, table, IPT_TABLE_MAXNAMELEN);
340 curTable[IPT_TABLE_MAXNAMELEN] = '\0';
343 xmlAttrS("name", curTable);
591 //xmlAttrS("table",curTable); // not needed in full mode
684 if ((strcmp(buffer, "COMMIT\n") == 0) && (curTable[0])) {
703 } else if ((buffer[0] == ':') && (curTable[0])) {
734 } else if (curTable[
[all...]

Completed in 143 milliseconds