/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | functions.sh | 118 function foo function 155 function foo function 184 function foo function 189 function foo function 206 function foo function 349 function foo function 774 function foo function 876 function foo function 904 function foo function 1022 function foo function [all …]
|
H A D | alias.sh | 34 alias foo='print hello' alias 41 alias foo='print hello ' alias 57 alias foo 2> /dev/null && err_exit "alias for non-existent alias foo returns true" alias 73 alias foo=echo alias
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/print/ |
H A D | tst.struct.d | 30 typedef struct foo { struct 41 } foo_t; argument
|
H A D | tst.bitfield.d | 30 typedef struct foo { struct 35 } foo_t; argument
|
H A D | tst.array.d | 32 typedef struct foo { struct 37 } foo_t; argument
|
/illumos-gate/usr/src/test/util-tests/tests/ctf/test-merge-forward/ |
H A D | test-impl.c | 16 struct foo { struct 17 struct foo *next; argument 24 mumble(struct foo *foo) in mumble()
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | sm_mtag2.c | 4 struct foo { struct 23 static struct foo one_struct = { argument
|
H A D | sm_mtag4.c | 4 struct foo { struct 21 static struct foo one_struct = { argument
|
H A D | sm_initializer.c | 7 struct foo { struct 14 struct foo foo = { in test() argument
|
H A D | sm_mtag7.c | 4 struct foo { struct 5 int (*func)(struct foo *); argument 10 int frob1(struct foo *p) in frob1() argument
|
H A D | sm_array_overflow5.c | 7 struct foo { struct 14 struct foo *p; in main() argument
|
H A D | sm_indirection2.c | 3 struct foo { struct 8 struct foo *foo; argument
|
H A D | sm_buf_size5.c | 3 struct foo { struct 10 struct foo foo; in function() local
|
H A D | sm_mtag1.c | 6 struct foo { struct 8 int (*func)(struct foo *p); argument
|
H A D | sm_buf_size8.c | 4 struct foo { struct 18 struct foo foo; member
|
H A D | sm_inline3.c | 5 struct foo { struct 9 void my_func(struct foo *p) in my_func() argument 19 struct foo foo; in test() local
|
H A D | sm_mtag5.c | 6 struct foo { struct 9 struct foo aaa = { argument
|
H A D | sm_mtag6.c | 16 struct foo { struct 19 struct foo aaa = { argument
|
H A D | sm_skb3.c | 8 struct foo { struct 14 struct foo *p; in frob() argument
|
H A D | sizeof-compound-postfix.c | 1 struct foo {int x, y;}; argument
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/struct/ |
H A D | tst.clauselocal.d | 29 struct foo { struct 35 this struct foo bar; argument
|
/illumos-gate/usr/src/test/os-tests/tests/saveargs/functional/ |
H A D | big-struct-ret.c | 19 struct foo { struct 25 struct foo argument
|
H A D | big-struct-ret-and-spill.c | 19 struct foo { struct 25 struct foo argument
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/offsetof/ |
H A D | err.D_OFFSETOF_BITFIELD.bitfield.d | 39 struct foo { struct 46 trace(offsetof(struct foo, b)); argument
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | err.D_UNKNOWN.dupstruct.d | 34 struct foo { struct 35 int x; 36 char x;
|