Home
last modified time | relevance | path

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

/dports/devel/libxo/libxo-0.6.1/libxo/
H A Dlibxo.c396 unsigned char xf_enc; /* Encoding of the string (XF_ENC_*) */ member
2730 if (xo_check_conversion(xop, xfp->xf_enc, need_enc)) in xo_format_string()
2741 } else if (xfp->xf_enc == XF_ENC_WIDE) { in xo_format_string()
2777 if (xfp->xf_enc == need_enc in xo_format_string()
2801 need_enc, xfp->xf_enc); in xo_format_string()
3311 xf.xf_enc = (xf.xf_fc == 'm') ? XF_ENC_UTF8 in xo_do_format_field()