Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 25 of 172) sorted by relevance

1234567

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dcheck-init.c639 struct alternatives alt; local
644 BEGIN_ALTERNATIVES (before, alt);
645 alt.block = exp;
647 END_ALTERNATIVES (before, alt);
654 struct alternatives *alt = alternatives; local
658 if (TREE_CODE (alt->block) != LOOP_EXPR)
662 done_alternative (when_true, alt);
669 struct alternatives alt; local
670 BEGIN_ALTERNATIVES (before, alt);
671 alt.block = exp;
[all …]
/openbsd/src/usr.sbin/ldpd/
Daddress.c183 struct address_list_tlv alt; in recv_address() local
208 memcpy(&alt, buf, sizeof(alt)); in recv_address()
209 alt_len = ntohs(alt.length); in recv_address()
210 alt_family = ntohs(alt.family); in recv_address()
215 if (ntohs(alt.type) != TLV_TYPE_ADDRLIST) { in recv_address()
234 alt_len -= sizeof(alt.family); in recv_address()
235 buf += sizeof(alt); in recv_address()
236 len -= sizeof(alt); in recv_address()
321 struct address_list_tlv alt; in gen_address_list_tlv() local
326 memset(&alt, 0, sizeof(alt)); in gen_address_list_tlv()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Dsigaltstack.c84 struct sigaltstack alt; in main() local
85 memset (&alt, 0, sizeof (alt)); in main()
86 alt.ss_sp = stack; in main()
87 alt.ss_size = SIGSTKSZ; in main()
88 alt.ss_flags = 0; in main()
89 if (sigaltstack (&alt, NULL) < 0) in main()
/openbsd/src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
DList.pm43 my $alt;
45 $alt = "i-$1";
47 $alt = "x-$1";
49 $alt = '';
57 last if $name = $Name{$alt};
63 $alt =~ s/(-[a-z0-9]+)$//s && $Debug && print " alt -> $alt\n";
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
DPlainText.pm137 $$self{alt} = 0 unless defined $$self{alt};
305 if ($$self{alt}) {
319 if ($$self{alt}) {
333 if ($$self{alt}) {
415 sub seq_b { return $_[0]{alt} ? "``$_[1]''" : $_[1] }
416 sub seq_c { return $_[0]{alt} ? "``$_[1]''" : "`$_[1]'" }
417 sub seq_f { return $_[0]{alt} ? "\"$_[1]\"" : $_[1] }
494 $space =~ s/^ /:/ if $$self{alt};
505 s/^ /:/ if ($$self{alt} && $indent > 0);
576 if ($flag eq '-a') { push (@args, alt => 1) }
/openbsd/src/lib/libedit/
Dmap.c910 el->el_map.alt = reallocarray(NULL, N_KEYS, sizeof(el_action_t)); in map_init()
911 if (el->el_map.alt == NULL) in map_init()
948 free(el->el_map.alt); in map_end()
949 el->el_map.alt = NULL; in map_end()
987 el_action_t *alt = el->el_map.alt; in map_init_meta() local
993 for (i = 0; i <= 0377 && alt[i] != EM_META_NEXT; i++) in map_init_meta()
998 map = alt; in map_init_meta()
1000 map = alt; in map_init_meta()
1027 el_action_t *alt = el->el_map.alt; in map_init_vi() local
1038 alt[i] = vic[i]; in map_init_vi()
[all …]
/openbsd/src/lib/libcurses/
DCaps-ncurses418 userdef kDC3 str - alt delete-character
419 userdef kDC4 str - shift+alt delete-character
422 userdef kDC7 str - alt+control delete-character
424 userdef kDN3 str - alt down-cursor
425 userdef kDN4 str - shift+alt down-cursor
428 userdef kDN7 str - alt+control down-cursor
429 userdef kEND3 str - alt end
430 userdef kEND4 str - shift+alt end
433 userdef kEND7 str - alt+control end
434 userdef kHOM3 str - alt home
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterInfos_riscv64.h49 #define DEFINE_GPR64_ALT(reg, alt, generic_kind) \ argument
51 #reg, #alt, 8, GPR_OFFSET(gpr_##reg##_riscv - gpr_first_riscv), \
58 #define DEFINE_FPR64_ALT(reg, alt, generic_kind) DEFINE_FPR_ALT(reg, alt, 8, generic_kind) argument
60 #define DEFINE_FPR_ALT(reg, alt, size, generic_kind) \ argument
62 #reg, #alt, size, FPR_OFFSET(fpr_##reg##_riscv - fpr_first_riscv), \
DRegisterInfos_mips.h33 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3) \ argument
35 #reg, alt, sizeof(((GPR_linux_mips *) NULL)->reg) / 2, \
47 #define DEFINE_FPR(reg, alt, kind1, kind2, kind3) \ argument
49 #reg, alt, sizeof(((FPR_linux_mips *) NULL)->reg), \
57 #define DEFINE_FPR_INFO(reg, alt, kind1, kind2, kind3) \ argument
59 #reg, alt, sizeof(((FPR_linux_mips *) NULL)->reg), \
66 #define DEFINE_MSA(reg, alt, kind1, kind2, kind3, kind4) \ argument
68 #reg, alt, sizeof(((MSA_linux_mips *) 0)->reg), \
75 #define DEFINE_MSA_INFO(reg, alt, kind1, kind2, kind3, kind4) \ argument
77 #reg, alt, sizeof(((MSA_linux_mips *) 0)->reg), \
DRegisterInfos_mips64.h27 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
29 #reg, alt, sizeof(((GPR_freebsd_mips *) 0)->reg), \
36 #define DEFINE_FPR(reg, alt, kind1, kind2, kind3) \ argument
38 #reg, alt, sizeof(((FPR_freebsd_mips *) 0)->reg), \
45 #define DEFINE_FPR_INFO(reg, alt, kind1, kind2, kind3) \ argument
47 #reg, alt, sizeof(((FPR_freebsd_mips *) 0)->reg), \
DRegisterInfos_s390x.h25 #define DEFINE_GPR(name, size, offset, alt, generic) \ argument
27 #name, alt, size, offset, eEncodingUint, eFormatHex, \
33 #define DEFINE_GPR_NODWARF(name, size, offset, alt, generic) \ argument
35 #name, alt, size, offset, eEncodingUint, eFormatHex, \
DRegisterInfos_loongarch64.h47 #define DEFINE_GPR64_ALT(reg, alt, generic_kind) \ argument
49 #reg, #alt, 8, GPR_OFFSET(gpr_##reg##_loongarch - gpr_first_loongarch), \
56 #define DEFINE_FPR64_ALT(reg, alt, generic_kind) \ argument
58 #reg, #alt, 8, FPR_OFFSET(fpr_##reg##_loongarch - fpr_first_loongarch), \
/openbsd/src/sys/ddb/
Ddb_output.c204 db_format(char *buf, size_t bufsize, long val, int format, int alt, int width) in db_format() argument
209 fmt = alt ? "-%#*lx" : "-%*lx"; in db_format()
211 fmt = alt ? "-%#*lo" : "-%*lo"; in db_format()
213 fmt = alt ? "-%#*lu" : "-%*lu"; in db_format()
/openbsd/src/usr.bin/rpcgen/
Drpc_cout.c234 char *alt = NULL; local
245 alt = "string";
248 alt = "opaque";
250 if (alt) {
251 print_ifopen(indent, alt);
261 if (!alt) {
267 alt = "string";
270 alt = "bytes";
273 print_ifopen(indent, alt);
277 if (alt) {
[all …]
/openbsd/src/gnu/usr.bin/perl/utils/
Dperlbug.PL168 my $alt = "";
171 $alt = $alts{$name}{$what};
185 $alt = _prompt('', "\u$name", $alts{$name}{'default'});
186 $alt ||= $alts{$name}{'default'};
187 } while !((($alt) = grep(/^$alt/i, @alts)));
189 lc $alt;
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430RegisterInfo.td13 class MSP430Reg<bits<4> num, string n, list<string> alt = []> : Register<n> {
17 let AltNames = alt;
22 list<string> alt = []>
27 let AltNames = alt;
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dregrename.c760 int alt; local
784 alt = which_alternative;
794 int matches = recog_op_alt[i][alt].matches;
796 recog_op_alt[i][alt].class = recog_op_alt[matches][alt].class;
797 if (matches >= 0 || recog_op_alt[i][alt].matched >= 0
871 enum reg_class class = recog_op_alt[opn][alt].class;
880 if (recog_op_alt[opn][alt].is_address)
945 enum reg_class class = recog_op_alt[i][alt].class;
952 recog_op_alt[i][alt].earlyclobber);
962 enum reg_class class = recog_op_alt[opn][alt].class;
[all …]
Dgensupport.c569 alter_predicate_for_insn (pattern, alt, max_op, lineno) in alter_predicate_for_insn() argument
571 int alt, max_op, lineno;
594 if (c && *c && alt > 1)
597 size_t len = alt * (c_len + 1);
601 for (i = 1; i < alt; ++i)
632 r = alter_predicate_for_insn (XEXP (pattern, i), alt,
642 alt, max_op, lineno);
707 alter_output_for_insn (ce_elem, insn_elem, alt, max_op) in alter_output_for_insn() argument
709 int alt, max_op;
731 len = (ce_len + 1) * alt + insn_len + 1;
/openbsd/src/usr.bin/libtool/LT/
DGetopt.pm157 alt => [map { Option->factory($_); } @alternates],
164 $self->{alt}[0]->setup($allopts, $isarray);
171 my $canonical = ${$self->{alt}[0]};
172 for my $s (@{$self->{alt}}) {
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.td15 class HexagonReg<bits<5> num, string n, list<string> alt = [],
16 list<Register> alias = []> : Register<n, alt> {
28 list<string> alt = []> :
30 let AltNames = alt;
34 class HexagonSys<bits<7> num, string n, list<string> alt = [],
35 list<Register> alias = []> : Register<n, alt> {
41 list<string> alt = []> :
43 let AltNames = alt;
49 class Ri<bits<5> num, string n, list<string> alt = []> :
50 HexagonReg<num, n, alt>;
[all …]
/openbsd/src/gnu/gcc/gcc/
Dregrename.c759 int alt; in build_def_use() local
783 alt = which_alternative; in build_def_use()
793 int matches = recog_op_alt[i][alt].matches; in build_def_use()
795 recog_op_alt[i][alt].cl = recog_op_alt[matches][alt].cl; in build_def_use()
796 if (matches >= 0 || recog_op_alt[i][alt].matched >= 0 in build_def_use()
870 enum reg_class cl = recog_op_alt[opn][alt].cl; in build_def_use()
879 if (recog_op_alt[opn][alt].is_address) in build_def_use()
946 enum reg_class cl = recog_op_alt[i][alt].cl; in build_def_use()
953 recog_op_alt[i][alt].earlyclobber); in build_def_use()
963 enum reg_class cl = recog_op_alt[opn][alt].cl; in build_def_use()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/
DRegisterContextWindows_x86.cpp28 #define DEFINE_GPR(reg, alt) #reg, alt, 4, 0, eEncodingUint, eFormatHexUppercase argument
29 #define DEFINE_GPR_BIN(reg, alt) #reg, alt, 4, 0, eEncodingUint, eFormatBinary argument
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/
DGlobMapper.pm258 my $alt = $self->_parseBit($1);
259 defined $alt or return 0 ;
260 $out .= "($alt)" ;
/openbsd/src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/
DTar.pm705 my $alt = shift;
710 return $self->_extract_file( $entry, $alt );
716 my $alt = shift;
719 my $name = defined $alt ? $alt : $entry->full_path;
724 if ( defined $alt ) { # It's a local-OS path
725 ($vol,$dirs,$file) = File::Spec->splitpath( $alt,
738 if( not defined $alt and not $INSECURE_EXTRACT_MODE ) {
755 my @dirs = defined $alt
760 if( not defined $alt and
/openbsd/src/regress/lib/libtls/verify/
Dverifytest.c407 alt_names_add(STACK_OF(GENERAL_NAME) *alt_name_stack, struct alt_name *alt) in alt_names_add() argument
414 alt_name->type = alt->name_type; in alt_names_add()
418 if (ASN1_STRING_set(alt_name_str, alt->name, alt->name_len) == 0) in alt_names_add()

1234567