Home | History | Annotate | Download | only in libxtables

Lines Matching refs:escape_chars

1840 	static const char escape_chars[] = "\"\\'";
1856 for (p = strpbrk(value, escape_chars); p != NULL;
1857 p = strpbrk(value, escape_chars)) {