Home
last modified time | relevance | path

Searched defs:foo (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dfunctions.sh118 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 Dalias.sh34 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 Dtst.struct.d30 typedef struct foo { struct
41 } foo_t; argument
H A Dtst.bitfield.d30 typedef struct foo { struct
35 } foo_t; argument
H A Dtst.array.d32 typedef struct foo { struct
37 } foo_t; argument
/illumos-gate/usr/src/test/util-tests/tests/ctf/test-merge-forward/
H A Dtest-impl.c16 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 Dsm_mtag2.c4 struct foo { struct
23 static struct foo one_struct = { argument
H A Dsm_mtag4.c4 struct foo { struct
21 static struct foo one_struct = { argument
H A Dsm_initializer.c7 struct foo { struct
14 struct foo foo = { in test() local
H A Dsm_mtag7.c4 struct foo { struct
5 int (*func)(struct foo *); argument
10 int frob1(struct foo *p) in frob1() argument
H A Dsm_array_overflow5.c7 struct foo { struct
14 struct foo *p; in main() argument
H A Dsm_indirection2.c3 struct foo { struct
8 struct foo *foo; argument
H A Dsm_buf_size5.c3 struct foo { struct
10 struct foo foo; in function() local
H A Dsm_mtag1.c6 struct foo { struct
8 int (*func)(struct foo *p); argument
H A Dsm_buf_size8.c4 struct foo { struct
18 struct foo foo; argument
H A Dsm_inline3.c5 struct foo { struct
9 void my_func(struct foo *p) in my_func() argument
19 struct foo foo; in test() local
H A Dsm_mtag5.c6 struct foo { struct
9 struct foo aaa = { argument
H A Dsm_mtag6.c16 struct foo { struct
19 struct foo aaa = { argument
H A Dsm_skb3.c8 struct foo { struct
14 struct foo *p; in frob() argument
H A Dsizeof-compound-postfix.c1 struct foo {int x, y;}; struct
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/struct/
H A Dtst.clauselocal.d29 struct foo { struct
35 this struct foo bar; argument
/illumos-gate/usr/src/lib/libsaveargs/tests/functional/
H A Dbig-struct-ret.c19 struct foo { struct
25 struct foo argument
H A Dbig-struct-ret-and-spill.c19 struct foo { struct
25 struct foo argument
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/offsetof/
H A Derr.D_OFFSETOF_BITFIELD.bitfield.d39 struct foo { struct
46 trace(offsetof(struct foo, b)); argument
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Derr.D_UNKNOWN.dupstruct.d34 struct foo { struct
35 int x;
36 char x;

12345678910>>...15