Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.basename.d.out7 if [ `dirname "/foo/bar/baz"` != "/foo/bar" ]; then
11 if [ `basename "/foo/bar///baz/"` != "baz" ]; then
19 if [ `basename "/foo/bar/baz/"` != "baz" ]; then
27 if [ `basename "/foo/bar/baz//"` != "baz" ]; then
35 if [ `basename "/foo/bar/baz/."` != "." ]; then
39 if [ `dirname "/foo/bar/baz/."` != "/foo/bar/baz" ]; then
43 if [ `basename "/foo/bar/baz/./"` != "." ]; then
47 if [ `dirname "/foo/bar/baz/./"` != "/foo/bar/baz" ]; then
51 if [ `basename "/foo/bar/baz/.//"` != "." ]; then
55 if [ `dirname "/foo/bar/baz/.//"` != "/foo/bar/baz" ]; 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
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dnastyparm.awk1 function biz(baz, bar)
3 print baz, bar
6 function buz(baz, bar)
8 print length(baz), bar
11 function buz2(baz, baz1, bar, baz2)
13 print length(baz), length(baz1), bar, length(baz2)
18 function buz3(baz)
20 buz2(baz, baz, split("abc", baz, ""), baz)
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dinline_compound_literals.c5 static inline void baz(void) in baz() function
12 baz(); in barf()
17 baz(); in foo()
H A Dtypediff-enum.c16 void baz(int a);
17 void baz(num a) { } in baz() function
H A Dbadtype1.c1 static void foo(enum bar baz);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.zero3.d33 @baz[345] = lquantize(0, -10, 10, 1, 0);
39 printa(@baz);
40 printa("%@10d %@10d\n", @bop, @baz);
H A Dtst.zero.d33 @baz[345] = lquantize(0, -10, 10, 1);
46 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
H A Dtst.zero2.d32 @baz[345] = lquantize(0, -10, 10, 1, 0);
45 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dtest-forward.c22 enum baz;
28 enum baz *tag;
33 enum baz *bazp;
/illumos-gate/usr/src/test/elf-tests/tests/linker-sets/
H A Dsimple.out4 c: baz
7 item(foo, 2): baz
10 foo[2]: baz
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.annotated.c28 baz(void) in baz() function
37 baz(); in main()
H A Dtst.helper.c32 baz(void) in baz() function
57 *((int *)&instr[4]) = (uintptr_t)baz - (uintptr_t)&fp[8]; in foo()
H A Dtst.annotated.d.out2 tst.annotated.exe`baz
H A Dtst.helper.d.out2 tst.helper.exe`baz
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.annotated.c28 baz(void) in baz() function
37 baz(); in main()
H A Dtst.helper.c32 baz(void) in baz() function
56 instr[1] |= ((uintptr_t)baz - (uintptr_t)&fp[1]) >> 2; in foo()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Darrayprm2.awk64 function foo(baz)
66 split("x", baz)
H A Drstest5.ok2 baz
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Derr.uregswrite1.c25 baz(void) in baz() function
39 (void) baz(); in main()
H A Dtst.uregswrite.c25 baz(void) in baz() function
47 if (baz() != 1) in main()
/illumos-gate/usr/src/test/util-tests/tests/xargs/
H A Dxargs_test.ksh49 comp=$(echo foo bar baz other | $XARGS -I THING echo '** THING **')
59 comp=$(echo foo bar baz other | $XARGS -n 1 echo '***')
72 comp=$(echo foo bar baz other | $XARGS -I THING -n1 echo '** THING **')
85 comp=$(echo foo bar baz other | $XARGS -n 1 -I THING echo '** THING **')
216 comp=$(echo foo bar baz other | $XARGS -I X echo '** X **')
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.c32 baz(int a) in baz() function
46 return (baz(a + 1) - 1); in bar()
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/files/
H A Dtest.lL.03 baz

12