Home
last modified time | relevance | path

Searched refs:XFF_UNESCAPE (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/libxo/libxo/
H A Dxo_encoder.h58 #define XFF_UNESCAPE (1<<14) /* Need to printf-style unescape the value */ macro
H A Dlibxo.c2717 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()