Home
last modified time | relevance | path

Searched refs:api (Results 1 – 25 of 154) sorted by relevance

1234567

/openbsd-src/gnu/usr.bin/perl/lib/
H A DConfig.t183 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 DMakefile11 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 Dexabgp.eval_all.in2 run "##OBJDIR##/api-exabgp" "##OBJDIR##/eval_all.fifo";
19 api {
37 api {
54 api {
77 api {
H A Dexabgp.med.in2 run "##OBJDIR##/api-exabgp" "##OBJDIR##/med.fifo";
19 api {
38 api {
57 api {
H A Dexabgp.as0.test1.in2 run "##OBJDIR##/api-exabgp" -t 10 "##OBJDIR##/as0.fifo";
23 api {
H A Dexabgp.attr.in2 run "##OBJDIR##/api-exabgp" -t 10 "##OBJDIR##/attr.fifo";
19 api {
H A Dexabgp.as0.test2.in2 run "##OBJDIR##/api-exabgp" -t 10 "##OBJDIR##/as0.fifo";
19 api {
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/
H A Dapicheck_c.PL19 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 D001_api.t18 my %api;
19 @api{@accessors} = (1) x @accessors;
20 @api{@methods} = (1) x @methods;
25 grep {! $api{$_} }
/openbsd-src/etc/examples/
H A Dacme-client.conf5 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 D0001-Fix-PHP-8.1-incompatibility-with-arc-patch-D-12345.patch11 …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 DCXExtractAPI.cpp98 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 DPorting.rst10 * :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 DAPFloat.cpp2608 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 Dembed.pl521 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 DDocumentation.h574 CINDEX_LINKAGE void clang_disposeAPISet(CXAPISet api);
593 CXAPISet api);
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h573 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 Dacme-client.conf3 api url "https://acme-v01.api.letsencrypt.org/directory"
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
H A Dbf-20.m2 #include <objc/objc-api.h>
H A Dbf-18.m2 #include <objc/objc-api.h>
H A Dbf-21.m2 #include <objc/objc-api.h>
H A Dbf-19.m2 #include <objc/objc-api.h>
/openbsd-src/gnu/usr.bin/binutils/gdb/config/i386/
H A Di386sol2.mh3 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 Dirix6.mh4 proc-api.o proc-events.o proc-flags.o proc-why.o
H A Dirix5.mh4 proc-api.o proc-events.o proc-flags.o proc-why.o

1234567