Home | Sort by: relevance | last modified time | path |
/src/tests/usr.bin/xlint/lint1/ | |
msg_001.c | 11 int new_style = 1; variable in typeref:typename:int |
msg_367.c | 60 new_style(uint64_t u64) function in typeref:typename:void |
/src/common/lib/libutil/ | |
snprintb.c | 153 new_style(state *s) function in typeref:typename:int 307 if ((old ? old_style(&s) : new_style(&s)) < 0) { |
/src/usr.bin/xlint/lint1/ | |
cksnprintb.c | 47 bool new_style; member in struct:__anon8d91d2610108 108 unsigned lsb = (unsigned)(ck->new_style ? dir_lsb : dir_lsb - 1); 119 ck->new_style ? i : i + 1); 142 uint64_t end_marker = ck->new_style ? 0 : 32; 160 bool new_style = ck->new_style; local in function:check_conversion 168 bool has_bit = !new_style 170 if (has_bit && new_style && !quoted_next(fmt, it)) { 178 bool has_width = new_style 187 bool has_cmp = new_style [all...] |