| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | Config.t | 183 my @api; 188 foreach my $api ($out3, $out4) { 189 @api = $api =~ /PERL_API_(\w+)=(.*?)(?:;\n|\s)/mg; 190 is($api[0], "REVISION", "REVISION tag"); 191 is($api[4], "VERSION", "VERSION tag"); 192 is($api[2], "SUBVERSION", "SUBVERSION tag"); 193 is($api[1], "'$rev[0]'", "REVISION is $rev[0]"); 194 is($api[5], "'$rev[1]'", "VERSION is $rev[1]"); 195 is($api[3], "'$rev[2]'", "SUBVERSION is $rev[2]"); 199 foreach my $api ($out5, $out6) { [all …]
|
| /openbsd-src/regress/usr.sbin/bgpd/integrationtests/ |
| H A D | Makefile | 11 api-exabgp api-exabgp.d 13 api-exabgp: api-exabgp.c 88 as0: api-exabgp exabgp.as0.test1.conf exabgp.as0.test2.conf 91 med: api-exabgp exabgp.med.conf 94 eval_all: api-exabgp exabgp.eval_all.conf 97 attr: api-exabgp exabgp.attr.conf
|
| H A D | exabgp.eval_all.in | 2 run "##OBJDIR##/api-exabgp" "##OBJDIR##/eval_all.fifo"; 19 api { 37 api { 54 api { 77 api {
|
| H A D | exabgp.med.in | 2 run "##OBJDIR##/api-exabgp" "##OBJDIR##/med.fifo"; 19 api { 38 api { 57 api {
|
| H A D | exabgp.as0.test1.in | 2 run "##OBJDIR##/api-exabgp" -t 10 "##OBJDIR##/as0.fifo"; 23 api {
|
| H A D | exabgp.attr.in | 2 run "##OBJDIR##/api-exabgp" -t 10 "##OBJDIR##/attr.fifo"; 19 api {
|
| H A D | exabgp.as0.test2.in | 2 run "##OBJDIR##/api-exabgp" -t 10 "##OBJDIR##/as0.fifo"; 19 api {
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| H A D | apicheck_c.PL | 19 my @api = map { /^--api=(\w+)$/ ? ($1) : () } @ARGV; 20 print "creating $out", (@api ? " (@api)" : ''), "\n"; 21 system $^X, 'parts/apicheck.pl', @api, $out
|
| /openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/ |
| H A D | 001_api.t | 18 my %api; 19 @api{@accessors} = (1) x @accessors; 20 @api{@methods} = (1) x @methods; 25 grep {! $api{$_} }
|
| /openbsd-src/etc/examples/ |
| H A D | acme-client.conf | 5 api url "https://acme-v02.api.letsencrypt.org/directory" 10 api url "https://acme-staging-v02.api.letsencrypt.org/directory" 15 api url "https://api.buypass.com/acme/directory" 21 api url "https://api.test4.buypass.no/acme/directory"
|
| /openbsd-src/gnu/llvm/llvm/utils/phabricator/ |
| H A D | 0001-Fix-PHP-8.1-incompatibility-with-arc-patch-D-12345.patch | 11 …phacility#1 preg_match(string, NULL, NULL) called at [<arcanist>/src/repository/api/ArcanistGitAPI… 12 …itAPI::getCanonicalRevisionName(NULL) called at [<arcanist>/src/repository/api/ArcanistGitAPI.php:… 24 src/repository/api/ArcanistGitAPI.php | 3 ++- 54 diff --git a/src/repository/api/ArcanistGitAPI.php b/src/repository/api/ArcanistGitAPI.php 56 --- a/src/repository/api/ArcanistGitAPI.php 57 +++ b/src/repository/api/ArcanistGitAPI.php
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXExtractAPI.cpp | 98 void clang_disposeAPISet(CXAPISet api) { delete unwrap(api); } in clang_disposeAPISet() argument 100 CXString clang_getSymbolGraphForUSR(const char *usr, CXAPISet api) { in clang_getSymbolGraphForUSR() argument 101 auto *API = unwrap(api); in clang_getSymbolGraphForUSR()
|
| /openbsd-src/gnu/llvm/llvm/docs/GlobalISel/ |
| H A D | Porting.rst | 10 * :ref:`RegisterBankInfo <api-registerbankinfo>` --- describe 13 * :ref:`LegalizerInfo <api-legalizerinfo>` --- describe what is legal, and how 15 * :ref:`InstructionSelector <api-instructionselector>` --- select generic MIR
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | APFloat.cpp | 2608 APInt api = Val; in convertFromAPInt() local 2611 if (isSigned && api.isNegative()) { in convertFromAPInt() 2613 api = -api; in convertFromAPInt() 2616 return convertFromUnsignedParts(api.getRawData(), partCount, rounding_mode); in convertFromAPInt() 2653 APInt api = APInt(width, ArrayRef(parts, partCount)); in convertFromZeroExtendedInteger() local 2658 api = -api; in convertFromZeroExtendedInteger() 2661 return convertFromUnsignedParts(api.getRawData(), partCount, rounding_mode); in convertFromZeroExtendedInteger() 3574 APInt api = bitcastToAPInt(); in convertToFloat() local 3575 return api.bitsToFloat(); in convertToFloat() 3581 APInt api = bitcastToAPInt(); in convertToDouble() local [all …]
|
| /openbsd-src/gnu/usr.bin/perl/regen/ |
| H A D | embed.pl | 521 my ($all, $api, $ext, $core)= @_; 540 embed_h($em, '', $api); 658 my ($all, $api, $ext, $core) = setup_embed(); # see regen/embed_lib.pl 661 generate_embed_h($all, $api, $ext, $core);
|
| /openbsd-src/gnu/llvm/clang/include/clang-c/ |
| H A D | Documentation.h | 574 CINDEX_LINKAGE void clang_disposeAPISet(CXAPISet api); 593 CXAPISet api);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 573 void initFromAPInt(const fltSemantics *Sem, const APInt &api); 574 void initFromHalfAPInt(const APInt &api); 575 void initFromBFloatAPInt(const APInt &api); 576 void initFromFloatAPInt(const APInt &api); 577 void initFromDoubleAPInt(const APInt &api); 578 void initFromQuadrupleAPInt(const APInt &api); 579 void initFromF80LongDoubleAPInt(const APInt &api); 580 void initFromPPCDoubleDoubleAPInt(const APInt &api); 581 void initFromFloat8E5M2APInt(const APInt &api); 582 void initFromFloat8E4M3FNAPInt(const APInt &api);
|
| /openbsd-src/regress/usr.sbin/acme-client/ |
| H A D | acme-client.conf | 3 api url "https://acme-v01.api.letsencrypt.org/directory"
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
| H A D | bf-20.m | 2 #include <objc/objc-api.h>
|
| H A D | bf-18.m | 2 #include <objc/objc-api.h>
|
| H A D | bf-21.m | 2 #include <objc/objc-api.h>
|
| H A D | bf-19.m | 2 #include <objc/objc-api.h>
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/config/i386/ |
| H A D | i386sol2.mh | 3 procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o gcore.o
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/config/mips/ |
| H A D | irix6.mh | 4 proc-api.o proc-events.o proc-flags.o proc-why.o
|
| H A D | irix5.mh | 4 proc-api.o proc-events.o proc-flags.o proc-why.o
|