Home
last modified time | relevance | path

Searched refs:baz (Results 1 – 25 of 72) 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.sh45 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 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/bin/pwd/tests/
H A Dpwd_test.sh16 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 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.sh233 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 Dsshcfgparse.sh51 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 Drequires.sh38 pkgconf --libs --cflags baz
46 pkgconf --static --libs baz
54 pkgconf --static --pure --libs baz
70 pkgconf --static --cflags baz
H A Dsysroot.sh21 pkgconf --cflags baz
30 pkgconf --cflags baz
/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
/freebsd/usr.bin/ident/tests/
H A Dtest.in12 $Bar:: baz$ (WRONG -- NO SPACE BEFORE $)
13 $Bar:: baz $ (OK -- SPACE BEFORE $)
/freebsd/usr.bin/find/tests/
H A Dfind_test.sh214 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 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