/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 | 41 atf_check cp bar baz 42 check_size baz 4 49 ln -s bar baz 51 atf_check cp baz foo 187 ln -s bar foo/baz 200 atf_check test -L foo-mirror/foo/baz 211 atf_check test -L foo-mirror/foo/baz 220 atf_check test -d foo-mirror/foo/baz -a \ 221 '(' ! -L foo-mirror/foo/baz ')' 223 atf_check test -d foo-mirror/foo/baz -a \ [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/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 | 229 link foo bar baz 242 atf_check link bar baz 243 atf_check_same_file foo baz 254 ln -s non-existent baz 256 link foo baz 269 link bar baz
|
/freebsd/crypto/openssh/regress/ |
H A D | sshcfgparse.sh | 58 f=`${SSH} -GF $OBJ/ssh_config -o user=foo -l bar baz@host | awk '/^user /{print $2}'` 60 f=`${SSH} -GF $OBJ/ssh_config -lbar baz@host user=foo baz@host | awk '/^user /{print $2}'` 62 f=`${SSH} -GF $OBJ/ssh_config baz@host -o user=foo -l bar baz@host | awk '/^user /{print $2}'`
|
/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
|
H A D | tst.annotated.d.out | 2 tst.annotated.exe`baz
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/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 58 instr[1] |= ((uintptr_t)baz - (uintptr_t)&fp[1]) >> 2; in foo()
|
/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/touch/tests/ |
H A D | touch_test.sh | 43 atf_check touch foo bar baz 44 atf_check test -f foo -a -f bar -a -f 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
|