/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | inline11.C | 5 class baz 8 baz& operator += (const baz&); 11 inline baz& baz::operator += (const baz& r) 16 inline baz operator + (int x, const baz& y) 21 static inline baz bar (int alpha); 22 static inline baz foo (int alpha) in foo() 24 baz tmp = alpha + foo (alpha); in foo() 29 static inline baz bar (int alpha) in bar() 31 baz tmp = alpha + bar (alpha); in bar()
|
H A D | mangle3.C | 5 static int baz = 1; in bar() local 7 static int baz = 2; in bar() local 8 i = baz++; in bar() 11 struct baz { in bar() struct 18 baz a; in bar() 22 static int baz = 3; in bar() local 23 i += baz; in bar() 24 baz += 30; in bar() 26 i += baz; in bar() 27 baz += 60; in bar()
|
H A D | inline20.C | 29 inline int baz (int y) in baz() function 42 z.a = baz (y); in foo() 43 z.b = baz (y); in foo() 44 z.c = baz (y); in foo() 45 z.d = baz (y); in foo()
|
/openbsd/regress/usr.bin/rsync/ |
H A D | test11b_middlediff.test | 14 rm foo/baz/three.txt 16 dd if=/dev/zero bs=1m count=1 status=none > foo/bar/baz/one.txt 17 echo foo >> foo/bar/baz/one.txt 18 dd if=/dev/zero bs=1m count=1 status=none >> foo/bar/baz/one.txt 19 echo baz >> foo/bar/baz/one.txt 24 rm foo/baz/three.txt 26 dd if=/dev/zero bs=1m count=1 status=none > foo/bar/baz/one.txt 27 echo foo >> foo/bar/baz/one.txt 29 echo baz >> foo/bar/baz/one.txt 34 rm foo/baz/three.txt [all …]
|
H A D | test11_middlediff.test | 12 rm foo/baz/three.txt 14 dd if=/dev/zero bs=1m count=1 status=none > foo/bar/baz/one.txt 15 echo foo >> foo/bar/baz/one.txt 16 dd if=/dev/zero bs=1m count=1 status=none >> foo/bar/baz/one.txt 21 rm foo/baz/three.txt 23 dd if=/dev/zero bs=1m count=1 status=none > foo/bar/baz/one.txt 24 echo foo >> foo/bar/baz/one.txt 25 dd if=/dev/zero bs=1m count=1 status=none >> foo/bar/baz/one.txt 30 rm foo/baz/three.txt 32 dd if=/dev/zero bs=1m count=1 status=none > foo/bar/baz/one.txt [all …]
|
H A D | test6b_perms.test | 20 chmod 600 foo/bar/baz/one.txt 21 touch -m -t 199901020405 foo/bar/baz/one.txt 22 chmod 777 foo/bar/baz/one2.txt 23 touch -m -t 199901020405 foo/bar/baz/one2.txt 28 chmod 600 foo/bar/baz/one.txt 29 touch -m -t 199901020405 foo/bar/baz/one.txt 30 chmod 777 foo/bar/baz/one2.txt 31 touch -m -t 199901020405 foo/bar/baz/one2.txt
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | strpvbtm.t | 18 "\n=pod\n\n foo bar baz\n", 25 "\n=pod\n\n foo bar baz\n", 32 "\n=pod\n\n foo bar baz\n", 39 "\n=pod\n\n foo bar baz\n", 46 "\n=pod\n\n foo bar baz\n", 53 "\n=pod\n\n foo bar\n\n baz blez\n", 60 "\n=pod\n\n foo bar\n\n baz blez\n", 114 "\n=pod\n\n\t\tfoo bar baz\n", 120 "\n=pod\n\n\t\tfoo bar baz\n", 126 "\n=pod\n\n\t\tfoo bar baz\n", [all …]
|
H A D | items.t | 61 is( $x->_out("\n=over\n\nStuff\n\nBar I<baz>!\n\n=back\n\n"), 64 is( $x->_out("\n=over\n\n Stuff\n\nBar I<baz>!\n\n=back\n\n"), 67 is( $x->_out("\n=over\n\nBar I<baz>!\n\n Stuff\n\n=back\n\n"), 127 'Bar I<baz>!', 130 'Bar I<baz>!', 138 '<item-number number="2">Bar <I>baz</I>!</item-number>', 140 '<item-bullet>Bar <I>baz</I>!</item-bullet>', 159 'Bar I<baz>!', 162 'Bar I<baz>!', 177 '<item-number number="2">Bar <I>baz</I>!</item-number>', [all …]
|
H A D | verb_fmt.t | 149 &is( e "\n=pod\n\n foo bar baz", "\n=pod\n\n foo bar baz" ); 150 &is( e "\n=pod\n\n foo bar baz", "\n=pod\n\n foo bar baz\n" ); 154 &is( ev "\n=pod\n\n foo bar baz", "\n=pod\n\n foo bar baz" ); 155 &is( ev "\n=pod\n\n foo bar baz", "\n=pod\n\n foo bar baz\n" ); 160 is( Pod::Simple::XMLOutStream->_out(\&without_vf, "\n=pod\n\n foo bar baz\n"), 161 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz</Verbatim></Document>} 166 is( Pod::Simple::XMLOutStream->_out(\&without_vf, "\n=pod\n\n foo bar baz\nquux\n"), 180 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz</Verbatim></Document>} 188 is( Pod::Simple::XMLOutStream->_out(\&with_vf, "\n=pod\n\n foo bar baz\n"), 191 is( Pod::Simple::XMLOutStream->_out(\&with_vf, "\n=pod\n\n foo bar baz\n quux\n"), [all …]
|
H A D | verbatim.t | 22 &is( e "\n=pod\n\n foo bar baz", "\n=pod\n\n foo bar baz" ); 23 &is( e "\n=pod\n\n foo bar baz", "\n=pod\n\n foo bar baz\n" ); 26 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n"), 27 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz</Verbatim></Document>} 29 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n quux\n"), 32 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\nquux\n"), 33 qq{<Document><Verbatim\nxml:space="preserve"> foo bar baz\nquux</Verbatim></Document>} 37 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n\n quux\n"), 40 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n\n\n quux\n"), 45 is( Pod::Simple::XMLOutStream->_out("\n=pod\n\n foo bar baz\n=cut\n quux\n"), [all …]
|
H A D | x_nixer.t | 17 is( Pod::Simple::XMLOutStream->_out("=pod\n\nZ<>F<C<Z<>fE<111>o> I<bar>> B<stuff X<thingZ<>>baz>\n"… 18 '<Document><Para><F><C>foo</C> <I>bar</I></F> <B>stuff <X>thing</X>baz</B></Para></Document>' 22 is( Pod::Simple::XMLOutStream->_out("=pod\n\nZ<>F<C<Z<>fE<111>o> I<bar>> B<stuff X<thingZ<>>baz>\n"… 23 '<Document><Para><F><C>foo</C> <I>bar</I></F> <B>stuff <X>thing</X>baz</B></Para></Document>' 36 is( Pod::Simple::DumpAsXML->_out( "=pod\n\nZ<>F<C<Z<>fE<111>o> I<bar>> B<stuff X<thingZ<>>baz>\n"), 56 ' baz', 67 …:Simple::DumpAsXML->_out( \&nixy, "=pod\n\nZ<>F<C<Z<>fE<111>o> I<bar>> B<stuff X<thingZ<>>baz>\n"), 83 ' stuff baz', 114 ' baz', 141 ' stuff baz', [all …]
|
H A D | itemstar.t | 27 ok( $x->_out("\n=over\n\n=item * Stuff\n\n=item * Bar I<baz>!\n\n=back\n\n"), 28 …'<Document><over-bullet indent="4"><item-bullet>Stuff</item-bullet><item-bullet>Bar <I>baz</I>!</i… 30 ok( $x->_out("\n=over\n\n=item * Stuff\n\n=cut\n\nStuff\n\n=item *\n\nBar I<baz>!\n\n=back\n\n"), 31 …'<Document><over-bullet indent="4"><item-bullet>Stuff</item-bullet><item-bullet>Bar <I>baz</I>!</i… 33 ok( $x->_out("\n=over 10\n\n=item * Stuff\n\n=cut\n\nStuff\n\n=item *\n\nBar I<baz>!\n\n=back\n\n"), 34 …'<Document><over-bullet indent="10"><item-bullet>Stuff</item-bullet><item-bullet>Bar <I>baz</I>!</… 36 ok( $x->_out("\n=over\n\n=item * Stuff I<things\num> hoo!\n=cut\nStuff\n\n=item *\n\nBar I<baz>!\n\… 37 …><item-bullet>Stuff <I>things um</I> hoo!</item-bullet><item-bullet>Bar <I>baz</I>!</item-bullet><…
|
/openbsd/regress/sys/kern/unveil-unmount/ |
H A D | Makefile | 70 ${SUDO} touch /mnt/regress-unveil/baz 98 ${SUDO} touch /mnt/regress-unveil/baz 105 ${SUDO} touch /mnt/regress-unveil/baz 112 ${SUDO} touch /mnt/regress-unveil/baz 119 ${SUDO} touch /mnt/regress-unveil/baz 138 ${SUDO} touch /mnt/regress-unveil/baz 152 ${SUDO} touch /mnt/regress-unveil/baz 166 ${SUDO} touch /mnt/regress-unveil/baz 228 ${SUDO} touch /mnt/regress-unveil/baz 249 ${SUDO} touch /mnt/regress-unveil/baz [all …]
|
/openbsd/usr.bin/vi/docs/internals/ |
H A D | input | 87 line 1 foo bar baz 88 line 2 foo bar baz 89 line 3 foo bar baz 128 line 1 foo bar baz 129 line 2 foo bar baz 130 line 3 foo bar baz 145 line 2 foo bar baz 146 line 3 foo bar baz 159 line 1 foo bar baz 160 line 2 foo bar baz [all …]
|
/openbsd/gnu/gcc/libgomp/testsuite/libgomp.fortran/ |
H A D | threadprivate3.f90 | 25 type (tt), save :: baz variable 53 l = l.or.(baz%b.ne.32) 54 baz%a = omp_get_thread_num () * 2 55 baz%b = omp_get_thread_num () * 2 + 1 81 l = l.or.(baz%a.ne.0) 82 l = l.or.(baz%b.ne.1) 83 baz%a = omp_get_thread_num () * 3 + 4 84 baz%b = omp_get_thread_num () * 3 + 5 101 l = l.or.(baz%a .ne. omp_get_thread_num () * 3 + 4) 102 l = l.or.(baz%b .ne. omp_get_thread_num () * 3 + 5)
|
H A D | threadprivate2.f90 | 25 type (tt), save :: baz variable 51 l = l.or.(baz%b.ne.32) 52 baz%a = omp_get_thread_num () * 2 53 baz%b = omp_get_thread_num () * 2 + 1 84 l = l.or.(baz%a.ne.(omp_get_thread_num () * 2)) 85 l = l.or.(baz%b.ne.(omp_get_thread_num () * 2 + 1))
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/ |
H A D | HashBase.t | 32 main::is(BAZ, 'baz', "BAZ CONSTANT"); 51 is($one->baz, 'c', "Accessor"); 61 baz => 'c', 142 main::is(BAZ, 'baz', "BAZ CONSTANT"); 148 my $ro = main::HBase2->new(foo => 'foo', bar => 'bar', baz => 'baz', bat => 'bat', ban => 'ban'); 151 is($ro->baz, 'baz', "got baz"); 173 [qw/foo bar dup baz/], 179 is($x->baz, 2, "set baz via pairs"); 184 is($y->baz, 2, "set baz via hashref"); 191 4, # baz [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Term-Table/t/ |
H A D | HashBase.t | 32 main::is(BAZ, 'baz', "BAZ CONSTANT"); 51 is($one->baz, 'c', "Accessor"); 61 baz => 'c', 139 main::is(BAZ, 'baz', "BAZ CONSTANT"); 145 my $ro = main::HBase2->new(foo => 'foo', bar => 'bar', baz => 'baz', bat => 'bat', ban => 'ban'); 148 is($ro->baz, 'baz', "got baz"); 170 [qw/foo bar dup baz/], 176 is($x->baz, 2, "set baz via pairs"); 181 is($y->baz, 2, "set baz via hashref"); 188 4, # baz [all …]
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/ |
H A D | synthetic_scope.t | 12 my $baz = "C"; my $rbaz = \$baz; 14 with_vars foo bar baz { 23 is $baz, 3; 25 isnt \$baz, $rbaz; 34 is $baz, "C"; 35 is \$baz, $rbaz;
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | Wunreachable-1.c | 5 extern void baz (void); 11 baz (); in bar() 21 baz (); /* { dg-warning "will never be executed" "" } */ in bar() 22 baz (); in bar() 23 baz (); in bar()
|
H A D | wtr-union-init-3.c | 26 struct baz struct 47 …static struct baz f3 = { 1, 2, {{0,0}} }; /* { dg-bogus "traditional C rejects initialization of u… in testfunc() argument 48 …static struct baz f4 = { 1, 2, {{1,1}} }; /* { dg-warning "traditional C rejects initialization of… in testfunc() 59 static struct baz b3 = { 1, 2, {{0,0}} }; in testfunc() 60 static struct baz b4 = { 1, 2, {{1,1}} }; in testfunc()
|
H A D | 20000720-1.c | 23 } *baz; typedef 32 ((baz)x)->a = j; in dead() 33 ((baz)x)->b = 0; in dead() 34 ((baz)x)->c = 0; in dead() 35 ((baz)x)->d = 0; in dead()
|
H A D | Wunreachable-2.c | 5 extern void baz (void); 16 baz (); /* { dg-bogus "will never be executed" } */ in bar() 17 baz (); in bar() 18 baz (); in bar()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/ |
H A D | pretty4.C | 17 void baz (char const (&)[5]) {} in baz() function 34 void baz () in baz() function 44 int baz (int) in baz() function 54 baz (__FUNCTION__); in main() 61 baz (); in main() 64 if (baz (1)) in main()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20000703-1.c | 3 struct baz struct 11 void foo(struct baz *p, unsigned int c, unsigned int d) in foo() argument 18 void bar(struct baz *p, unsigned int c, unsigned int d) in bar() 21 __builtin_memset (s, '\0', sizeof (struct baz)); in bar() 31 struct baz p; in main()
|