Home
last modified time | relevance | path

Searched refs:baz (Results 1 – 25 of 50) sorted by path

12

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.basename.d.out7 if [ `dirname "/foo/bar/baz"` != "/foo/bar" ]; then
11 if [ `basename "/foo/bar///baz/"` != "baz" ]; then
19 if [ `basename "/foo/bar/baz/"` != "baz" ]; then
27 if [ `basename "/foo/bar/baz//"` != "baz" ]; then
35 if [ `basename "/foo/bar/baz/."` != "." ]; then
39 if [ `dirname "/foo/bar/baz/."` != "/foo/bar/baz" ]; then
43 if [ `basename "/foo/bar/baz/./"` != "." ]; then
47 if [ `dirname "/foo/bar/baz/./"` != "/foo/bar/baz" ]; then
51 if [ `basename "/foo/bar/baz/.//"` != "." ]; then
55 if [ `dirname "/foo/bar/baz/.//"` != "/foo/bar/baz" ]; then
[all …]
H A Dtst.cleanpath.d.out1 cleanpath("/foo/bar/baz") = "/foo/bar/baz"
2 cleanpath("/foo/bar///baz/") = "/foo/bar/baz/"
3 cleanpath("/foo/bar/baz/") = "/foo/bar/baz/"
4 cleanpath("/foo/bar/baz//") = "/foo/bar/baz/"
5 cleanpath("/foo/bar/baz/.") = "/foo/bar/baz/."
6 cleanpath("/foo/bar/baz/./") = "/foo/bar/baz/"
7 cleanpath("/foo/bar/../../baz/.//") = "/baz/"
8 cleanpath("foo/bar/./././././baz/") = "foo/bar/baz/"
9 cleanpath("/foo/bar/baz/../../../../../../") = "/"
12 cleanpath("/foo/bar/baz/../../bop/bang/../../bar/baz/") = "/foo/bar/baz/"
H A Dtst.strjoin.d.out3 baz
H A Dtst.strstr.d.out2 strstr("foobarbarbazbarbop", "baz") = "bazbarbop"
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.zero.d33 @baz[345] = lquantize(0, -10, 10, 1);
46 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
H A Dtst.zero2.d32 @baz[345] = lquantize(0, -10, 10, 1, 0);
45 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
H A Dtst.zero3.d33 @baz[345] = lquantize(0, -10, 10, 1, 0);
39 printa(@baz);
40 printa("%@10d %@10d\n", @bop, @baz);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.c32 baz(int a) in baz() function
46 return (baz(a + 1) - 1); in bar()
H A Dtst.spin.ksh112 die "expected END at \$.\n" unless /\`baz\+/;
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Derr.uregswrite1.c25 baz(void) in baz() function
39 (void) baz(); in main()
H A Derr.uregswrite1.d27 pid$1:a.out:baz:return
H A Dtst.uregswrite.c25 baz(void) in baz() function
47 if (baz() != 1) in main()
H A Dtst.uregswrite.d27 pid$1:a.out:baz:return
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.annotated.c28 baz(void) in baz() function
37 baz(); in main()
H A Dtst.annotated.d29 pid$1:a.out:baz:entry
H A Dtst.annotated.d.out2 tst.annotated.exe`baz
H A Dtst.helper.c32 baz(void) in baz() function
57 *((int *)&instr[4]) = (uintptr_t)baz - (uintptr_t)&fp[8]; in foo()
H A Dtst.helper.d38 pid$1:a.out:baz:entry
H A Dtst.helper.d.out2 tst.helper.exe`baz
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.annotated.c28 baz(void) in baz() function
37 baz(); in main()
H A Dtst.annotated.d29 pid$1:a.out:baz:entry
H A Dtst.annotated.d.out2 tst.annotated.exe`baz
H A Dtst.helper.c32 baz(void) in baz() function
56 instr[1] |= ((uintptr_t)baz - (uintptr_t)&fp[1]) >> 2; in foo()
H A Dtst.helper.d38 pid$1:a.out:baz:entry
H A Dtst.helper.d.out2 tst.helper.exe`baz

12