| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | msgl-cat.c | 314 tmp->alternative = NULL; in catenate_msgdomain_list() 585 tmp->alternative = xrealloc (tmp->alternative, nbytes); in catenate_msgdomain_list() 586 tmp->alternative[i].msgstr = mp->msgstr; in catenate_msgdomain_list() 587 tmp->alternative[i].msgstr_len = mp->msgstr_len; in catenate_msgdomain_list() 588 tmp->alternative[i].msgstr_end = in catenate_msgdomain_list() 589 tmp->alternative[i].msgstr + tmp->alternative[i].msgstr_len; in catenate_msgdomain_list() 590 tmp->alternative[i].comment = mp->comment; in catenate_msgdomain_list() 591 tmp->alternative[i].comment_dot = mp->comment_dot; in catenate_msgdomain_list() 592 tmp->alternative[i].id = id; in catenate_msgdomain_list() 629 struct altstr *first = &tmp->alternative[0]; in catenate_msgdomain_list() [all …]
|
| H A D | xgettext.c | 2325 xmalloc (offsetof (struct arglist_parser, alternative[0])); in arglist_parser_alloc() 2348 ap->alternative[i].argnumc = shapes->shapes[i].argnumc; in arglist_parser_alloc() 2349 ap->alternative[i].argnum1 = shapes->shapes[i].argnum1; in arglist_parser_alloc() 2350 ap->alternative[i].argnum2 = shapes->shapes[i].argnum2; in arglist_parser_alloc() 2351 ap->alternative[i].argnum1_glib_context = in arglist_parser_alloc() 2353 ap->alternative[i].argnum2_glib_context = in arglist_parser_alloc() 2355 ap->alternative[i].argtotal = shapes->shapes[i].argtotal; in arglist_parser_alloc() 2356 ap->alternative[i].xcomments = shapes->shapes[i].xcomments; in arglist_parser_alloc() 2357 ap->alternative[i].msgctxt = NULL; in arglist_parser_alloc() 2358 ap->alternative[i].msgctxt_pos.file_name = NULL; in arglist_parser_alloc() [all …]
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | uuencode | 17 # btoa(1) is an alternative to uuencode that requires less space. 20 # ship(1) is another, much cooler alternative to uuencode.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | mmx.md | 128 (cond [(eq_attr "alternative" "0,1") 130 (eq_attr "alternative" "2,3,4,9,10") 132 (eq_attr "alternative" "15,16") 134 (eq_attr "alternative" "17,18") 139 (cond [(eq_attr "alternative" "0,1") 141 (eq_attr "alternative" "2,3,4") 143 (eq_attr "alternative" "5") 145 (eq_attr "alternative" "6,7,8,9,10") 147 (eq_attr "alternative" "11") 149 (eq_attr "alternative" "17,18") [all …]
|
| H A D | i386.md | 1638 (cond [(eq_attr "alternative" "0") 1652 (eq_attr "alternative" "0") 1656 (eq_attr "alternative" "0") 1965 (cond [(eq_attr "alternative" "0,1,6,7") 1967 (eq_attr "alternative" "3") 1972 (cond [(eq_attr "alternative" "0,1,6,7") 1974 (eq_attr "alternative" "2,3") 1983 (cond [(eq_attr "alternative" "0,1") 1990 (and (eq_attr "alternative" "5") 1996 (cond [(eq_attr "alternative" "6") [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | mmx.md | 160 (cond [(eq_attr "alternative" "0,1") 162 (eq_attr "alternative" "2,3,4,9,10") 164 (eq_attr "alternative" "15,16") 166 (eq_attr "alternative" "17,18") 171 (cond [(eq_attr "alternative" "0,1") 173 (eq_attr "alternative" "2,3,4") 175 (eq_attr "alternative" "5") 177 (eq_attr "alternative" "6,7,8,9,10") 179 (eq_attr "alternative" "11") 181 (eq_attr "alternative" "17,18") [all …]
|
| H A D | i386.md | 1748 (cond [(eq_attr "alternative" "0") 1762 (eq_attr "alternative" "0") 1766 (eq_attr "alternative" "0") 2132 (cond [(eq_attr "alternative" "0,1,6,7") 2134 (eq_attr "alternative" "3") 2139 (cond [(eq_attr "alternative" "0,1,6,7") 2141 (eq_attr "alternative" "2,3") 2150 (cond [(eq_attr "alternative" "0,1") 2157 (and (eq_attr "alternative" "5") 2163 (cond [(eq_attr "alternative" "6") [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/variant/ |
| H A D | variant.c | 56 AttributeDescription *attr, *alternative; member 175 rc = be_entry_get_rw( op, &ndn, NULL, vai->alternative, 0, &e ); in variant_build_entry() 178 op, &ndn, NULL, vai->alternative, 0, &e, on ); in variant_build_entry() 195 a = attr_find( e->e_attrs, vai->alternative ); in variant_build_entry() 207 if ( backend_access( op, e, &ndn, vai->alternative, &nvals[i], in variant_build_entry() 510 mod->sml_desc = vai->alternative; in variant_op_mod() 1002 ad = &vai->alternative; in variant_set_attribute() 1029 if ( vai->attr && vai->alternative && in variant_set_attribute() 1031 vai->alternative->ad_type->sat_syntax ) { in variant_set_attribute()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | X509_check_host.pod | 87 one subject alternative name of the right type (DNS name or email 89 when at least one corresponding subject alternative names is present. 92 consider the subject DN even if the certificate contains no subject alternative 94 is to use the subject DN when no corresponding subject alternative names are
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | X509_check_host.pod | 92 one subject alternative name of the right type (DNS name or email 94 when at least one corresponding subject alternative names is present. 97 consider the subject DN even if the certificate contains no subject alternative 99 is to use the subject DN when no corresponding subject alternative names are
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man5/ |
| H A D | x509v3_config.pod | 161 The subject alternative name extension allows various literal values to be 200 The issuer alternative name option supports all the literal options of 201 subject alternative name. It does B<not> support the email:copy option because 203 that will copy all the subject alternative name values from the issuer 215 where I<location> has the same syntax as subject alternative name (except 228 using the same form as subject alternative name or a single value representing 238 of the distribution point in the same format as subject alternative name. 244 subject alternative name format.
|
| /netbsd-src/external/bsd/unbound/dist/doc/ |
| H A D | README | 16 (optional) can use builtin alternative instead. 22 --with-libevent=no (default) gives a builtin alternative 25 resistance. For the default of 16 ports the builtin alternative 99 the config file is an alternative. The interface-automatic option uses
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | ia64-asmtab.h | 103 short alternative; member
|
| H A D | ia64-gen.c | 103 struct completer_entry *alternative; member 1834 ent = ent->alternative; in add_dis_entry() 2231 ent1 = ent1->alternative; in completer_entries_eq() 2232 ent2 = ent2->alternative; in completer_entries_eq() 2251 ent->alternative = insert_gclist (ent->alternative); in insert_gclist() 2388 ent = ent->alternative; in compute_completer_bits() 2544 ptr = &((*ptr)->alternative); in insert_completer_entry() 2554 nent->alternative = *ptr; in insert_completer_entry() 2601 ent->alternative != NULL ? ent->alternative->num : -1, in print_completer_entry()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | ia64-asmtab.h | 103 short alternative; member
|
| H A D | ia64-gen.c | 112 struct completer_entry *alternative; member 1841 ent = ent->alternative; in add_dis_entry() 2238 ent1 = ent1->alternative; in completer_entries_eq() 2239 ent2 = ent2->alternative; in completer_entries_eq() 2258 ent->alternative = insert_gclist (ent->alternative); in insert_gclist() 2395 ent = ent->alternative; in compute_completer_bits() 2551 ptr = &((*ptr)->alternative); in insert_completer_entry() 2561 nent->alternative = *ptr; in insert_completer_entry() 2608 ent->alternative != NULL ? ent->alternative->num : -1, in print_completer_entry()
|
| /netbsd-src/external/mpl/bind/dist/doc/arm/ |
| H A D | requirements.inc.rst | 66 bandwidth used by external name lookups. The second alternative is to 69 much memory or CPU power as in the first alternative, but this has the
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| H A D | constraints.md | 33 ;; alternative should have a 'd' constraint while the latter should be 41 ;; spillable registers, so the first alternative can't be used. 46 ;; alternative.
|
| /netbsd-src/external/mit/isl/dist/m4/ |
| H A D | ax_cxx_compile_stdcxx.m4 | 78 for alternative in ${ax_cxx_compile_alternatives}; do 79 switch="-std=gnu++${alternative}" 105 for alternative in ${ax_cxx_compile_alternatives}; do 106 for switch in -std=c++${alternative} +std=c++${alternative} "-h std=c++${alternative}"; do
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
| H A D | constraints.md | 33 ;; alternative should have a 'd' constraint while the latter should be 41 ;; spillable registers, so the first alternative can't be used. 46 ;; alternative.
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | ax_cxx_compile_stdcxx.m4 | 88 for alternative in ${ax_cxx_compile_alternatives}; do 89 switch="-std=gnu++${alternative}" 115 for alternative in ${ax_cxx_compile_alternatives}; do 116 for switch in -std=c++${alternative} +std=c++${alternative} "-h std=c++${alternative}"; do
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
| H A D | label.y | 239 %type <expr> alternative 257 alternative 259 | alternative '?' optional_conditional ':' conditional 270 alternative: 273 | alternative '|' list 275 | alternative '&' list
|
| /netbsd-src/external/gpl3/gcc/dist/config/ |
| H A D | ax_cxx_compile_stdcxx.m4 | 88 for alternative in ${ax_cxx_compile_alternatives}; do 89 switch="-std=gnu++${alternative}" 115 for alternative in ${ax_cxx_compile_alternatives}; do 116 for switch in -std=c++${alternative} +std=c++${alternative} "-h std=c++${alternative}"; do
|
| /netbsd-src/external/gpl3/gdb/dist/config/ |
| H A D | ax_cxx_compile_stdcxx.m4 | 88 for alternative in ${ax_cxx_compile_alternatives}; do 89 switch="-std=gnu++${alternative}" 115 for alternative in ${ax_cxx_compile_alternatives}; do 116 for switch in -std=c++${alternative} +std=c++${alternative} "-h std=c++${alternative}"; do
|
| /netbsd-src/external/bsd/unbound/dist/ |
| H A D | README | 5 the same time and the builtin alternative is equally capable and a
|