| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
| H A D | tst.basename.d.out | 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" ]; then 12 echo "basename(\"/foo/bar///baz/\") is \"baz\"; expected \"`basename "/foo/bar///baz/"`"\" 15 if [ `dirname "/foo/bar///baz/"` != "/foo/bar" ]; then 16 echo "dirname(\"/foo/bar///baz/\") is \"/foo/bar\"; expected \"`dirname "/foo/bar///baz/"`"\" 19 if [ `basename "/foo/bar/baz/"` != "baz" ]; then 20 echo "basename(\"/foo/bar/baz/\") is \"baz\"; expected \"`basename "/foo/bar/baz/"`"\" 23 if [ `dirname "/foo/bar/baz/"` != "/foo/bar" ]; then [all …]
|
| H A D | tst.cleanpath.d.out | 1 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 D | tst.strjoin.d.out | 3 baz
|
| /freebsd/bin/cp/tests/ |
| H A D | cp_test.sh | 45 atf_check cp bar baz 46 check_size baz 4 57 ln -s bar baz 59 atf_check cp baz foo 308 ln -s bar foo/baz 326 atf_check test -L foo-mirror/foo/baz 327 atf_check test -d foo-mirror/foo/baz 343 atf_check test -L foo-mirror/foo/baz 344 atf_check test -d foo-mirror/foo/baz 358 atf_check test ! -L foo-mirror/foo/baz [all …]
|
| /freebsd/crypto/openssl/test/ssl-tests/ |
| H A D | 08-npn.cnf.in | 39 "NPNProtocols" => "baz,bar", 73 "NPNProtocols" => "baz", 318 "NPNProtocols" => "baz,foo", 323 "NPNProtocols" => "foo,bar,baz", 330 "ExpectedNPNProtocol" => "baz", 337 "NPNProtocols" => "foo,bar,baz", 342 "NPNProtocols" => "foo,baz", 348 "NPNProtocols" => "bar,baz", 367 "NPNProtocols" => "baz", 434 "NPNProtocols" => "baz", [all …]
|
| H A D | 09-alpn.cnf.in | 39 "ALPNProtocols" => "baz,bar", 71 "ALPNProtocols" => "baz", 226 "ALPNProtocols" => "baz,foo", 231 "ALPNProtocols" => "foo,bar,baz", 237 "ExpectedALPNProtocol" => "baz", 244 "ALPNProtocols" => "foo,bar,baz", 249 "ALPNProtocols" => "foo,baz", 254 "ALPNProtocols" => "bar,baz", 272 "ALPNProtocols" => "baz",
|
| H A D | 08-npn.cnf | 85 NPNProtocols = baz,bar 149 NPNProtocols = baz 594 ExpectedNPNProtocol = baz 606 NPNProtocols = baz,foo 609 NPNProtocols = foo,bar,baz 650 NPNProtocols = foo,bar,baz 653 NPNProtocols = foo,baz 656 NPNProtocols = bar,baz 699 NPNProtocols = baz 829 NPNProtocols = baz [all …]
|
| /freebsd/bin/pwd/tests/ |
| H A D | pwd_test.sh | 16 atf_check mkdir -p phy/baz 18 cd log/baz 39 atf_check mkdir -p phy/baz 41 cd log/baz
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/ |
| H A D | tst.zero3.d | 35 @baz[345] = lquantize(0, -10, 10, 1, 0); 41 printa(@baz); 42 printa("%@10d %@10d\n", @bop, @baz);
|
| H A D | tst.zero.d | 35 @baz[345] = lquantize(0, -10, 10, 1); 48 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
|
| H A D | tst.zero2.d | 34 @baz[345] = lquantize(0, -10, 10, 1, 0); 47 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/ |
| H A D | tst.spin.c | 33 int baz(int); 38 baz(int a) in baz() function 52 return (baz(a + 1) - 1); in bar()
|
| /freebsd/bin/ln/tests/ |
| H A D | ln_test.sh | 233 link foo bar baz 246 atf_check link bar baz 247 atf_check_same_file foo baz 258 ln -s non-existent baz 260 link foo baz 273 link bar baz
|
| /freebsd/crypto/openssh/regress/ |
| H A D | sshcfgparse.sh | 51 f=`${SSH} -GF $OBJ/ssh_config -o user=foo -l bar baz@host | awk '/^user /{print $2}'` 53 f=`${SSH} -GF $OBJ/ssh_config -lbar baz@host user=foo baz@host | awk '/^user /{print $2}'` 55 f=`${SSH} -GF $OBJ/ssh_config baz@host -o user=foo -l bar baz@host | awk '/^user /{print $2}'`
|
| /freebsd/contrib/pkgconf/tests/ |
| H A D | requires.sh | 38 pkgconf --libs --cflags baz 46 pkgconf --static --libs baz 54 pkgconf --static --pure --libs baz 70 pkgconf --static --cflags baz
|
| H A D | sysroot.sh | 21 pkgconf --cflags baz 30 pkgconf --cflags baz
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/ |
| H A D | tst.annotated.c | 30 baz(void) in baz() function 39 baz(); in main()
|
| H A D | tst.helper.c | 34 baz(void) in baz() function 59 *((int *)&instr[4]) = (uintptr_t)baz - (uintptr_t)&fp[8]; in foo()
|
| H A D | tst.helper.d.out | 2 tst.helper.exe`baz
|
| /freebsd/usr.bin/ident/tests/ |
| H A D | test.in | 12 $Bar:: baz$ (WRONG -- NO SPACE BEFORE $) 13 $Bar:: baz $ (OK -- SPACE BEFORE $)
|
| /freebsd/usr.bin/find/tests/ |
| H A D | find_test.sh | 214 touch foo bar baz none 222 atf_check setextattr user find_test.special2 val baz 239 atf_check -o match:foo -o match:bar -o match:baz \ 241 atf_check -o not-match:"foo|none|link" -o match:bar -o match:baz \
|
| /freebsd/contrib/unifdef/tests/ |
| H A D | debian-603860.expout | 2 /* baz */
|
| /freebsd/usr.bin/pr/tests/ |
| H A D | across.out | 2 foo bar baz
|
| H A D | other.in | 3 foo bar baz
|
| H A D | threecol.out | 1 987 654 321 ghi def abc foo bar baz
|