Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dlibxo.c344 unsigned char xf_enc; /* Encoding of the string (XF_ENC_*) */ member
2913 if (xo_check_conversion(xop, xfp->xf_enc, need_enc)) in xo_format_string()
2924 } else if (xfp->xf_enc == XF_ENC_WIDE) { in xo_format_string()
2960 if (xfp->xf_enc == need_enc in xo_format_string()
2984 need_enc, xfp->xf_enc); in xo_format_string()
3499 xf.xf_enc = (xf.xf_fc == 'm') ? XF_ENC_UTF8 in xo_do_format_field()