Home
last modified time | relevance | path

Searched defs:foo (Results 26 – 50 of 353) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_implied11.c3 struct foo { struct
9 struct foo *foo; argument
H A Dsm_implied12.c3 struct foo { struct
9 struct foo *foo; argument
H A Dsm_skb2.c8 struct foo { struct
24 struct foo *p; in frob() argument
H A Dsm_struct_assign1.c7 struct foo { struct
13 struct foo src = {1, 41}; in test() argument
H A Dinline_compound_literals.c1 struct foo { struct
7 (struct foo) { .x = 0 }; in baz() argument
15 static void foo(void) in foo() function
H A Dsm_rosenberg.c17 struct foo { struct
23 struct foo *p; argument
H A Dstruct-attribute-placement.c1 struct __attribute__((__aligned__(16))) foo { struct
2 int a;
H A Dmember_of_typeof.c1 static struct foo {int x;} v; argument
H A Dsm_switch.c3 struct foo { struct
7 struct foo *a; argument
H A Dsm_switch2.c1 struct foo { struct
5 struct foo *a; argument
H A Dsm_select.c1 struct foo { struct
5 struct foo *a; argument
H A Dstruct-ns1.c11 struct Foo { int foo; }; // Local definition. in f() member
12 struct Foo foo; // variable declaration. in f() local
H A Dsm_user_data1.c11 void copy_stuff(struct my_struct *foo) in copy_stuff()
18 struct my_struct foo; in test() local
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.func163 function foo() { function
168 BEGIN { foo(); exit } function
209 function foo() { i = 0 } function
210 BEGIN { x = foo(); printf "<%s> %d\n", x, x }' > $TEMP2 function
H A DT.errmsg49 function foo() { nextfile } function
207 calling undefined function foo function
208 BEGIN { foo() } function
/illumos-gate/usr/src/lib/libsaveargs/tests/functional/
H A Dsmall-struct-ret.c19 struct foo { struct
24 struct foo argument
H A Dsmall-struct-ret-and-spill.c19 struct foo { struct
24 struct foo argument
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c94 authnone_verf(AUTH *foo) in authnone_verf()
100 authnone_validate(AUTH *foo, struct opaque_auth *bar) in authnone_validate()
107 authnone_refresh(AUTH *foo, struct rpc_msg *bar, cred_t *cr) in authnone_refresh()
114 authnone_destroy(AUTH *foo) in authnone_destroy()
/illumos-gate/usr/src/test/util-tests/tests/awk/bugs-fixed/
H A Dfs-overflow.awk1 function foo() { function
10 FS = foo(); function
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Ddelarprm.awk38 function foo(p,x) { function
45 foo() function
H A Dfunsemnl.awk2 function foo() { print "foo" } ; function
3 BEGIN { foo() } function
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dfunsmnam.awk1 function foo( \ function
6 { foo() } function
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/inline/
H A Derr.D_DECL_IDRED.redef1.d39 inline int foo = timestamp; variable
40 inline int foo = 8; variable
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dunion.c1 union foo { union
7 static union foo foo; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dattributes.sh136 function foo function
284 function foo function

12345678910>>...15