Searched defs:foo (Results 1 - 25 of 61) sorted by relevance

123

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.noprobes.ksh39 foo() function
H A Dtst.eliminate.ksh60 foo(void)
68 foo(); function
H A Dtst.static.ksh43 foo(void)
54 foo(); function
H A Dtst.static2.ksh47 foo(void)
58 foo(); function
H A Dtst.dlclose3.ksh110 foo(void)
127 foo(); function
141 pid\$target:a.out:foo:entry
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dlintsup.c34 foo(void) function
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dlintsup.c36 foo() function
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dlintsup.c36 foo() function
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlintsup.c39 foo() function
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dlintsup.c36 foo() function
/illumos-gate/usr/src/cmd/sgs/moe/common/
H A Dlintsup.c36 foo() function
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dlintsup.c38 foo() function
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.utf8probefunc.ksh21 cat > foo.c <<EOF
25 foo() function
27 printf("in foo\n");
33 foo(); function
37 if ! gcc -m32 -S -o foo.orig.s foo.c ; then
38 print -u 2 "failed to compile foo in $DIR"
45 cat foo.orig.s | sed 's/foo/foø/g' > foo
[all...]
H A Dtst.utf8probemod.ksh21 cat > foo.c <<EOF
24 extern void foo();
29 foo(); function
37 foo() function
39 printf("called foo\n");
49 if ! gcc -m32 -o foo foo.c -lføo -L. ; then
50 print -u 2 "failed to compile foo in $DIR"
57 -qc ./foo ; then
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dlintsup.c62 foo() function
/illumos-gate/usr/src/cmd/sgs/test/ld/x64/tls/ie/orig/
H A Dstyle2.c18 __thread char *foo __attribute__((tls_model("initial-exec"))) = "foo"; variable
23 printf("foo: %p\n", &foo);
/illumos-gate/usr/src/cmd/sgs/test/ld/x64/tls/ie/
H A Dstyle2-with-badness.s18 .string "foo: %p\n"
28 leaq foo@GOTTPOFF(%rip), %rsi
38 .globl foo
41 .string "foo"
44 .type foo, @object
45 .size foo, 8
46 foo: label
H A Dstyle2-with-r12.s18 .string "foo: %p\n"
28 movq foo@GOTTPOFF(%rip), %r12
39 .globl foo
42 .string "foo"
45 .type foo, @object
46 .size foo, 8
47 foo: label
H A Dstyle2-with-r13.s18 .string "foo: %p\n"
28 movq foo@GOTTPOFF(%rip), %r13
39 .globl foo
42 .string "foo"
45 .type foo, @object
46 .size foo, 8
47 foo: label
H A Dstyle2.s18 .string "foo: %p\n"
28 movq foo@GOTTPOFF(%rip), %rsi
38 .globl foo
41 .string "foo"
44 .type foo, @object
45 .size foo, 8
46 foo: label
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dattributes.sh90 x=$(foo=abc $SHELL <<!
91 foo=bar
92 $SHELL -c 'print \$foo'
104 readonly $a=foo
105 if [[ $b != foo ]]
135 unset -f foo
136 function foo function
143 foo 1
147 foo
153 unset foo
282 function foo function
[all...]
H A Dreturn.sh38 foo=NOVAL bar=NOVAL
40 function foo function
42 typeset foo=NOEXIT
43 trap "foo=EXIT;rm -f $file" EXIT
66 [[ $foo = EXIT ]] || err_exit "foo "$@" : exit trap not set"
69 err_exit "foo $@: doesn't remove $file"
71 foo=NOVAL bar=NOVAL
89 foo 0 0 || err_exit "foo
[all...]
H A Dsignal.sh287 foo() { return 0; } function
288 trap foo EXIT
H A Dsubshell.sh37 z.foo=( [one]=hello [two]=(x=3 y=4) [three]=hi)
50 typeset -A foo=(
66 z.foo[three]=good
67 [[ ${z.foo[three]} == good ]] || err_exit 'associative array assignment in subshell not working'
73 z.foo[two]=ok
74 [[ ${z.foo[two]} == ok ]] || err_exit 'associative array assignment to compound variable in subshell not working'
81 foo=( qqq=abc rrr=def)
86 unset x.foo
87 [[ ${x.foo.qqq} ]] && err_exit 'x.foo
237 function foo function
[all...]
/illumos-gate/usr/src/lib/libmtmalloc/tests/
H A Ddblfree.c41 char *foo; local
43 foo = malloc(10);
44 free(foo);
50 free(foo);
52 foo = malloc(10);
53 free(foo);
60 free(foo);

Completed in 109 milliseconds

123