Home
last modified time | relevance | path

Searched refs:foo (Results 126 – 150 of 592) sorted by relevance

12345678910>>...24

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsizeof-compound-postfix.c1 struct foo {int x, y;}; struct
4 return sizeof (struct foo){0,1}.y; in a()
H A Dattr_aligned.c1 void *foo(void) __attribute__((__assume_aligned__(4096)));
2 void *foo(void) __attribute__((assume_aligned(4096)));
H A Dlabel-expr.c1 int foo(void);
2 int foo(void) in foo() function
H A Dbug-bad-type.c6 void foo(void) in foo() function
8 (struct s) { .i = (foo - a), }; in foo()
H A Dkill-computedgoto.c1 void foo(int a);
2 void foo(int a) in foo() function
H A Dkill-select.c1 void foo(int x);
2 void foo(int x) in foo() function
H A Dold-style-definition0.c1 extern int foo(int a, void *b);
3 int foo(a, b) in foo() function
H A Dold-style-definition1.c1 extern int foo(int a, void *b);
3 int foo(a, b) in foo() function
H A Dbadtype5.c3 int foo(int *addr);
4 int foo(int *addr) in foo() function
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ie/orig/
H A Dstyle1-func.c18 extern __thread char *foo, *bar;
23 printf("foo: %p bar: %p\n", &foo, &bar); in func()
H A Dstyle2.c18 __thread char *foo __attribute__((tls_model("initial-exec"))) = "foo"; variable
23 printf("foo: %p\n", &foo); in main()
H A Dstyle1-main.c20 __thread char *foo = "foo"; variable
26 printf("foo: %p bar: %p\n", &foo, &bar); in main()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Darrayprm2.awk61 foo(bar)
64 function foo(baz) function
H A Ddelarprm.awk38 function foo(p,x) { function
45 foo() function
H A Darrayprm3.awk47 BEGIN { foo(a) }
48 function foo(a) { bar(a); print "" in a } function
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Derr.D_PRAGMA_INVAL.d36 inline int foo
38 #pragma D attributes incorrect_attr foo
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dlabel-as-value.c1 void *foo(void *def);
2 void *foo(void *def) in foo() function
H A Dloop.c4 extern int foo (int);
6 int foo (int x) in foo() function
/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/test/util-tests/tests/awk/syn/
H A Dparamdup.awk1 BEGIN { foo(0, 1, 2) }
3 function foo(a, b, c, b, a) function
H A Darryref4.awk2 foo(a)
7 function foo(b) function
H A Darryref5.awk2 foo(a)
7 function foo(b) function
/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/cmd/dtrace/test/tst/common/usdt/
H A Dtst.static.ksh.out3 test:foo:probe1
4 test:foo:probe2
H A Dtst.static2.ksh.out3 test:foo:probe1
4 test:foo:probe2

12345678910>>...24