/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/ |
H A D | accepts.t | 11 ok( $req->accepts_module(Foo => 1), "need 1, got 1"); 12 ok(! $req->accepts_module(Foo => 0), "need 0, got 1"); 18 ok( $req->accepts_module(Foo => 1), "need 0, got 1"); 19 ok( $req->accepts_module(Foo => undef), "need 0, got undef"); 20 ok( $req->accepts_module(Foo => "v0"), "need 0, got 'v0'"); 21 ok( $req->accepts_module(Foo => v1.2.3), "need 0, got v1.2.3"); 22 ok( $req->accepts_module(Foo => "v1.2.3"), "need 0, got 'v1.2.3'"); 28 ok( $req->accepts_module(Foo => 1), "need <=1, got 1"); 29 ok(! $req->accepts_module(Foo => 2), "need <=1, got 2"); 35 ok( $req->accepts_module(Foo => 0), "need ! [all...] |
/openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/fallback/ |
H A D | const-xs.inc | 12 /* NV nv; Uncomment this if you need to return NVs */ 13 /* const char *pv; Uncomment this if you need to return PVs */ 19 if you need to return both NVs and IVs */ 40 /* Uncomment this if you need to return NOs 46 /* Uncomment this if you need to return NVs 52 /* Uncomment this if you need to return PVs 58 /* Uncomment this if you need to return PVNs 64 /* Uncomment this if you need to return SVs 70 /* Uncomment this if you need to return UNDEFs 73 /* Uncomment this if you need to return UVs [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/ |
H A D | constants.xs | 12 /* NV nv; Uncomment this if you need to return NVs */ 13 /* const char *pv; Uncomment this if you need to return PVs */ 19 if you need to return both NVs and IVs */ 38 /* Uncomment this if you need to return NOs 44 /* Uncomment this if you need to return NVs 50 /* Uncomment this if you need to return PVs 56 /* Uncomment this if you need to return PVNs 62 /* Uncomment this if you need to return SVs 68 /* Uncomment this if you need to return UNDEFs 71 /* Uncomment this if you need to return UVs [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
H A D | 120_incr_parse_truncated.t | 17 my $e = $@; # test more clobbers $@, we need it twice 27 my $e = $@; # test more clobbers $@, we need it twice 37 my $e = $@; # test more clobbers $@, we need it twice 47 my $e = $@; # test more clobbers $@, we need it twice 57 my $e = $@; # test more clobbers $@, we need it twice 67 my $e = $@; # test more clobbers $@, we need it twice 77 my $e = $@; # test more clobbers $@, we need it twice 87 my $e = $@; # test more clobbers $@, we need it twice 97 my $e = $@; # test more clobbers $@, we need it twice 107 my $e = $@; # test more clobbers $@, we need it twice [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/ |
H A D | const-xs.inc | 12 /* NV nv; Uncomment this if you need to return NVs */ 19 if you need to return both NVs and IVs */ 38 /* Uncomment this if you need to return NOs 44 /* Uncomment this if you need to return NVs 55 /* Uncomment this if you need to return PVNs 61 /* Uncomment this if you need to return SVs 67 /* Uncomment this if you need to return UNDEFs 70 /* Uncomment this if you need to return UVs 76 /* Uncomment this if you need to return YESs
|
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/ |
H A D | constants.xs | 12 /* NV nv; Uncomment this if you need to return NVs */ 19 if you need to return both NVs and IVs */ 40 /* Uncomment this if you need to return NOs 46 /* Uncomment this if you need to return NVs 57 /* Uncomment this if you need to return PVNs 63 /* Uncomment this if you need to return SVs 69 /* Uncomment this if you need to return UNDEFs 72 /* Uncomment this if you need to return UVs 78 /* Uncomment this if you need to return YESs
|
/openbsd-src/usr.bin/ssh/ |
H A D | kexsntrup761x25519.c | 47 size_t need; in kex_kem_sntrup761x25519_keypair() 52 need = crypto_kem_sntrup761_PUBLICKEYBYTES + CURVE25519_SIZE; in kex_kem_sntrup761x25519_keypair() 53 if ((r = sshbuf_reserve(buf, need, &cp)) != 0) in kex_kem_sntrup761x25519_keypair() 83 size_t need; in kex_kem_sntrup761x25519_enc() 90 need = crypto_kem_sntrup761_PUBLICKEYBYTES + CURVE25519_SIZE; in kex_kem_sntrup761x25519_enc() 91 if (sshbuf_len(client_blob) != need) { in kex_kem_sntrup761x25519_enc() 117 need = crypto_kem_sntrup761_CIPHERTEXTBYTES + CURVE25519_SIZE; in kex_kem_sntrup761x25519_enc() 118 if ((r = sshbuf_reserve(server_blob, need, &ciphertext)) != 0) in kex_kem_sntrup761x25519_enc() 167 size_t need; in kex_kem_sntrup761x25519_dec() 172 need in kex_kem_sntrup761x25519_dec() 43 size_t need; kex_kem_sntrup761x25519_keypair() local 79 size_t need; kex_kem_sntrup761x25519_enc() local 163 size_t need; kex_kem_sntrup761x25519_dec() local [all...] |
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | TODO | 23 placement. Do pback bits need to be in streambuf? How about 31 - exception specifications need to be reviewed for all parts of the 34 - scoping/linking issues WRT to C structs need to be worked out. See 41 - operator!= and utility/rel_ops operators need to be made safe with 43 be implemented incorrectly, or need things like 55 - C-related issues WRT to libio and filepos, mbstate_t. Need to 56 straighten this stuff out with the glibc-2.2 libio. Also may need to 84 - All of the Library working group closed issues need to be
|
/openbsd-src/gnu/usr.bin/cvs/os2/ |
H A D | README | 3 might not work, and the server would definitely not work. You'll need 6 did the port on your machine. :-) ). You also may need to comment out 8 ../config.status not existing. You also might need to edit srcdir to 18 differently. This is (IMHO) a bizarre behavior, but you need to 32 You need the OS/2 TCPIP developers toolkit to translate the sources. 42 The executable created by the watcom compiler does *not* need a runtime
|
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | TODO | 16 - operator!= and utility/rel_ops operators need to be made safe with 18 be implemented incorrectly, or need things like 36 the glibc localedata, even if we aren't on linux? Need a generic 41 initialization code. In particular, we need lazy-initialization of 122 - exception specifications need to be reviewed for all parts of the 128 streams. May need to define operators for mbstate_t so that 131 - scoping/linking issues WRT to C structs need to be worked out. See 150 - All of the Library working group closed issues need to be 154 - need to think about doing a .texi or DocBook manual, instead of all
|
/openbsd-src/gnu/usr.bin/binutils/gdb/config/djgpp/ |
H A D | README | 26 If you need the libraries which are built as part of GDB, install the 37 To build the package, you will need the DJGPP development environment 51 - Groff (only if you need to format the man pages) 67 Source distributions downloaded from one of the GNU FTP sites need 70 official distributions need to be changed to avoid problems on the 75 necessary mappings. So you need first to retrieve that batch file, 90 `djtar' doesn't support bzip2 decompression, you need to unpack it as 108 GDB from a GNU FTP site, you will need to configure it first. You 109 will also need to configure it if you want to change the configuration 154 The above doesn't install the docs; for that you will need to say
|
/openbsd-src/distrib/notes/sparc64/ |
H A D | prep | 2 If your UltraSPARC machine is somewhat old, it might need a firmware update 4 OpenBSD first; if it can't boot or fails mysteriously, you might need to 8 Your OpenBOOT ROM may need some setup. You cannot use the security modes 39 If OpenBSD does not boot or install properly on your machine, it might need 46 You will need to have a working operating system installed on your machine, 87 Follow the patch installation notes very carefully. You may need to open
|
/openbsd-src/gnu/usr.bin/perl/dist/Storable/t/ |
H A D | huge.t | 13 plan skip_all => 'Need 64-bit pointers for this test' 15 plan skip_all => 'Need 64-bit int for this test on older versions' 17 plan skip_all => 'Need ~4 GiB memory for this test, set PERL_TEST_MEMORY > 4' 30 # cases need cperl support. Perl5 (as of 5.24) has some internal 66 diag "skip huge array, need PERL_TEST_MEMORY >= 55"; 81 diag "skip huge hash, need PERL_TEST_MEMORY >= 96"; 92 diag "these huge subtests need a lot of memory and time!" if $desc eq 'huge array';
|
/openbsd-src/gnu/usr.bin/cvs/ |
H A D | missing | 79 WARNING: \`$1' is missing on your system. You should only need it if 88 WARNING: \`$1' is missing on your system. You should only need it if 97 WARNING: \`$1' is missing on your system. You should only need it if 116 WARNING: \`$1' is missing on your system. You should only need it if 127 WARNING: \`$1' is missing on your system. You should only need it if 128 you modified a \`.y' file. You may need the \`Bison' package 157 WARNING: \`$1' is missing on your system. You should only need it if 158 you modified a \`.l' file. You may need the \`Flex' package 180 WARNING: \`$1' is missing on your system. You should only need it if 181 you modified a dependency of a manual page. You may need the [all …]
|
/openbsd-src/distrib/notes/alpha/ |
H A D | install | 49 You will need to set up dhcpd on the server, which can serve 66 You will also need to start tftpd, for the system to download 71 You will need to copy netboot.mop into 83 A few more services need to be enabled on the boot server. 91 Second, you will need to export a directory for your new machine 98 MOP or dhcp server) will need to run nfsd, mountd, and the 102 Last, you will need to add an entry for your system in
|
/openbsd-src/lib/libc/asr/ |
H A D | getrrsetbyname_async.c | 438 #define NEED(need) \ in parse_dns_qsection() macro 440 if (*cp + need > answer + size) \ in parse_dns_qsection() 471 NEED(length); in parse_dns_qsection() 475 NEED(INT16SZ); in parse_dns_qsection() 480 NEED(INT16SZ); in parse_dns_qsection() 484 #undef NEED in parse_dns_qsection() 497 #define NEED(need) \ in parse_dns_rrsection() macro 499 if (*cp + need > answer + size) \ in parse_dns_rrsection() 531 NEED(length); in parse_dns_rrsection() 535 NEED(INT16SZ); in parse_dns_rrsection() [all …]
|
/openbsd-src/gnu/llvm/clang/docs/ |
H A D | HowToSetupToolingForLLVM.rst | 5 Clang Tooling provides infrastructure to write tools that need syntactic 19 file in your source tree. In either case you need to configure your 28 First, you need to generate Makefiles for LLVM with CMake. You need to 66 First, you will need to install `Ninja`_. Once installed, the Ninja 67 executable will need to be in your search path for CMake to locate it. 70 need to have the appropriate environment variables configured so that CMake 96 you may need to run any Clang Tooling executables through a command prompt 198 To take advantage of using Clang Tools along with Ninja build you need 218 After doing all of this, you'll need to generate Ninja build files for 219 LLVM with CMake. You need to make a build directory and run CMake from
|
H A D | Tooling.rst | 5 Clang provides infrastructure to write tools that need syntactic and semantic 25 * need a stable interface that takes care to be backwards compatible 48 * need your tool to rerun if any of the dependencies change 50 * need full control over the Clang AST 57 * need to run over a specific subset of files in your project which is not 80 * want a stable interface so you don't need to change your code when the AST API
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_cuda_runtime_wrapper.h | 75 // No need for device_launch_parameters.h as __clang_cuda_builtin_vars.h above 80 // functions. We don't need them as we're going to pull in their 105 // functional equivalent of what we need. 149 // CUDA 9.1 no longer provides declarations for libdevice functions, so we need 162 // counterpart does not do it, so we need to make it empty here to keep 202 // slow divides), so we need to scope our define carefully here. 229 // Considering that we only need these overloads for a few functions, 258 // Some atomic functions became compiler builtins in CUDA-9 , so we need their 274 // Predicate functions used in `__builtin_assume` need to have no side effect. 337 // guard temporarily to get the definitions we need. [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/ |
H A D | Beyond.pod | 13 To start exploring some of the features of Test::Harness I need to 15 Test::Harness). For the following examples I'll also need a recent 38 I need to be careful about the include path to make sure I'm not 135 them in parallel. If I see unexpected failures I need to check my 201 If I need a feature that prove doesn't provide I can easily write my own. 241 I need to tell prove to use my My::TAP::Harness. If My::TAP::Harness 246 If I don't have My::TAP::Harness installed on @INC I need to provide 282 replace any other part of the harness. To do that I need to know 322 If I need to reach even deeper into the internals of the harness I 342 As an alternative to subclassing the components I need to change I [all …]
|
/openbsd-src/bin/ksh/ |
H A D | PROJECTS | 6 pdksh has most if not all POSIX/at&t ksh builtins, but they need to 31 the lexing may need a re-write since it currently doesn't parse $( .. ), 33 * need to ignore contents of quoted strings (and escaped chars?) 35 * need to put bounds check on states[] array (if it still exists after 42 * Arrays need to be implemented differently: currently does a linear
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-sh64.h | 26 /* We need to override the tc-sh.h settings of HANDLE_ALIGN and 27 MAX_MEM_FOR_RS_ALIGN_CODE; we might need to put in SHmedia NOP:s, not 43 /* We need to record the new frag position after an .align. */ 125 need is a new GAS infrastructure feature: md_qualifier. */ 141 /* We need to mark this symbol as a BranchTarget; setting st_other for it 177 /* We need to emit fixups relative to the frag in which the instruction 181 We also need to emit the right NOP pattern in .align frags. This is 182 done after the text-to-bits assembly pass, so we need to mark it with
|
/openbsd-src/gnu/usr.bin/binutils/ |
H A D | missing | 97 WARNING: \`$1' is missing on your system. You should only need it if 111 WARNING: \`$1' is missing on your system. You should only need it if 125 WARNING: \`$1' is missing on your system. You should only need it if 149 WARNING: \`$1' is missing on your system. You should only need it if 188 WARNING: \`$1' is missing on your system. You should only need it if 189 you modified a \`.y' file. You may need the \`Bison' package 218 WARNING: \`$1' is missing on your system. You should only need it if 219 you modified a \`.l' file. You may need the \`Flex' package 246 WARNING: \`$1' is missing on your system. You should only need it if 247 you modified a dependency of a manual page. You may need the [all …]
|
/openbsd-src/usr.bin/file/magdir/ |
H A D | mup | 17 >>>>14 string x \b, need V%.4s 19 >>>>14 string x \b, need V%.3s 22 >>>7 string x \b, need V%.4s 24 >>>7 string x \b, need V%.3s
|
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
H A D | sh64elf.em | 36 /* Check if we need a .cranges section and create it if it's not in any 85 /* We wouldn't need to do anything when there's already a .cranges 86 section (and have a return here), except that we need to set the 87 section flags right for output sections that *don't* need a 118 need a .cranges section. */ 190 /* If flags don't agree, we need a .cranges section. 200 sh64_elf_section_data; no need to set it 216 /* We don't need to look at more input sections, 228 contents flags. We don't need to do this for sections that will 229 need additional, linker-generated .cranges entries. */ [all …]
|