Home
last modified time | relevance | path

Searched refs:baz (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.basename.d.out4 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 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
/freebsd/bin/cp/tests/
H A Dcp_test.sh41 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 D08-npn.cnf.in39 "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 D09-alpn.cnf.in39 "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 D08-npn.cnf85 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 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);
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.c33 int baz(int);
38 baz(int a) in baz() function
52 return (baz(a + 1) - 1); in bar()
/freebsd/bin/ln/tests/
H A Dln_test.sh229 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 Dsshcfgparse.sh58 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 Dtst.annotated.c30 baz(void) in baz() function
39 baz(); in main()
H A Dtst.helper.c34 baz(void) in baz() function
59 *((int *)&instr[4]) = (uintptr_t)baz - (uintptr_t)&fp[8]; in foo()
H A Dtst.helper.d.out2 tst.helper.exe`baz
H A Dtst.annotated.d.out2 tst.annotated.exe`baz
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.annotated.c30 baz(void) in baz() function
39 baz(); in main()
H A Dtst.helper.c34 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 Dtest.in12 $Bar:: baz$ (WRONG -- NO SPACE BEFORE $)
13 $Bar:: baz $ (OK -- SPACE BEFORE $)
/freebsd/usr.bin/touch/tests/
H A Dtouch_test.sh43 atf_check touch foo bar baz
44 atf_check test -f foo -a -f bar -a -f baz
/freebsd/contrib/unifdef/tests/
H A Ddebian-603860.expout2 /* baz */
/freebsd/usr.bin/pr/tests/
H A Dacross.out2 foo bar baz
H A Dother.in3 foo bar baz
H A Dthreecol.out1 987 654 321 ghi def abc foo bar baz

123