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

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.annotated.c30 baz(void) function
39 baz();
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
H A Dtst.helper.c34 baz(void) function
49 0xe8, 0x0, 0x0, 0x0, 0x0, /* call baz */
59 *((int *)&instr[4]) = (uintptr_t)baz - (uintptr_t)&fp[8];
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.annotated.c30 baz(void) function
39 baz();
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
H A Dtst.helper.c34 baz(void) function
48 0x40000000, /* call baz */
58 instr[1] |= ((uintptr_t)baz - (uintptr_t)&fp[1]) >> 2;
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.basename.d.out3 if [ `basename "/foo/bar/baz"` != "baz" ]; then
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" ]; the
[all...]
/freebsd-13-stable/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-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.c33 int baz(int);
38 baz(int a) function
52 return (baz(a + 1) - 1);
H A Dtst.spin.ksh113 die "expected END at \$.\n" unless /\`baz\+/;
/freebsd-13-stable/bin/cp/tests/
H A Dcp_test.sh42 atf_check cp bar baz
43 check_size baz 4
/freebsd-13-stable/usr.sbin/mixer/
H A Dmixer.c110 int ch, foo, bar, baz, dev, m, n, t; local
152 if ((baz = open(name, O_RDWR)) < 0)
154 if (ioctl(baz, SOUND_MIXER_READ_DEVMASK, &devmask) == -1)
156 if (ioctl(baz, SOUND_MIXER_READ_RECMASK, &recmask) == -1)
158 if (ioctl(baz, SOUND_MIXER_READ_RECSRC, &recsrc) == -1)
166 if (ioctl(baz, MIXER_READ(foo),&bar) == -1) {
263 if (ioctl(baz, MIXER_READ(dev), &bar) == -1) {
286 if (ioctl(baz, MIXER_READ(dev), &bar) == -1) {
313 if (ioctl(baz, MIXER_WRITE(dev), &l) == -1)
323 close(baz);
[all...]
/freebsd-13-stable/lib/libproc/tests/
H A Dtarget_prog.c58 __strong_reference(bar, baz);
/freebsd-13-stable/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}'`
56 test "$f" = "baz" || fail "user first match user@host, expected 'baz' got '$f'"
/freebsd-13-stable/contrib/lutok/
H A Dexamples_test.sh104 String in field baz: bye
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dposix1.mk24 # ${VAR} = "foo bar baz"
31 baz
46 # Expect: foo baR baz, bar baz, foo bar baz, fooadd baradd bazadd
H A Dposix1.exp1 ${VAR} = "foo bar baz"
5 foo baR baz, bar baz, foo bar baz, fooadd baradd bazadd
86 ${%F:${VAR2}=${VAR}}="obj1foo bar baz"
179 ${%F:${VAR2}=${VAR}}="obj3foo bar baz"
/freebsd-13-stable/tests/sys/netpfil/pf/
H A Dkillstate.sh224 jexec alcatraz pfctl -k label -k baz
283 jexec alcatraz pfctl -k label -k baz
/freebsd-13-stable/contrib/netbsd-tests/net/if_pppoe/
H A Dt_pppoe.sh41 AUTHNAME=foobar@baz.com
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc908 MATCHER_P3(ParamTypesAreIntLongAndChar, foo, bar, baz, "") {
/freebsd-13-stable/crypto/heimdal/
H A Dconfigure5326 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \

Completed in 301 milliseconds