/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | msg_035.c | 33 struct example { struct 34 signed signed_flag: 1; 35 unsigned unsigned_flag: 1; 36 _Bool boolean_flag: 1; 37 char char_flag: 1; 38 signed char signed_char_flag: 1; 39 unsigned char unsigned_char_flag: 1; 40 short short_flag: 1; 41 unsigned short unsigned_short_flag: 1; 42 int int_flag: 1; [all …]
|
H A D | gcc_bit_field_types.c | 20 struct example { struct 21 int int_flag: 1; 22 unsigned int unsigned_int_flag: 1; 23 long long_flag: 1; 24 unsigned long unsigned_long_flag: 1; 25 long long long_long_flag: 1; 26 unsigned long long unsigned_long_long_flag: 1; 28 double double_flag: 1;
|
H A D | msg_034.c | 19 struct example { struct 21 unsigned short ushort: 1; 24 int plain_int: 1; 26 signed int signed_int: 1; 27 unsigned int portable: 1;
|
H A D | msg_344.c | 18 struct example { struct 20 int plain_int: 1; 22 signed int signed_int: 1; 23 unsigned int unsigned_int: 1;
|
H A D | msg_037.c | 6 struct example { struct 8 unsigned int zero: 0; 9 unsigned int ok: 3;
|
H A D | msg_036.c | 6 struct example { struct 8 unsigned int too_large: 100000; 11 unsigned int ok: 3;
|
H A D | msg_221.c | 8 struct example { struct 11 } example_var = { argument
|
H A D | msg_180.c | 8 struct example { struct 11 } example_var = { argument
|
/netbsd-src/tests/usr.bin/indent/ |
H A D | opt_fcb.c | 76 example(void) in example() function 87 example(void) in example() function 102 example(void) in example() function 115 example(void) in example() function 130 example(void) in example() function
|
H A D | psym_if_expr_stmt_else.c | 14 example(_Bool cond) in example() function 25 example(_Bool cond) in example() function 44 example(_Bool cond) in example() function 68 example(_Bool cond) in example() function
|
H A D | opt_lp.c | 17 example(void) in example() function 35 example(void) in example() function 53 example(void) in example() function 71 example(void) in example() function
|
H A D | opt_ce.c | 16 example(int n) in example() function 34 example(int n) in example() function 53 example(int n) in example() function 67 example(int n) in example() function
|
H A D | opt_v.c | 17 example(void) in example() function 34 example(void) in example() function 47 example(void) in example() function 56 example(void) in example() function
|
H A D | opt_fbs.c | 16 void example(int n) {} in example() function 21 example(int n) in example() function 28 example(int n) { in example() function
|
H A D | opt_ei.c | 15 example(int n) in example() function 33 example(int n) in example() function 51 example(int n) in example() function
|
H A D | opt_d.c | 10 example(void) in example() function 29 example(void) in example() function
|
H A D | opt_i.c | 10 example(void) in example() function 18 example(void) in example() function
|
H A D | opt_cdb.c | 101 example(void) in example() function 127 example(void) in example() function 151 example(void) in example() function
|
H A D | psym_else.c | 21 example(bool cond) in example() function 37 example(bool cond) in example() function
|
H A D | opt_ta.c | 11 example(void *arg) in example() function 21 example(void *arg) in example() function
|
H A D | opt_bs.c | 14 example(int i) in example() function 31 example(int i) in example() function 48 example(int i) in example() function
|
H A D | opt_lpl.c | 20 example(void) in example() function 44 example(void) in example() function
|
H A D | fmt_init.c | 14 example(void) in example() function 31 example(void) in example() function
|
H A D | opt_pcs.c | 15 example(void) in example() function 25 example(void) in example() function 35 example(void) in example() function
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | test-map.c | 48 struct example { struct 55 static struct example cases[] = { argument
|