Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint1/
Dcksnprintb.c47 bool new_style; member
107 unsigned lsb = (unsigned)(ck->new_style ? dir_lsb : dir_lsb - 1); in check_bit()
118 ck->new_style ? i : i + 1); in check_bit()
141 uint64_t end_marker = ck->new_style ? 0 : 32; in parse_description()
159 bool new_style = ck->new_style; in check_conversion() local
167 bool has_bit = !new_style in check_conversion()
169 if (has_bit && new_style && !quoted_next(fmt, it)) { in check_conversion()
177 bool has_width = new_style in check_conversion()
186 bool has_cmp = new_style in check_conversion()
195 bool has_default = new_style && dir.value == '*'; in check_conversion()
[all …]
/netbsd/src/tests/usr.bin/xlint/lint1/
Dmsg_001.c11 int new_style = 1; variable
Dmsg_367.c60 new_style(uint64_t u64) in new_style() function
/netbsd/src/common/lib/libutil/
Dsnprintb.c153 new_style(state *s) in new_style() function
307 if ((old ? old_style(&s) : new_style(&s)) < 0) { in snprintb_m()