| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/ |
| D | strings.t | 26 ok($range->accepts('1.3'), 'exact version (==)'); 27 ok(!$range->accepts('1.2'), 'lower version (==)'); 28 ok(!$range->accepts('1.4'), 'higher version (==)'); 32 ok(!$range->accepts('1.3'), 'exact version (!=)'); 33 ok($range->accepts('1.2'), 'lower version (!=)'); 34 ok($range->accepts('1.4'), 'higher version (!=)'); 38 ok($range->accepts('1.3'), 'exact version (>=)'); 39 ok(!$range->accepts('1.2'), 'lower version (>=)'); 40 ok($range->accepts('1.4'), 'higher version (>=)'); 44 ok($range->accepts('1.3'), 'exact version (<=)'); [all …]
|
| D | accepts.t | 42 ok( $req->accepts(1), "need 1, got 1"); 43 ok(! $req->accepts(0), "need 0, got 1"); 49 ok( $req->accepts(1), "need 0, got 1"); 50 ok( $req->accepts(undef), "need 0, got undef"); 51 ok( $req->accepts("v0"), "need 0, got 'v0'"); 52 ok( $req->accepts(v1.2.3), "need 0, got v1.2.3"); 53 ok( $req->accepts("v1.2.3"), "need 0, got 'v1.2.3'"); 59 ok( $req->accepts(1), "need <=1, got 1"); 60 ok(! $req->accepts(2), "need <=1, got 2"); 66 ok( $req->accepts(0), "need !1, got 0"); [all …]
|
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | X86ModRMFilters.h | 45 virtual bool accepts(uint8_t modRM) const = 0; 58 bool accepts(uint8_t modRM) const override { in accepts() function 78 bool accepts(uint8_t modRM) const override { in accepts() function 97 bool accepts(uint8_t modRM) const override { in accepts() function 118 bool accepts(uint8_t modRM) const override { in accepts() function 134 bool accepts(uint8_t modRM) const override { in accepts() function
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Text-Tabs/t/ |
| D | undef.t | 14 ok( !defined $w, 'expand accepts undef silently' ) or cleanup; 17 ok( !defined $w, 'unexpand accepts undef silently' ) or cleanup; 20 ok( !defined $w, 'wrap accepts undef silently' ) or cleanup; 23 ok( !defined $w, 'fill accepts undef silently' ) or cleanup;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| D | new_overloaded.t | 32 is($bigfloat, 2.23, 'Math::BigFloat->new() accepts overloaded numbers'); 35 is($bigint, 3, 'Math::BigInt->new() accepts overloaded numbers'); 38 'Math::BigFloat->new() accepts a Math::BigInt');
|
| /openbsd/src/usr.sbin/rdate/ |
| D | ntp.c | 195 int accepts = 0, rejects = 0; in sync_ntp() local 211 while (accepts < MAX_QUERIES) { in sync_ntp() 237 ++accepts; in sync_ntp() 245 if (accepts <= 1) in sync_ntp() 271 return (accepts); in sync_ntp()
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | AMDGPUInstructionNotation.rst | 84 vdata // operand only accepts vector registers 85 sdst // operand only accepts scalar registers 86 src1 // operand accepts vector registers, scalar registers, and scalar values
|
| /openbsd/src/gnu/usr.bin/perl/ext/Sys-Hostname/t/ |
| D | Hostname.t | 29 qr/hostname\(\) does not accepts arguments \(it used to silently discard any provided\)/,
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/config/ |
| D | warnings.m4 | 24 # compiler accepts. 47 # and accepts all of those options simultaneously, otherwise to nothing.
|
| /openbsd/src/gnu/gcc/config/ |
| D | warnings.m4 | 24 # compiler accepts. 47 # and accepts all of those options simultaneously, otherwise to nothing.
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| D | COFFOptions.td | 3 // link.exe accepts options starting with either a dash or a slash.
|
| /openbsd/src/regress/sys/net/pf_divert/ |
| D | README | 17 localhost address, for TCP it also listens and accepts. The client 27 it also listens and accepts. For TCP the bidirectional connection,
|
| /openbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-ns32k.texi | 11 The 32x32 version of @code{@value{AS}} accepts a @samp{-m32032} option to
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| D | c-ns32k.texi | 12 The 32x32 version of @code{@value{AS}} accepts a @samp{-m32032} option to
|
| /openbsd/src/gnu/llvm/llvm/lib/ToolDrivers/llvm-lib/ |
| D | Options.td | 3 // lib.exe accepts options starting with either a dash or a slash.
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AVR/ |
| D | AVRInstrFormats.td | 113 // (Only accepts r16-r31) 238 // (Only accepts even registers) 256 // (Only accepts r16-r31) 300 // (Only accepts r25:24 r27:26 r29:28 r31:30)
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/ |
| D | Requirements.pm | 215 return $range->accepts($version);
|
| /openbsd/src/usr.sbin/nsd/ |
| D | configure.ac | 181 AC_MSG_CHECKING([whether lex accepts -i]) 210 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "format" attribute) 223 AC_DEFINE(HAVE_ATTR_FORMAT, 1, [Whether the C compiler accepts the "format" attribute]) 229 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "unused" attribute) 241 AC_DEFINE(HAVE_ATTR_UNUSED, 1, [Whether the C compiler accepts the "unused" attribute]) 247 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "weak" attribute) 259 AC_DEFINE(HAVE_ATTR_WEAK, 1, [Whether the C compiler accepts the "weak" attribute]) 266 AC_MSG_CHECKING(whether the C compiler (${CC-cc}) accepts the "noreturn" attribute) 278 AC_DEFINE(HAVE_ATTR_NORETURN, 1, [Whether the C compiler accepts the "noreturn" attribute])
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | NEWS | 77 * The ARM assembler now accepts -march=..., -mcpu=... and -mfpu=... for 88 * The MIPS assembler now accepts -march/-mtune. -mcpu has been deprecated 384 format accepts it; SPARC CPU accepts it. It's the default only for OS "elf"
|
| /openbsd/src/gnu/usr.sbin/mkhybrid/src/ |
| D | config.log | 10 configure:666: checking whether gcc accepts -g
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | MisExpect.rst | 34 exact thresholds. The ``-fdiagnostic-misexpect-tolerance=N`` accepts
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | NEWS | 59 * objcopy for MIPS targets now accepts "-M no-aliases" as an option to the 69 * objdump now accepts --debugging-tags to print the debug information in a 78 * objcopy now accepts --add-gnu-debuglink=<file> to insert a .gnu_debuglink
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | NEWS | 147 * The ARM assembler now accepts -march=..., -mcpu=... and -mfpu=... for 158 * The MIPS assembler now accepts -march/-mtune. -mcpu has been deprecated 454 format accepts it; SPARC CPU accepts it. It's the default only for OS "elf"
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gccbug.in | 453 …""|doc-bug|accepts-illegal|rejects-legal|wrong-code|ice-on-legal-code|ice-on-illegal-code|pessimiz…
|
| /openbsd/src/gnu/llvm/lld/docs/ |
| D | windows_support.rst | 19 command line options, and it drives further linking processes. LLD accepts
|