/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
H A D | state.t | 22 't/compat/env.t', 23 't/compat/failure.t', 24 't/compat/inc_taint.t', 25 't/compat/version.t', 33 't/compat/inc_taint.t', 34 't/compat/version.t', 40 't/compat/env.t', 41 't/compat/failure.t', 49 't/compat/env.t', 50 't/compat/failure.t', [all …]
|
H A D | state_results.t | 49 my $name = 't/compat/failure.t'; 50 ok my $test = $result->test('t/compat/failure.t'), 78 't/compat/failure.t' => { 101 't/compat/env.t' => { 113 't/compat/version.t' => { 125 't/compat/inc_taint.t' => {
|
/openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
H A D | Decomposition.pl | 14 A8 <compat> 0020 0308 16 AF <compat> 0020 0304 19 B4 <compat> 0020 0301 20 B5 <compat> 03BC 21 B8 <compat> 0020 0327 125 132 <compat> 0049 004A 126 133 <compat> 0069 006A 137 13F <compat> 004C 00B7 138 140 <compat> 006C 00B7 145 149 <compat> 02BC 006E [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/lib/ |
H A D | compat.exp | 31 if [string match "" [info procs "compat-use-alt-compiler"]] then { 32 error "Proc compat-use-alt-compiler is not defined." 34 if [string match "" [info procs "compat-use-tst-compiler"]] then { 35 error "Proc compat-use-tst-compiler is not defined." 53 # compat-obj -- compile to an object file 60 proc compat-obj { source dest options optstr } { 68 # compat-run -- link and run an executable 76 proc compat-run { testname objlist dest options optstr } { 111 # compat-execute -- compile with compatible compilers 117 proc compat-execute { src1 use_alt } { [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/ |
H A D | compat.exp | 40 # compat-fix-library-path -- switch LD_LIBRARY_PATH 42 proc compat-fix-library-path { } { 53 # compat-use-alt-compiler -- make the alternate compiler the default 55 proc compat-use-alt-compiler { } { 69 compat-fix-library-path 74 # compat-use-tst-compiler -- make compiler under test the default 76 proc compat-use-tst-compiler { } { 91 compat-fix-library-path 96 # This must be done after the compat-use-*-compiler definitions. 97 load_lib compat.exp [all …]
|
/openbsd-src/sys/dev/fdt/ |
H A D | hiclock.c | 64 const char *compat; member 81 .compat = "hisilicon,hi3670-crgctrl", 85 { .compat = "hisilicon,hi3670-pctrl" }, 86 { .compat = "hisilicon,hi3670-pmuctrl" }, 87 { .compat = "hisilicon,hi3670-pmctrl" }, 88 { .compat = "hisilicon,hi3670-sctrl" }, 89 { .compat = "hisilicon,hi3670-iomcu" }, 90 { .compat = "hisilicon,hi3670-media1-crg" }, 91 { .compat = "hisilicon,hi3670-media2-crg" }, 95 .compat = "hisilicon,kirin970-crgctrl", [all …]
|
H A D | sxiccmu.c | 361 const char *compat; member 384 .compat = "allwinner,sun4i-a10-osc-clk", 388 .compat = "allwinner,sun4i-a10-pll6-clk", 393 .compat = "allwinner,sun4i-a10-apb1-clk", 397 .compat = "allwinner,sun4i-a10-ahb-gates-clk", 402 .compat = "allwinner,sun4i-a10-apb0-gates-clk", 407 .compat = "allwinner,sun4i-a10-apb1-gates-clk", 412 .compat = "allwinner,sun4i-a10-mmc-clk", 417 .compat = "allwinner,sun4i-a10-usb-clk", 423 .compat = "allwinner,sun5i-a10s-ahb-gates-clk", [all …]
|
/openbsd-src/regress/usr.bin/ssh/unittests/kex/ |
H A D | test_proposal.c | 18 #include "compat.h" 42 int compat; in kex_proposal_tests() member 54 ssh.compat = tests[i].compat; in kex_proposal_tests() 102 for (ssh.compat = 0; ssh.compat < 0x40000000; ) { in kex_proposal_populate_tests() 109 if (ssh.compat == 0) in kex_proposal_populate_tests() 110 ssh.compat = 1; in kex_proposal_populate_tests() 112 ssh.compat <<= 1; in kex_proposal_populate_tests()
|
/openbsd-src/gnu/usr.bin/perl/lib/unicore/extracted/ |
H A D | DDecompositionType.txt | 269 00A8 ; Compat # Sk DIAERESIS 270 00AF ; Compat # Sk MACRON 271 00B4 ; Compat # Sk ACUTE ACCENT 272 00B5 ; Compat # L& MICRO SIGN 273 00B8 ; Compat # Sk CEDILLA 274 0132..0133 ; Compat # L& [2] LATIN CAPITAL LIGATURE IJ..LATIN SMALL LIGATURE IJ 275 013F..0140 ; Compat # L& [2] LATIN CAPITAL LETTER L WITH MIDDLE DOT..LATIN SMALL LETTER L WITH… 276 0149 ; Compat # L& LATIN SMALL LETTER N PRECEDED BY APOSTROPHE 277 017F ; Compat # L& LATIN SMALL LETTER LONG S 278 01C4..01CC ; Compat # L& [9] LATIN CAPITAL LETTER DZ WITH CARON..LATIN SMALL LETTER NJ [all …]
|
/openbsd-src/sys/arch/macppc/dev/ |
H A D | aoa.c | 89 char compat[32]; in aoa_match() local 98 bzero(compat, sizeof compat); in aoa_match() 99 OF_getprop(soundchip, "compatible", compat, sizeof compat); in aoa_match() 101 if (strcmp(compat, "AOAKeylargo") == 0 && in aoa_match() 104 if (strcmp(compat, "AOAK2") == 0) in aoa_match() 106 if (strcmp(compat, "AOAShasta") == 0) in aoa_match()
|
H A D | daca.c | 100 char compat[32]; in daca_match() local 109 bzero(compat, sizeof compat); in daca_match() 110 OF_getprop(soundchip, "compatible", compat, sizeof compat); in daca_match() 112 if (strcmp(compat, "daca") != 0) in daca_match()
|
/openbsd-src/usr.sbin/nsd/ |
H A D | Makefile.in | 208 basename.o: $(srcdir)/compat/basename.c 209 $(COMPILE) -c $(srcdir)/compat/basename.c 211 inet_pton.o: $(srcdir)/compat/inet_pton.c 212 $(COMPILE) -c $(srcdir)/compat/inet_pton.c 214 inet_ntop.o: $(srcdir)/compat/inet_ntop.c 215 $(COMPILE) -c $(srcdir)/compat/inet_ntop.c 217 inet_aton.o: $(srcdir)/compat/inet_aton.c 218 $(COMPILE) -c $(srcdir)/compat/inet_aton.c 220 b64_pton.o: $(srcdir)/compat/b64_pton.c 221 $(COMPILE) -c $(srcdir)/compat/b64_pton.c [all …]
|
H A D | acx_nlnetlabs.m4 | 36 # 2012-02-09 Fix AHX_MEMCMP_BROKEN with undef in compat/memcmp.h. 100 # AHX_CONFIG_SNPRINTF - snprintf compat prototype 101 # AHX_CONFIG_INET_PTON - inet_pton compat prototype 102 # AHX_CONFIG_INET_NTOP - inet_ntop compat prototype 103 # AHX_CONFIG_INET_ATON - inet_aton compat prototype 104 # AHX_CONFIG_MEMMOVE - memmove compat prototype 105 # AHX_CONFIG_STRLCAT - strlcat compat prototype 106 # AHX_CONFIG_STRLCPY - strlcpy compat prototype 107 # AHX_CONFIG_GMTIME_R - gmtime_r compat prototype 108 # AHX_CONFIG_W32_SLEEP - w32 compat for sleep [all …]
|
/openbsd-src/usr.bin/ssh/ |
H A D | compat.c | 1 /* $OpenBSD: compat.c,v 1.126 2023/03/06 12:14:48 dtucker Exp $ */ 34 #include "compat.h" 126 ssh->compat = 0; in compat_banner() 129 debug_f("match: %s pat %s compat 0x%08x", in compat_banner() 131 ssh->compat = check[i].bugs; in compat_banner() 144 if ((ssh->compat & (SSH_BUG_CURVE25519PAD|SSH_OLD_DHGEX)) == 0) in compat_kex_proposal() 147 if ((ssh->compat & SSH_BUG_CURVE25519PAD) != 0) in compat_kex_proposal() 151 if ((ssh->compat & SSH_OLD_DHGEX) != 0) { in compat_kex_proposal() 161 debug2_f("compat KEX proposal: %s", cp); in compat_kex_proposal()
|
/openbsd-src/sys/arch/sparc64/dev/ |
H A D | pcfiic_ebus.c | 64 char compat[32]; in pcfiic_ebus_match() local 73 if (OF_getprop(ea->ea_node, "compatible", compat, sizeof(compat)) == -1) in pcfiic_ebus_match() 76 if (strcmp(compat, "pcf8584") == 0 || in pcfiic_ebus_match() 77 strcmp(compat, "i2cpcf,8584") == 0 || in pcfiic_ebus_match() 78 strcmp(compat, "SUNW,i2c-pic16f747") == 0 || in pcfiic_ebus_match() 79 strcmp(compat, "SUNW,bbc-i2c") == 0) in pcfiic_ebus_match() 91 char compat[32]; in pcfiic_ebus_attach() local 101 if (OF_getprop(ea->ea_node, "compatible", compat, sizeof(compat)) > 0 && in pcfiic_ebus_attach() 102 strcmp(compat, "SUNW,bbc-i2c") == 0) { in pcfiic_ebus_attach()
|
/openbsd-src/sys/arch/macppc/pci/ |
H A D | mpcpcibus.c | 95 char * compat; member 310 char compat[32]; in mpcpcibrattach() local 323 len = OF_getprop(ca->ca_node, "name", compat, sizeof(compat)); in mpcpcibrattach() 324 compat[len] = '\0'; in mpcpcibrattach() 326 printf(" %s", compat); in mpcpcibrattach() 328 len = OF_getprop(ca->ca_node, "compatible", compat, sizeof(compat)); in mpcpcibrattach() 330 len = OF_getprop(ca->ca_node, "name", compat, sizeof(compat)); in mpcpcibrattach() 335 compat[len] = 0; in mpcpcibrattach() 336 if (strcmp(compat, "bandit") != 0) { in mpcpcibrattach() 338 compat); in mpcpcibrattach() [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 44 def CXXPre14CompatBinaryLiteral : DiagGroup<"c++98-c++11-compat-binary-literal">; 147 def C99Compat : DiagGroup<"c99-compat">; 148 def C2xCompat : DiagGroup<"c2x-compat">; 149 def CXXCompat: DiagGroup<"c++-compat">; 150 def ExternCCompat : DiagGroup<"extern-c-compat">; 151 def KeywordCompat : DiagGroup<"keyword-compat">; 179 DiagGroup<"c++11-compat-deprecated-writable-strings">; 264 def CXX98CompatExtraSemi : DiagGroup<"c++98-compat-extra-semi">; 281 def CXX17CompatMangling : DiagGroup<"c++17-compat-mangling">; 282 def : DiagGroup<"c++1z-compat-mangling", [CXX17CompatMangling]>; [all …]
|
/openbsd-src/usr.sbin/unbound/ |
H A D | acx_nlnetlabs.m4 | 36 # 2012-02-09 Fix AHX_MEMCMP_BROKEN with undef in compat/memcmp.h. 100 # AHX_CONFIG_SNPRINTF - snprintf compat prototype 101 # AHX_CONFIG_INET_PTON - inet_pton compat prototype 102 # AHX_CONFIG_INET_NTOP - inet_ntop compat prototype 103 # AHX_CONFIG_INET_ATON - inet_aton compat prototype 104 # AHX_CONFIG_MEMMOVE - memmove compat prototype 105 # AHX_CONFIG_STRLCAT - strlcat compat prototype 106 # AHX_CONFIG_STRLCPY - strlcpy compat prototype 107 # AHX_CONFIG_GMTIME_R - gmtime_r compat prototype 108 # AHX_CONFIG_W32_SLEEP - w32 compat for sleep [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/intl/ |
H A D | ChangeLog | 14 Makefile.in, bindtextdom.c, cat-compat.c, dcgettext.c, 16 gettextP.h, hash-string.h, intl-compat.c, intlh.inst.in, 108 * cat-compat.c: Fix copyright. 141 * cat-compat.c (textdomain): DoN't refer to HAVE_SETLOCALE_NULL 412 gettextP.h, finddomain.c, dcgettext.c, cat-compat.c: 427 * cat-compat.c (textdomain): 433 * cat-compat.c (bindtextdomain): Add missing { }. 506 * finddomain.c, cat-compat.c: Wrong indentation in #if for stpcpy. 511 * cat-compat.c: Fix typo. 523 * cat-compat.c: (stpcpy) [!_LIBC && !HAVE_STPCPY]: Define replacement. [all …]
|
/openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/ |
H A D | mkheader | 39 # %Canon and %Compat will be ($codepoint => $hexstring) after _U_stringify() 47 our %Compat; # $codepoint => \@codepoints : compat. decomp. 122 my $compat = $tab[2] =~ s/<[^>]+>//; 129 $Compat{$u} = $dec; 130 $Canon{$u} = $dec if ! $compat; 178 : $Compat{$_} ? @{ $Compat{$_} } : $_ 190 foreach my $key (keys %Compat) { 191 $Compat{$key} = [ getCompatList($key) ]; 224 foreach my $hash (\%Canon, \%Compat) { 324 name => "compat", [all …]
|
/openbsd-src/gnu/usr.bin/perl/dist/Storable/t/ |
H A D | flags.t | 68 is(ref $t2, 'TEST', "compat object is blessed into correct class"); 72 is(ref $t3, 'TEST', "compat object is blessed into correct class (explicit test)"); 76 is(ref $t3, 'TEST', "compat object is blessed into correct class (explicit test for bless)"); 101 ok(tied %{$t1->{bow}}, "compat object is tied"); 102 is(ref tied %{$t1->{bow}}, 'TIED_HASH', "compat object is tied into correct class");
|
/openbsd-src/gnu/usr.bin/binutils/intl/ |
H A D | ChangeLog | 84 * cat-compat.c: Fix copyright. 117 * cat-compat.c (textdomain): DoN't refer to HAVE_SETLOCALE_NULL 388 gettextP.h, finddomain.c, dcgettext.c, cat-compat.c: 403 * cat-compat.c (textdomain): 409 * cat-compat.c (bindtextdomain): Add missing { }. 482 * finddomain.c, cat-compat.c: Wrong indentation in #if for stpcpy. 487 * cat-compat.c: Fix typo. 499 * cat-compat.c: (stpcpy) [!_LIBC && !HAVE_STPCPY]: Define replacement. 579 * Makefile.in (SOURCES): Fix typo: intrl.compat.c -> intl-compat.c. 663 * cat-compat.c (bindtextdomain): [all …]
|
/openbsd-src/lib/libc/compat-43/ |
H A D | Makefile.inc | 3 # compat-43 sources 4 .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/compat-43 ${LIBCSRCDIR}/compat-43
|
/openbsd-src/gnu/gcc/gcc/config/i386/ |
H A D | cpuid.h | 31 #define bit_PCLMUL bit_PCLMULQDQ /* for gcc compat */ 48 #define bit_SSE4_1 bit_SSE41 /* for gcc compat */ 50 #define bit_SSE4_2 bit_SSE42 /* for gcc compat */ 56 #define bit_AES bit_AESNI /* for gcc compat */ 73 #define bit_CMPXCHG8B bit_CX8 /* for gcc compat */ 88 #define bit_FXSAVE bit_FXSR /* for gcc compat */
|
/openbsd-src/gnu/usr.bin/gcc/gcc/intl/ |
H A D | ChangeLog | 92 * cat-compat.c, linux-msg.sed, po2tbl.sed.in, xopen-msg.sed: 218 * cat-compat.c: Fix copyright. 251 * cat-compat.c (textdomain): DoN't refer to HAVE_SETLOCALE_NULL 522 gettextP.h, finddomain.c, dcgettext.c, cat-compat.c: 537 * cat-compat.c (textdomain): 543 * cat-compat.c (bindtextdomain): Add missing { }. 616 * finddomain.c, cat-compat.c: Wrong indentation in #if for stpcpy. 621 * cat-compat.c: Fix typo. 633 * cat-compat.c: (stpcpy) [!_LIBC && !HAVE_STPCPY]: Define replacement. 713 * Makefile.in (SOURCES): Fix typo: intrl.compat.c -> intl-compat.c. [all …]
|