Home
last modified time | relevance | path

Searched refs:escape_quotes (Results 1 – 8 of 8) sorted by relevance

/external/iptables/extensions/
Dlibxt_NFLOG.c110 struct xt_xlate *xl, bool escape_quotes) in nflog_print_xlate() argument
114 if (escape_quotes) in nflog_print_xlate()
133 nflog_print_xlate(info, xl, params->escape_quotes); in NFLOG_xlate()
Dlibxt_helper.c53 if (params->escape_quotes) in helper_xlate()
Dlibxt_comment.c58 if (params->escape_quotes) in comment_xlate()
Dlibip6t_LOG.c194 if (params->escape_quotes) in LOG_xlate()
Dlibipt_LOG.c194 if (params->escape_quotes) in LOG_xlate()
/external/iptables/include/
Dxtables.h214 bool escape_quotes; member
221 bool escape_quotes; member
/external/iptables/iptables/
Dxtables-translate.c73 .escape_quotes = !cs->restore, in xlate_action()
100 .escape_quotes = !cs->restore, in xlate_matches()
/external/devlib/devlib/utils/
Dmisc.py388 def escape_quotes(text): function