Searched refs:compatible_flags (Results 1 – 1 of 1) sorted by relevance
1224 int compatible_flags = FLAG_THOUSANDS; in check_format_conv_type() local1239 compatible_flags = FLAG_ALTERNATIVE; in check_format_conv_type()1254 if (flags & ~ compatible_flags) in check_format_conv_type()1257 (flags & ~ compatible_flags & FLAG_ALTERNATIVE ? '#' : '\''), ch); in check_format_conv_type()