Home | History | Annotate | Download | only in iptables

Lines Matching full:escape_chars

1726 	static const char escape_chars[] = "\"\\'";
1742 for (p = strpbrk(value, escape_chars); p != NULL;
1743 p = strpbrk(value, escape_chars)) {