Searched refs:XFF_UNESCAPE (Results 1 – 2 of 2) sorted by relevance
58 #define XFF_UNESCAPE (1<<14) /* Need to printf-style unescape the value */ macro
2717 if ((flags & XFF_UNESCAPE) && (*cp == '\\' || *cp == '%')) { in xo_format_string_direct()3246 cols = xo_format_string_direct(xop, &xop->xo_data, XFF_UNESCAPE | flags, in xo_data_append_content()3353 cols = xo_format_string_direct(xop, xbp, flags | XFF_UNESCAPE, in xo_do_format_field()3635 cols = xo_format_string_direct(xop, xbp, flags | XFF_UNESCAPE, in xo_do_format_field()