| /openbsd/src/gnu/usr.bin/perl/ext/GDBM_File/t/ |
| D | snapshot.t | 35 my $even = 'a.db'; 44 createdb($even); 46 chmod S_IRUSR, $even; 48 is_deeply([GDBM_File->latest_snapshot($even, $odd)], 53 utime($time, $time, $even); 55 is_deeply([GDBM_File->latest_snapshot($even, $odd)], 57 unlink $even, $odd; 60 createdb($even, GDBM_NUMSYNC); 62 chmod S_IRUSR, $even, $odd; 63 utime($time, $time, $even, $odd); [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/bignum/t/ |
| D | bignum.t | 45 is(bignum->round_mode(), 'even', 'get round mode'); 48 bignum->round_mode('even'); 49 is(bignum->round_mode(), 'even', 'get round mode again');
|
| D | bigint.t | 46 is(bigint->round_mode(), 'even', 'get round mode'); 49 bigint->round_mode('even'); 50 is(bigint->round_mode(), 'even', 'get round mode again');
|
| D | bigfloat.t | 55 is(bigfloat->round_mode(), 'even', 'get round mode'); 58 bigfloat->round_mode('even'); 59 is(bigfloat->round_mode(), 'even', 'get round mode again');
|
| D | bigrat.t | 61 is(bigrat->round_mode(), 'even', 'get round mode'); 64 bigrat->round_mode('even'); 65 is(bigrat->round_mode(), 'even', 'get round mode again');
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| D | mbimbf.t | 24 Math::BigInt->round_mode("even"); # reset for tests 25 Math::BigFloat->round_mode("even"); # reset for tests 27 is($Math::BigInt::rnd_mode, "even", '$Math::BigInt::rnd_mode = "even"'); 28 is($Math::BigFloat::rnd_mode, "even", '$Math::BigFloat::rnd_mode = "even"');
|
| /openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/ |
| D | hyphen-in-s | 7 Don't S<transform even-this hyphen>. This "one's-fine!", as well. However, 13 Don't transform\ even-this\ hyphen. This "one's-fine!", as well. However,
|
| /openbsd/src/games/quiz/datfiles/ |
| D | seq-easy | 14 2,4,6,8,10,12:14{(even nos.)}:even [integ|numb]ers|multiples of 2|2n
|
| /openbsd/src/regress/usr.bin/mandoc/tbl/data/ |
| D | block_wrap.out_ascii | 12 |short | This is an even longer | 22 | | even |
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| D | elf.texi | 20 isn't even pointed to by the .stab section, so ordinary 21 mechanisms wouldn't work to find it, even if we had some.
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | elf.texi | 22 isn't even pointed to by the .stab section, so ordinary 23 mechanisms wouldn't work to find it, even if we had some.
|
| /openbsd/src/regress/usr.bin/mandoc/char/space/ |
| D | eos.out_ascii | 11 A dot in parantheses (.) is not a full stop. Not even (Like in this 18 At the end of an input line, even an escaped dot . is regarded as a full
|
| D | eos-man.out_ascii | 12 She said: "Here is another sentence." And it was detected even with 19 At the end of an input line, even an escaped dot . is regarded as a full
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| D | xhtml20.t | 40 Code might even be C<<< nested( B<< C<1> >> ) >>>. 50 <p>Code might even be <code class="C">C[nested( ]<b><code class="C">C[1]</code><!-- C --></b>C[ )]<…
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| D | mot3300-crt0.S | 25 # define EVEN even 34 # define EVEN .even
|
| D | mot3300Mcrt0.S | 25 # define EVEN even 34 # define EVEN .even
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | configure.com | 175 /* Whether malloc must be declared even if <stdlib.h> is included. */ 177 /* Whether free must be declared even if <stdlib.h> is included. */
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | configure.com | 175 /* Whether malloc must be declared even if <stdlib.h> is included. */ 177 /* Whether free must be declared even if <stdlib.h> is included. */
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | aclocal.m4 | 11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 24 # but WITHOUT ANY WARRANTY; without even the implied warranty of 55 # but WITHOUT ANY WARRANTY; without even the implied warranty of 119 # but WITHOUT ANY WARRANTY; without even the implied warranty of 163 # but WITHOUT ANY WARRANTY; without even the implied warranty of 269 # or remarks (even with -Werror). So we grep stderr for any message 330 # but WITHOUT ANY WARRANTY; without even the implied warranty of 414 # but WITHOUT ANY WARRANTY; without even the implied warranty of 442 # but WITHOUT ANY WARRANTY; without even the implied warranty of 564 # but WITHOUT ANY WARRANTY; without even the implied warranty of [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
| D | TiedOutFH.pm | 80 basmati rice, jasmine rice, or even a mild pilaf) 83 and ginger root. You can even do it with a Braun hand "mixer", if you
|
| /openbsd/src/gnu/usr.bin/perl/ext/GDBM_File/ |
| D | GDBM_File.xs | 1010 #define gdbm_failure_atomic(db, even, odd) gdbm_failure_atomic(db->dbp, even, odd) argument 1013 gdbm_failure_atomic(db, even, odd) 1015 char * even 1025 gdbm_latest_snapshot(package, even, odd) 1026 char * even 1033 result = gdbm_latest_snapshot(even, odd, &filename);
|
| /openbsd/src/share/zoneinfo/datfiles/ |
| D | etcetera | 34 # We want this to work even on installations that omit 'backward'. 39 # even though this is the opposite of what many people expect. 43 # (i.e. west of Greenwich) even though many people would expect it to
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | APINotes.rst | 76 is always the name of a top-level module, even within a private API notes 192 Note that 'Nullability' is overridden by 'Type', even in a "SwiftVersions" 210 Note that 'NullabilityOfRet' is overridden by 'ResultType', even in a 235 nullability must be applied explicitly (even in an ``NS_ASSUME_NONNULL_BEGIN`` 252 nullability must be applied explicitly (even in an ``NS_ASSUME_NONNULL_BEGIN`` 292 Note that even an "enum" wrapper is still presented as a struct in Swift;
|
| /openbsd/src/gnu/gcc/gcc/config/arm/ |
| D | arm.opt | 13 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or 143 Thumb: Generate (non-leaf) stack frames even if not needed 147 Thumb: Generate (leaf) stack frames even if not needed
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/ |
| D | Fiddle.txt | 2 This is just a dummy file. It's podless and shouldn't even be scanned for pod.
|