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

  /src/usr.bin/xlint/lint1/
cksnprintb.c 178 bool has_width = new_style local in function:check_conversion
180 if (has_width && !quoted_next(fmt, it)) {
231 if (has_width)
237 if (has_width && width.octal_digits == 0 && width.hex_digits == 0)
247 if (has_width && width.value > 64)
252 if (has_width && bit.value + width.value > 64)
262 check_bit(ck, bit.value, has_width ? width.value : 1,
271 if (has_width)
cksnprintb.c 178 bool has_width = new_style local in function:check_conversion
180 if (has_width && !quoted_next(fmt, it)) {
231 if (has_width)
237 if (has_width && width.octal_digits == 0 && width.hex_digits == 0)
247 if (has_width && width.value > 64)
252 if (has_width && bit.value + width.value > 64)
262 check_bit(ck, bit.value, has_width ? width.value : 1,
271 if (has_width)

Completed in 23 milliseconds