Searched refs:baz (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.annotated.c30 baz(void) function
39 baz();
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
H A Dtst.helper.c34 baz(void) function
49 0xe8, 0x0, 0x0, 0x0, 0x0, /* call baz */
59 *((int *)&instr[4]) = (uintptr_t)baz - (uintptr_t)&fp[8];
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.annotated.c30 baz(void) function
39 baz();
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
H A Dtst.helper.c34 baz(void) function
48 0x40000000, /* call baz */
58 instr[1] |= ((uintptr_t)baz - (uintptr_t)&fp[1]) >> 2;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.basename.d.out3 if [ `basename "/foo/bar/baz"` != "baz" ]; then
4 echo "basename(\"/foo/bar/baz\") is \"baz\"; expected \"`basename "/foo/bar/baz"`"\"
7 if [ `dirname "/foo/bar/baz"` != "/foo/bar" ]; then
8 echo "dirname(\"/foo/bar/baz\") is \"/foo/bar\"; expected \"`dirname "/foo/bar/baz"`"\"
11 if [ `basename "/foo/bar///baz/"` != "baz" ]; the
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.zero3.d35 @baz[345] = lquantize(0, -10, 10, 1, 0);
41 printa(@baz);
42 printa("%@10d %@10d\n", @bop, @baz);
H A Dtst.zero.d35 @baz[345] = lquantize(0, -10, 10, 1);
48 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
H A Dtst.zero2.d34 @baz[345] = lquantize(0, -10, 10, 1, 0);
47 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.c34 baz(int a) function
48 return (baz(a + 1) - 1);
H A Dtst.spin.ksh112 die "expected END at \$.\n" unless /\`baz\+/;
/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 '***')
62 *** baz
71 comp=$(echo foo bar baz other | $XARGS -I THING -n1 echo '** THING **')
75 ** THING ** baz
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 bar baz othe
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Darith.sh387 (( obj.baz = obj.foo + obj.bar )) # ok
411 echo $(( obj.baz = obj.foo + obj.bar )) # coredump
420 [[ $($tmp/script 1) != '( bar=2 baz=3 foo=1 )' ]] 2>/dev/null && err_exit 'compound var arithmetic failed'

Completed in 88 milliseconds