Home
last modified time | relevance | path

Searched refs:three_char (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dstrct-pack-4.c21 three_char_t three_char; in main() local
23 three_char.a = my_set_a (); in main()
24 three_char.b = my_set_b (); in main()
25 if (three_char.a != 0xab || three_char.b != 0x1234) in main()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dcall-rt-st.c357 struct three_char_t *three_char, in init_three_chars() argument
363 struct three_char_t *three_char; in init_three_chars()
370 three_char->ch1 = init_val1;
371 three_char->ch2 = init_val2;
372 three_char->ch3 = init_val3;
586 struct three_char_t three_char; in print_three_chars()
591 printf("%c\t%c\t%c\n", three_char.ch1, three_char.ch2, three_char.ch3);
592 return three_char;
710 struct three_char_t *three_char; in main() local
756 init_three_chars(three_char, 'x', 'y', 'z'); in main()
[all …]
H A Dcall-ar-st.c494 struct three_char_t *three_char; in init_three_chars()
501 three_char->ch1 = init_val1;
502 three_char->ch2 = init_val2;
503 three_char->ch3 = init_val3;
769 void print_three_chars ( three_char ) in print_three_chars()
770 struct three_char_t three_char; in print_three_chars()
775 printf("%c\t%c\t%c\n", three_char.ch1, three_char.ch2, three_char.ch3);
889 struct three_char_t three_char, in print_small_structs() argument
907 struct three_char_t three_char;
920 print_three_chars(three_char);
[all …]