| /illumos-gate/usr/src/test/os-tests/tests/saveargs/functional/ |
| H A D | big-struct-ret.c | 19 struct foo { struct 22 long c; member 25 struct foo argument 26 test(long a, long b, long c, long d) in test()
|
| H A D | big-struct-ret-and-spill.c | 19 struct foo { struct 22 long c; member 25 struct foo argument 26 test(long a, long b, long c, long d, long e, long f, long g, long h) in test()
|
| H A D | small-struct-ret.c | 19 struct foo { struct 24 struct foo argument 25 test(long a, long b, long c, long d) in test()
|
| H A D | small-struct-ret-and-spill.c | 19 struct foo { struct 24 struct foo argument 25 test(long a, long b, long c, long d, long e, long f, long g, long h) in test()
|
| /illumos-gate/usr/src/cmd/dtrace/test/tst/common/print/ |
| H A D | tst.bitfield.d | 30 typedef struct foo { struct 33 int c:1; member 35 } foo_t; argument
|
| H A D | tst.struct.d | 30 typedef struct foo { struct 36 } c; member 41 } foo_t; argument
|
| H A D | tst.array.d | 32 typedef struct foo { struct 35 bar_t c[2]; member 37 } foo_t; argument
|
| /illumos-gate/usr/src/tools/smatch/src/validation/ |
| H A D | sm_initializer.c | 4 int a, b, c; member 7 struct foo { struct 14 struct foo foo = { in test() local
|
| H A D | sm_mtag2.c | 4 struct foo { struct 5 int a, b, c; member 23 static struct foo one_struct = { argument
|
| H A D | sm_mtag4.c | 4 struct foo { struct 5 int a, b, c; member 21 static struct foo one_struct = { argument
|
| H A D | sm_mtag5.c | 6 struct foo { struct 7 int a, b, c; member 9 struct foo aaa = { argument
|
| H A D | sm_mtag7.c | 4 struct foo { struct 5 int (*func)(struct foo *); argument 6 int a, b, c; member 10 int frob1(struct foo *p) in frob1() argument
|
| H A D | sm_indirection2.c | 3 struct foo { struct 4 int a, b, c; member 8 struct foo *foo; argument
|
| H A D | sm_mtag1.c | 6 struct foo { struct 7 int a, b, c; member 8 int (*func)(struct foo *p); argument
|
| H A D | sm_mtag6.c | 16 struct foo { struct 17 int a, b, c; member 19 struct foo aaa = { argument
|
| H A D | sm_skb3.c | 8 struct foo { struct 9 int a, b, c; member 14 struct foo *p; in frob() argument
|
| H A D | sm_skb2.c | 8 struct foo { struct 9 int a, b, c; member 24 struct foo *p; in frob() argument
|
| H A D | sm_switch2.c | 1 struct foo { struct 5 struct foo *a; argument 7 struct foo *c; variable
|
| H A D | sm_select.c | 1 struct foo { struct 5 struct foo *a; argument 8 struct foo *c; variable
|
| H A D | sm_switch.c | 3 struct foo { struct 7 struct foo *a; argument 9 struct foo *c; variable
|
| H A D | sm_null_deref.c | 3 struct foo { struct 7 struct foo *a; argument 9 struct foo *c; variable
|
| H A D | sm_implied6.c | 1 struct foo { struct 5 struct foo *a; argument 7 struct foo *c; variable
|
| H A D | sm_precedence.c | 1 struct foo { struct 6 int a,b,c,d, x, y; variable 7 struct foo *z; argument
|
| H A D | sm_skb.c | 4 struct foo { struct 15 struct foo *c; member 19 struct foo *c; member
|
| /illumos-gate/usr/src/test/elf-tests/tests/linker-sets/ |
| H A D | simple-src.c | 36 struct foo { struct 40 SET_DECLARE(foo, struct foo); argument 44 struct foo c = { "baz" }; variable 53 struct foo **c; in main() local
|