| /openbsd-src/gnu/usr.bin/binutils/ |
| H A D | Makefile.in | 536 maybe-configure-target-libstdc++-v3 \ 537 maybe-configure-target-newlib \ 538 maybe-configure-target-libf2c \ 539 maybe-configure-target-libobjc \ 540 maybe-configure-target-libtermcap \ 541 maybe-configure-target-winsup \ 542 maybe-configure-target-libgloss \ 543 maybe-configure-target-libiberty \ 544 maybe-configure-target-gperf \ 545 maybe-configure-target-examples \ [all …]
|
| H A D | Makefile.tpl | 475 configure-host: maybe-configure-gcc [+ 477 maybe-configure-[+module+][+ 482 maybe-configure-target-[+module+][+ 490 all-host: maybe-all-gcc [+ 492 maybe-all-[+module+][+ 497 maybe-all-target-[+module+][+ 509 [+make_target+]-host: maybe-[+make_target+]-gcc [+ 511 maybe-[+make_target+]-[+module+][+ 517 maybe-[+make_target+]-target-[+module+][+ 521 .PHONY: maybe-[+make_target+]-gcc [+make_target+]-gcc [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ |
| H A D | Makefile.in | 556 maybe-configure-ash \ 557 maybe-configure-autoconf \ 558 maybe-configure-automake \ 559 maybe-configure-bash \ 560 maybe-configure-bfd \ 561 maybe-configure-opcodes \ 562 maybe-configure-binutils \ 563 maybe-configure-bison \ 564 maybe-configure-byacc \ 565 maybe-configure-bzip2 \ [all …]
|
| H A D | Makefile.tpl | 471 maybe-configure-[+module+][+ 476 maybe-configure-target-[+module+][+ 499 all-build: maybe-all-build-[+module+][+ ENDFOR build_modules +] 504 all-host: maybe-all-[+module+][+ IF bootstrap +] 510 all-target: maybe-all-target-[+module+][+ IF bootstrap +] 529 [+make_target+]-host: maybe-[+make_target+]-[+module+][+ ENDFOR host_modules +] 533 [+make_target+]-target: maybe-[+make_target+]-target-[+module+][+ ENDFOR target_modules +] 548 do-info: maybe-all-texinfo 602 maybe-check-[+module+][+ 608 maybe-check-target-[+module+][+ [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/mro/ |
| H A D | next_skip.t | 40 sub maybe { 'Diamond_C::maybe' } 54 sub maybe { 'Diamond_D::maybe => ' . ((shift)->maybe::next::method() || 0) } 55 sub moybe { 'Diamond_D::moybe => ' . ((shift)->maybe::next::method() || 0) } 74 is(Diamond_D->maybe, 'Diamond_D::maybe => Diamond_C::maybe', '... redispatched D to C when it exist…
|
| H A D | next_skip_utf8.t | 57 sub maᐇbʚ { 'Diᚪၚd_D::maᐇbʚ => ' . ((shift)->maybe::next::method() || 0) } 58 sub ᒧyベ { 'Diᚪၚd_D::ᒧyベ => ' . ((shift)->maybe::next::method() || 0) }
|
| /openbsd-src/gnu/usr.bin/binutils/config/ |
| H A D | mh-cygwin | 1 EXTRA_TARGET_HOST_ALL_MODULES=maybe-all-libtermcap 2 EXTRA_TARGET_HOST_INSTALL_MODULES=maybe-install-libtermcap 4 all-gdb: maybe-all-libtermcap 6 install-gdb: maybe-all-libtermcap
|
| H A D | mh-cxux | 1 # Configuration for Harris CX/UX 7 (and maybe 6), based on sysv4 configuration.
|
| /openbsd-src/gnu/gcc/config/ |
| H A D | mh-cygwin | 1 EXTRA_TARGET_HOST_ALL_MODULES=maybe-all-libtermcap 2 EXTRA_TARGET_HOST_INSTALL_MODULES=maybe-install-libtermcap 4 all-gdb: maybe-all-libtermcap 6 install-gdb: maybe-all-libtermcap
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/config/ |
| H A D | mh-cygwin | 1 EXTRA_TARGET_HOST_ALL_MODULES=maybe-all-libtermcap 2 EXTRA_TARGET_HOST_INSTALL_MODULES=maybe-install-libtermcap 4 all-gdb: maybe-all-libtermcap 6 install-gdb: maybe-all-libtermcap
|
| H A D | mh-cxux | 1 # Configuration for Harris CX/UX 7 (and maybe 6), based on sysv4 configuration.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | elfread.c | 677 struct stab_section_info *maybe = dbx->stab_section_info; in elfstab_offset_sections() local 690 for (; maybe; maybe = maybe->next) in elfstab_offset_sections() 692 if (filename[0] == maybe->filename[0] in elfstab_offset_sections() 693 && strcmp (filename, maybe->filename) == 0) in elfstab_offset_sections() 697 if (0 == maybe->found) in elfstab_offset_sections() 699 questionable = maybe; /* Might use it later. */ in elfstab_offset_sections() 703 if (maybe == 0 && questionable != 0) in elfstab_offset_sections() 707 maybe = questionable; in elfstab_offset_sections() 710 if (maybe) in elfstab_offset_sections() 713 maybe->found++; in elfstab_offset_sections() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | utils.t | 34 my @maybe; 38 push @maybe, $1 if m!^(Porting/\S+)!; 45 push @maybe, $1; 46 $maybe[$#maybe] .= '.com' if $^O eq 'VMS'; 57 foreach (@maybe) {
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| H A D | enum3.C | 4 enum tristate { no = -1, maybe, yes }; enumerator 13 case maybe: in tristate_satisfies() 18 return maybe; in tristate_satisfies()
|
| H A D | enum2.C | 3 enum tristate { no = -1, maybe, yes }; enumerator
|
| H A D | enum4.C | 4 enum tristate { no = -1, maybe, yes }; enumerator
|
| /openbsd-src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/ |
| H A D | demo2.pl | 7 my %z1 :Multi(method?maybe); 8 my %z2 :Multi(method,maybe);
|
| /openbsd-src/usr.bin/calendar/calendars/de_DE.UTF-8/ |
| H A D | calendar.kirche | 16 11/Sun-3 Volkstrauertag (maybe) 22 12/Sun+4 4. Advent (maybe)
|
| /openbsd-src/sys/kern/ |
| H A D | uipc_domain.c | 143 const struct protosw *maybe = NULL; in pffindproto() 157 pr->pr_protocol == 0 && maybe == NULL) in net_link_sysctl() 158 maybe = pr; in net_link_sysctl() 160 return (maybe); in net_link_sysctl() 133 const struct protosw *maybe = NULL; pffindproto() local
|
| /openbsd-src/lib/libkeynote/testsuite/ |
| H A D | test-assertion7 | 6 _VALUES == "false,maybe,probably,true" && _VALUES != "foo" && 24 @foo / @foo == @foo -> "maybe";
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/po/ |
| H A D | POTFILES.in | 29 maybe-ranlib.c 30 maybe-strip.c
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/po/ |
| H A D | POTFILES.in | 30 maybe-ranlib.c 31 maybe-strip.c
|
| /openbsd-src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/ |
| H A D | 11_hashassign.t | 26 is ($comma{key}, "value", 'is key present? (maybe optimised)'); 45 is ($temp{key}, "value", 'is key present? (maybe optimised)'); 67 is ($arrow{Key}, "Value", 'is key present? (maybe optimised)'); 86 is ($temp{Key}, "Value", 'is key present? (maybe optimised)'); 199 is (eval $tempval, $value, "is key present? (maybe $tempval is optimised)"); 218 is (eval $tempval, $value, "is key present? (maybe $tempval is optimised)"); 242 is (eval $tempval, $value, "is key present? (maybe $tempval is optimised)"); 261 is (eval $tempval, $value, "is key present? (maybe $tempval is optimised)");
|
| /openbsd-src/usr.bin/mail/ |
| H A D | fio.c | 72 int maybe, inhead, omsgCount; in setptr() local 96 maybe = 1; in setptr() 128 if (maybe && linebuf[0] == 'F' && ishead(linebuf)) { in setptr() 162 maybe = linebuf[0] == 0; in setptr()
|
| /openbsd-src/gnu/usr.bin/perl/ext/mro/ |
| H A D | mro.pm | 35 maybe::next; 74 C<maybe::next::method> are not available until this C<mro> module 295 =head2 maybe::next::method 302 works (like C<goto &maybe::next::method>);
|