Home
last modified time | relevance | path

Searched refs:foo (Results 51 – 75 of 592) sorted by relevance

12345678910>>...24

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_null_deref.c3 struct foo { struct
7 struct foo *a; argument
8 struct foo *b;
9 struct foo *c;
10 struct foo *d;
14 struct foo *aa; in func()
H A Dsm_select.c1 struct foo { struct
5 struct foo *a; argument
6 struct foo *b;
8 struct foo *c;
9 struct foo *d;
10 struct foo *e;
H A Dsm_mtag7.c4 struct foo { struct
5 int (*func)(struct foo *); argument
10 int frob1(struct foo *p) in frob1() argument
15 int frob2(struct foo *p) in frob2()
23 struct foo aaa = {
28 struct foo bbb = {
H A Dsm_switch.c3 struct foo { struct
7 struct foo *a; argument
8 struct foo *b;
9 struct foo *c;
10 struct foo *d;
H A Dsm_implied6.c1 struct foo { struct
5 struct foo *a; argument
6 struct foo *b;
7 struct foo *c;
8 struct foo *d;
H A Dsm_switch2.c1 struct foo { struct
5 struct foo *a; argument
6 struct foo *b;
7 struct foo *c;
8 struct foo *d;
H A Dsm_mtag4.c4 struct foo { struct
21 static struct foo one_struct = { argument
26 static struct foo two_struct = {
31 struct foo *unknown(void);
32 struct foo *p;
H A Dsm_mtag2.c4 struct foo { struct
23 static struct foo one_struct = { argument
28 static struct foo two_struct = {
33 struct foo *unknown(void);
34 struct foo *p;
H A Dsm_buf_size8.c4 struct foo { struct
18 struct foo foo; member
28 struct foo *p; in test()
40 __smatch_buf_size(a->foo); in test()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh67 z.foo[three]=good
73 z.foo[two]=ok
86 unset x.foo
88 x.foo=good
96 [[ ${l+foo} != foo ]] || err_exit 'l should be unset'
238 function foo function
477 (.sh.foo=foobar)
484 do typeset foo$i=$i
525 function foo function
554 tmpf=$tmp/foo
[all …]
H A Dquoting.sh100 set -- ${x+foo bar bam}
104 set -- ${x+foo "bar bam"}
108 set -- ${x+foo 'bar bam'}
114 then err_exit '${x+foo $x bam} does not yield three arguments'
118 then err_exit '${x+foo "$x" bam} does not yield three arguments'
130 then err_exit '${x+foo "$x "bam} does not yield two arguments'
216 then err_exit '${foo+\\n\ } expansion error'
221 then err_exit '${foo+\\n\ $bar} expansion error with bar unset'
244 if [[ $(print -r $'foo\n\n\n') != foo ]]
262 if [[ $(print -r -- {\$foo}) != '{$foo}' ]]
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dbasic.dat191 E ((foo)|(bar))!bas foo!bar!bas (4,11)(4,7)(?,?)(4,7)
192 E ((foo)|(bar))!bas foo!bas (0,7)(0,3)(0,3)
193 E ((foo)|bar)!bas bar!bas (0,7)(0,3)
194 E ((foo)|bar)!bas foo!bar!bas (4,11)(4,7)
195 E ((foo)|bar)!bas foo!bas (0,7)(0,3)(0,3)
196 E (foo|(bar))!bas bar!bas (0,7)(0,3)(0,3)
197 E (foo|(bar))!bas foo!bar!bas (4,11)(4,7)(4,7)
198 E (foo|(bar))!bas foo!bas (0,7)(0,3)
199 E (foo|bar)!bas bar!bas (0,7)(0,3)
200 E (foo|bar)!bas foo!bar!bas (4,11)(4,7)
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/tls/i386/ld/
H A Dhalf-ldm.s21 .type foo, @object
22 .size foo,4
23 .local foo
24 foo: label
39 leal foo@TLSLDM(%ebx), %eax
41 leal foo@DTPOFF(%eax), %edx
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Darrayparm.awk8 foo[1]=1;
9 foo[2]=2;
10 bug1(foo);
13 for (i in foo) {
15 delete foo[i];
/illumos-gate/usr/src/lib/libmtmalloc/tests/
H A Dwideload.c40 char * foo; in main() local
44 foo = malloc(0); /* prime the pump */ in main()
46 foo = (char *)sbrk(0); in main()
47 printf ("Before big malloc brk is %p request %d\n", foo, request); in main()
48 foo = malloc(request + 100); in main()
H A Dfailwide.c41 char * foo; in main() local
45 foo = malloc(request/2); /* prime the pump */ in main()
47 foo = (char *)sbrk(0); in main()
48 printf ("Before big malloc brk is %p request %d\n", foo, request); in main()
49 foo = malloc(request + request/2); in main()
H A Ddirtymem.c48 struct a_struct *foo, *leak; in main() local
52 foo = (struct a_struct *)malloc(sizeof (struct_o_death)); in main()
54 free(foo); in main()
55 foo->a = 4; in main()
67 foo = malloc(sizeof (struct_o_death)); in main()
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/files/
H A Dtest.o.01 foo bar foo bar foo bar
2 baz foo Foo
5 foo
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.zero.d38 @foo[123] = sum(123);
41 @foo[789] = sum(789);
44 printa("%10d %@10d %@10d\n", @foo, @bar);
45 printa("%10d %@10d %@10d %@10d\n", @foo, @bar, @bop);
46 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
H A Dtst.zero2.d37 @foo[123] = sum(123);
40 @foo[789] = sum(789);
43 printa("%10d %@10d %@10d\n", @foo, @bar);
44 printa("%10d %@10d %@10d %@10d\n", @foo, @bar, @bop);
45 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-string.c25 char foo[4]; variable
39 foo[3] = 1;
40 n = sm_snprintf(foo, sizeof(foo), "foobar%dbaz", 42);
43 SM_TEST(strcmp(foo, r) == 0);
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ie/
H A Dstyle2-with-badness.s28 leaq foo@GOTTPOFF(%rip), %rsi
38 .globl foo
44 .type foo, @object
45 .size foo, 8
46 foo: label
H A Dstyle2.s28 movq foo@GOTTPOFF(%rip), %rsi
38 .globl foo
44 .type foo, @object
45 .size foo, 8
46 foo: label
/illumos-gate/usr/src/test/elf-tests/tests/relocs/amd64/gotpcrelx/
H A Dgotpcrel.s2 .globl foo
9 .type foo, @object
10 .size foo, 8
11 foo: label
28 movl foo@GOTPCREL(%rip), %eax
H A Drex_gotpcrel.s2 .globl foo
9 .type foo, @object
10 .size foo, 8
11 foo: label
23 movq foo@GOTPCREL(%rip), %rax

12345678910>>...24