Searched refs:foo (Results 76 - 100 of 135) sorted by relevance

123456

/illumos-gate/usr/src/lib/libmtmalloc/tests/
H A Dgeneral.c63 be_thread(void * foo) argument
/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.enabled2.ksh61 foo(void)
69 int a = foo();
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/test/ld/x64/tls/ie/
H A Dstyle1-func-with-r12.s18 .string "foo: %p bar: %p\n"
31 addq foo@GOTTPOFF(%rip), %r12
H A Dstyle1-func-with-r13.s17 .string "foo: %p bar: %p\n"
30 addq foo@GOTTPOFF(%rip), %r13
H A Dstyle1-func.s18 .string "foo: %p bar: %p\n"
31 addq foo@GOTTPOFF(%rip), %rsi
/illumos-gate/usr/src/test/zfs-tests/tests/functional/xattr/
H A Dxattr_010_neg.ksh57 log_mustnot runat $TESTDIR/myfile.$$ mkdir foo
H A Dxattr_005_pos.ksh68 create_xattr $TESTDIR/clone/myfile.$$ foo /etc/passwd
69 delete_xattr $TESTDIR/clone/myfile.$$ foo
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dtypes.sh62 function foo function
69 foo r.y y
72 foo y r.y
90 typeset -A arr=([foo]=one [bar]=2)
91 typeset -A brr=([foo]=one [bar]=2)
108 typeset -m brr[foo]=brr[bar]
109 [[ ${brr[foo]} == 2 ]] || err_exit 'move an associative array element fails'
125 typeset x=foo y=bar
133 [[ ${x.x} == foo ]] || err_exit 'x.x should be foo'
[all...]
H A Dbuiltins.sh36 : ${foo=bar} || err_exit ": failed"
37 [[ $foo = bar ]] || err_exit ": side effects failed"
42 getopts :x: foo || err_exit "getopts :x: returns false"
43 [[ $foo = x && $OPTARG = foobar ]] || err_exit "getopts :x: failed"
73 false ${foo=bar} && err_exit "false failed"
143 if [[ $( for i in foo bar
147 ) != $'foo\nbar' ]]
157 do if [[ $( for i in foo
161 ) != foo ]]
171 if [[ $(abc: for i in foo ba
[all...]
H A Dsun_solaris_compoundvario.sh124 foo="hello"
127 foo="bar"
189 foo="hello"
192 foo="bar"
229 [[ "${y1.myarray3[b].foo}" == "bar" ]] || err_exit "y1.myarray3[b].foo != bar"
230 [[ "${y2.myarray3[b].foo}" == "bar" ]] || err_exit "y2.myarray3[b].foo != bar"
264 foo="hello"
267 foo
[all...]
H A Darith.sh319 if [[ $(print x$((10))=foo) != x10=foo ]]
320 then err_exit 'parsing error with x$((10))=foo'
322 $SHELL -c 'typeset x$((10))=foo' 2> /dev/null || err_exit 'typeset x$((10)) parse error'
385 (( obj.foo = 1 ))
387 (( obj.baz = obj.foo + obj.bar )) # ok
391 (( obj.faz = faz = obj.foo + obj.bar )) # ok
411 echo $(( obj.baz = obj.foo + obj.bar )) # coredump
414 echo $(( obj.foo + obj.bar )) # coredump
420 [[ $($tmp/script 1) != '( bar=2 baz=3 foo
[all...]
H A Dsun_solaris_command_substitution.sh147 foo=<CS>myfunc<CE>
150 if [ "\$foo"X != "HiX" ]; then
151 echo "myfunc returned '\${foo}'; expected 'Hi'"
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/print/
H A Dtst.struct.d30 typedef struct foo {
H A Dtst.array.d32 typedef struct foo {
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dlintsup.c39 foo() function
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Dlintsup.c36 foo() function
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh111 @foo[probemod, probefunc, probename] = count();
116 printa("%s:%s:%s %@u\n",@foo);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_004_neg.ksh77 log_must touch /$TESTPOOL/foo
85 log_must touch /$TESTDIR/foo
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_ctl.c286 nvlist_t *foo; local
305 VERIFY(nvlist_alloc(&foo, NV_UNIQUE_NAME, KM_SLEEP) == 0);
306 type->ct_type_ops->contop_status(ct, VTOZONE(vp), detail, foo,
308 VERIFY(nvlist_pack(foo, &bufp, &len, NV_ENCODE_NATIVE,
310 nvlist_free(foo);
/illumos-gate/usr/src/test/util-tests/tests/xargs/
H A Dxargs_test.ksh48 comp=$(echo foo bar baz other | $XARGS -I THING echo '** THING **')
50 good='** foo bar baz other **'
58 comp=$(echo foo bar baz other | $XARGS -n 1 echo '***')
60 good='*** foo
71 comp=$(echo foo bar baz other | $XARGS -I THING -n1 echo '** THING **')
73 good='** THING ** foo
84 comp=$(echo foo bar baz other | $XARGS -n 1 -I THING echo '** THING **')
86 good='** foo bar baz other **'
215 comp=$(echo foo bar baz other | $XARGS -I X echo '** X **')
217 good='** foo ba
[all...]

Completed in 100 milliseconds

123456