HomeSort by: relevance | last modified time | path
    Searched defs:has_bit (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint1/
cksnprintb.c 168 bool has_bit = !new_style local in function:check_conversion
170 if (has_bit && new_style && !quoted_next(fmt, it)) {
207 if (!has_bit && !has_cmp && !has_default) {
221 if (has_bit)
229 if (has_bit)
233 if (has_bit && bit.octal_digits == 0 && bit.hex_digits == 0)
241 if (has_bit && (new_style ? bit.value > 63 : bit.value - 1 > 31))
261 if (has_bit)
cksnprintb.c 168 bool has_bit = !new_style local in function:check_conversion
170 if (has_bit && new_style && !quoted_next(fmt, it)) {
207 if (!has_bit && !has_cmp && !has_default) {
221 if (has_bit)
229 if (has_bit)
233 if (has_bit && bit.octal_digits == 0 && bit.hex_digits == 0)
241 if (has_bit && (new_style ? bit.value > 63 : bit.value - 1 > 31))
261 if (has_bit)

Completed in 21 milliseconds