]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/tst.strstr.d.out
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / cddl / contrib / opensolaris / cmd / dtrace / test / tst / common / funcs / tst.strstr.d.out
1 strstr("foobarbarbazbarbop", "foobarbarbazbarbop") = "foobarbarbazbarbop"
2 strstr("foobarbarbazbarbop", "baz") = "bazbarbop"
3 strstr("foobarbarbazbarbop", "bar") = "barbarbazbarbop"
4 strstr("foobarbarbazbarbop", "bazbarbop") = "bazbarbop"
5 strstr("foobarbarbazbarbop", "barba") = "barbarbazbarbop"
6 strstr("bazbarbop", "zbarbop") = "zbarbop"
7 strstr("foobarbarbazbarbop", "") = "foobarbarbazbarbop"
8 strstr("", "") = ""
9 strstr("f", "f") = "f"
10