Home
last modified time | relevance | path

Searched +defs:foo +defs:c (Results 1 – 25 of 57) sorted by relevance

123

/illumos-gate/usr/src/test/os-tests/tests/saveargs/functional/
H A Dbig-struct-ret.c19 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 Dbig-struct-ret-and-spill.c19 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 Dsmall-struct-ret.c19 struct foo { struct
24 struct foo argument
25 test(long a, long b, long c, long d) in test()
H A Dsmall-struct-ret-and-spill.c19 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 Dtst.bitfield.d30 typedef struct foo { struct
33 int c:1; member
35 } foo_t; argument
H A Dtst.struct.d30 typedef struct foo { struct
36 } c; member
41 } foo_t; argument
H A Dtst.array.d32 typedef struct foo { struct
35 bar_t c[2]; member
37 } foo_t; argument
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_initializer.c4 int a, b, c; member
7 struct foo { struct
14 struct foo foo = { in test() local
H A Dsm_mtag2.c4 struct foo { struct
5 int a, b, c; member
23 static struct foo one_struct = { argument
H A Dsm_mtag4.c4 struct foo { struct
5 int a, b, c; member
21 static struct foo one_struct = { argument
H A Dsm_mtag5.c6 struct foo { struct
7 int a, b, c; member
9 struct foo aaa = { argument
H A Dsm_mtag7.c4 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 Dsm_indirection2.c3 struct foo { struct
4 int a, b, c; member
8 struct foo *foo; argument
H A Dsm_mtag1.c6 struct foo { struct
7 int a, b, c; member
8 int (*func)(struct foo *p); argument
H A Dsm_mtag6.c16 struct foo { struct
17 int a, b, c; member
19 struct foo aaa = { argument
H A Dsm_skb3.c8 struct foo { struct
9 int a, b, c; member
14 struct foo *p; in frob() argument
H A Dsm_skb2.c8 struct foo { struct
9 int a, b, c; member
24 struct foo *p; in frob() argument
H A Dsm_switch2.c1 struct foo { struct
5 struct foo *a; argument
7 struct foo *c; variable
H A Dsm_select.c1 struct foo { struct
5 struct foo *a; argument
8 struct foo *c; variable
H A Dsm_switch.c3 struct foo { struct
7 struct foo *a; argument
9 struct foo *c; variable
H A Dsm_null_deref.c3 struct foo { struct
7 struct foo *a; argument
9 struct foo *c; variable
H A Dsm_implied6.c1 struct foo { struct
5 struct foo *a; argument
7 struct foo *c; variable
H A Dsm_precedence.c1 struct foo { struct
6 int a,b,c,d, x, y; variable
7 struct foo *z; argument
H A Dsm_skb.c4 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 Dsimple-src.c36 struct foo { struct
40 SET_DECLARE(foo, struct foo); argument
44 struct foo c = { "baz" }; variable
53 struct foo **c; in main() local

123