Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/xlint/lint1/
H A Dcksnprintb.c167 bool has_bit = !new_style in check_conversion() local
169 if (has_bit && new_style && !quoted_next(fmt, it)) { in check_conversion()
206 if (!has_bit && !has_cmp && !has_default) { in check_conversion()
220 if (has_bit) in check_conversion()
224 if (has_bit && bit.octal_digits == 0 && bit.hex_digits == 0) in check_conversion()
232 if (has_bit && (new_style ? bit.value > 63 : bit.value - 1 > 31)) in check_conversion()
252 if (has_bit) in check_conversion()