Searched refs:xf_fc (Results 1 – 1 of 1) sorted by relevance
343 unsigned char xf_fc; /* Format character */ member2918 if (xfp->xf_fc == 'm') { in xo_format_string()3449 xf.xf_fc = *cp; in xo_do_format_field()3476 if (xf.xf_fc == 'D' || xf.xf_fc == 'O' || xf.xf_fc == 'U') in xo_do_format_field()3496 && (xf.xf_fc == 's' || xf.xf_fc == 'S' in xo_do_format_field()3497 || xf.xf_fc == 'm')) { in xo_do_format_field()3568 if (xf.xf_fc == 's' ||xf.xf_fc == 'S') { in xo_do_format_field()3577 } else if (xf.xf_fc == 'm') { in xo_do_format_field()3621 else if (xf.xf_fc == 'C' || (xf.xf_fc == 'c' && xf.xf_lflag)) in xo_do_format_field()3624 else if (xf.xf_fc == 'c') in xo_do_format_field()[all …]