| /netbsd/src/lib/librefuse/ |
| D | refuse_opt.c | 183 static bool match_templ(const char *templ, const char *opt, ssize_t *sep_idx) in match_templ() argument 185 const char *sep = strpbrk(templ, "= "); in match_templ() 189 (size_t)(sep[0] == '=' ? sep - templ + 1 : sep - templ); in match_templ() 191 if (strlen(opt) >= cmp_len && strncmp(templ, opt, cmp_len) == 0) { in match_templ() 193 *sep_idx = (ssize_t)(sep - templ); in match_templ() 201 if (strcmp(templ, opt) == 0) { in match_templ() 215 for (; opts != NULL && opts->templ != NULL; opts++) { in find_opt() 216 if (match_templ(opts->templ, opt, sep_idx)) in find_opt() 298 if (sep_idx > 0 && opt->templ[sep_idx + 1] == '%') { in parse_matched_arg() 301 … opt->templ[sep_idx] == '=' ? &arg[sep_idx + 1] : &arg[sep_idx]; in parse_matched_arg() [all …]
|
| D | fuse_opt.h | 50 const char *templ; member 55 #define FUSE_OPT_KEY(templ, key) { templ, -1, key } argument 56 #define FUSE_OPT_END { .templ = NULL }
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | symfile-mem.c | 83 symbol_file_add_from_memory (struct bfd *templ, CORE_ADDR addr, in symbol_file_add_from_memory() argument 92 if (bfd_get_flavour (templ) != bfd_target_elf_flavour) in symbol_file_add_from_memory() 95 nbfd = bfd_elf_bfd_from_remote_memory (templ, addr, size, &loadbase, in symbol_file_add_from_memory() 137 struct bfd *templ; in add_symbol_file_from_memory_command() local 146 templ = current_program_space->symfile_object_file->obfd.get (); in add_symbol_file_from_memory_command() 148 templ = current_program_space->exec_bfd (); in add_symbol_file_from_memory_command() 149 if (templ == NULL) in add_symbol_file_from_memory_command() 153 symbol_file_add_from_memory (templ, addr, 0, NULL, from_tty); in add_symbol_file_from_memory_command()
|
| D | ia64-tdep.c | 520 long long templ; in fetch_instruction() local 551 templ = extract_bit_field (bundle, 0, 5); in fetch_instruction() 552 *it = template_encoding_table[(int)templ][slotnum]; in fetch_instruction() 650 int templ; in ia64_memory_insert_breakpoint() local 676 templ = extract_bit_field (bundle, 0, 5); in ia64_memory_insert_breakpoint() 677 if (template_encoding_table[templ][slotnum] == X) in ia64_memory_insert_breakpoint() 686 if (template_encoding_table[templ][slotnum] == L) in ia64_memory_insert_breakpoint() 738 int templ; in ia64_memory_remove_breakpoint() local 757 templ = extract_bit_field (bundle_mem, 0, 5); in ia64_memory_remove_breakpoint() 758 if (template_encoding_table[templ][slotnum] == X) in ia64_memory_remove_breakpoint() [all …]
|
| D | cp-name-parser.y | 223 %type <comp> templ template_arg 532 | nested_name templ %prec NAME 534 | templ %prec NAME 560 | templ COLONCOLON 564 | nested_name templ COLONCOLON 573 templ : NAME '<' template_params '>'
|
| D | cp-namespace.c | 582 struct template_symbol *templ in cp_lookup_symbol_imports_or_template() local 585 templ->n_template_arguments, in cp_lookup_symbol_imports_or_template() 586 templ->template_arguments); in cp_lookup_symbol_imports_or_template()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | emutls.c | 44 void *templ; member 127 if (obj->templ) in emutls_alloc() 128 memcpy (ret, obj->templ, obj->size); in emutls_alloc() 207 word size, word align, void *templ) in __emutls_register_common() argument 214 obj->templ = NULL; in __emutls_register_common() 218 if (templ && size == obj->size) in __emutls_register_common() 219 obj->templ = templ; in __emutls_register_common()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-typeprint.cc | 23 class templ class 27 templ<T> *value; 30 templ<basic_string> s;
|
| /netbsd/src/external/bsd/libbind/dist/resolv/ |
| D | res_debug.c | 1048 u_int32_t templ; local 1068 GETLONG(templ, cp); 1069 latval = (templ - ((unsigned)1<<31)); 1071 GETLONG(templ, cp); 1072 longval = (templ - ((unsigned)1<<31)); 1074 GETLONG(templ, cp); 1075 if (templ < referencealt) { /*%< below WGS 84 spheroid */ 1076 altval = referencealt - templ; 1079 altval = templ - referencealt;
|
| /netbsd/src/lib/libc/resolv/ |
| D | res_debug.c | 1051 u_int32_t templ; in loc_ntoa() local 1071 GETLONG(templ, cp); in loc_ntoa() 1072 latval = (templ - ((unsigned)1<<31)); in loc_ntoa() 1074 GETLONG(templ, cp); in loc_ntoa() 1075 longval = (templ - ((unsigned)1<<31)); in loc_ntoa() 1077 GETLONG(templ, cp); in loc_ntoa() 1078 if (templ < referencealt) { /*%< below WGS 84 spheroid */ in loc_ntoa() 1079 altval = referencealt - templ; in loc_ntoa() 1082 altval = templ - referencealt; in loc_ntoa()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | pcache.c | 347 QueryTemplate *templ, 1563 QueryTemplate *templ, in add_query() argument 1574 new_cached_query->qtemp = templ; in add_query() 1581 ttl = templ->ttl; in add_query() 1582 if ( templ->ttr ) in add_query() 1583 ttr = now + templ->ttr; in add_query() 1587 ttl = templ->negttl; in add_query() 1591 ttl = templ->limitttl; in add_query() 1625 (void *) templ ); in add_query() 1626 ldap_pvt_thread_rdwr_wlock(&templ->t_rwlock); in add_query() [all …]
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | pkcs11.h | 786 struct ck_attribute *templ, 790 struct ck_attribute *templ, unsigned long count, 802 struct ck_attribute *templ, 807 struct ck_attribute *templ, 811 struct ck_attribute *templ, 956 struct ck_attribute *templ, 981 struct ck_attribute *templ, 988 struct ck_attribute *templ,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-address.cc | 198 struct mem_addr_template *templ; in addr_for_mem_ref() local 223 templ = &(*mem_addr_template_list)[templ_index]; in addr_for_mem_ref() 224 if (!templ->ref) in addr_for_mem_ref() 239 &templ->ref, in addr_for_mem_ref() 240 &templ->step_p, in addr_for_mem_ref() 241 &templ->off_p); in addr_for_mem_ref() 245 *templ->step_p = st; in addr_for_mem_ref() 247 *templ->off_p = off; in addr_for_mem_ref() 249 return templ->ref; in addr_for_mem_ref()
|
| D | final.cc | 1398 const char *templ; in asm_insn_count() local 1401 templ = XSTR (body, 0); in asm_insn_count() 1403 templ = decode_asm_operands (body, NULL, NULL, NULL, NULL, NULL); in asm_insn_count() 1405 return asm_str_count (templ); in asm_insn_count() 1411 asm_str_count (const char *templ) in asm_str_count() argument 1415 if (!*templ) in asm_str_count() 1418 for (; *templ; templ++) in asm_str_count() 1419 if (IS_ASM_LOGICAL_LINE_SEPARATOR (*templ, templ) in asm_str_count() 1420 || *templ == '\n') in asm_str_count() 2517 const char *templ; in final_scan_insn_1() local [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/ |
| D | pkcs11.h | 1102 struct ck_attribute *templ, 1106 struct ck_attribute *templ, unsigned long count, 1118 struct ck_attribute *templ, 1123 struct ck_attribute *templ, 1127 struct ck_attribute *templ, 1272 struct ck_attribute *templ, 1297 struct ck_attribute *templ, 1304 struct ck_attribute *templ,
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | opncls.c | 857 (bfd *templ, in bfd_elf_bfd_from_remote_memory() argument 863 if (bfd_get_flavour (templ) != bfd_target_elf_flavour) in bfd_elf_bfd_from_remote_memory() 868 return (*get_elf_backend_data (templ)->elf_backend_bfd_from_remote_memory) in bfd_elf_bfd_from_remote_memory() 869 (templ, ehdr_vma, size, loadbasep, target_read_memory); in bfd_elf_bfd_from_remote_memory() 983 bfd_create (const char *filename, bfd *templ) in bfd_create() argument 997 if (templ) in bfd_create() 998 nbfd->xvec = templ->xvec; in bfd_create()
|
| D | elfcode.h | 1778 (bfd *templ, in NAME() 1798 unsigned int opb = bfd_octets_per_byte (templ, NULL); in NAME() 1825 if (! bfd_header_big_endian (templ)) in NAME() 1832 if (! bfd_header_little_endian (templ)) in NAME() 1844 elf_swap_ehdr_in (templ, &x_ehdr, &i_ehdr); in NAME() 1881 elf_swap_phdr_in (templ, &x_phdrs[i], &i_phdrs[i]); in NAME() 1935 bfd_vma page_size = get_elf_backend_data (templ)->minpagesize; in NAME() 2018 nbfd->xvec = templ->xvec; in NAME()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | opncls.c | 833 (bfd *templ, in bfd_elf_bfd_from_remote_memory() argument 839 if (bfd_get_flavour (templ) != bfd_target_elf_flavour) in bfd_elf_bfd_from_remote_memory() 844 return (*get_elf_backend_data (templ)->elf_backend_bfd_from_remote_memory) in bfd_elf_bfd_from_remote_memory() 845 (templ, ehdr_vma, size, loadbasep, target_read_memory); in bfd_elf_bfd_from_remote_memory() 959 bfd_create (const char *filename, bfd *templ) in bfd_create() argument 973 if (templ) in bfd_create() 974 nbfd->xvec = templ->xvec; in bfd_create()
|
| D | elfcode.h | 1779 (bfd *templ, in NAME() 1799 unsigned int opb = bfd_octets_per_byte (templ, NULL); in NAME() 1826 if (! bfd_header_big_endian (templ)) in NAME() 1833 if (! bfd_header_little_endian (templ)) in NAME() 1845 elf_swap_ehdr_in (templ, &x_ehdr, &i_ehdr); in NAME() 1882 elf_swap_phdr_in (templ, &x_phdrs[i], &i_phdrs[i]); in NAME() 1936 bfd_vma page_size = get_elf_backend_data (templ)->minpagesize; in NAME() 2019 nbfd->xvec = templ->xvec; in NAME()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | mangle.cc | 1269 tree templ; in write_template_prefix() local 1276 templ = TI_TEMPLATE (info); in write_template_prefix() 1279 templ = DECL_NAME (decl); in write_template_prefix() 1284 templ = TYPE_TI_TEMPLATE (type); in write_template_prefix() 1310 substitution = build_tree_list (context, templ); in write_template_prefix() 1312 substitution = templ; in write_template_prefix() 1317 if (TREE_TYPE (templ) in write_template_prefix() 1318 && TREE_CODE (TREE_TYPE (templ)) == TEMPLATE_TEMPLATE_PARM) in write_template_prefix() 1319 write_template_param (TREE_TYPE (templ)); in write_template_prefix() 3931 tree templ = NULL_TREE; in write_template_template_param() local [all …]
|
| D | pt.cc | 7837 coerce_template_args_for_ttp (tree templ, tree arglist, in coerce_template_args_for_ttp() argument 7856 tree outer = DECL_CONTEXT (templ); in coerce_template_args_for_ttp() 7869 != TEMPLATE_TYPE_LEVEL (TREE_TYPE (templ))) in coerce_template_args_for_ttp() 7878 tree parmlist = DECL_INNERMOST_TEMPLATE_PARMS (templ); in coerce_template_args_for_ttp() 7879 return coerce_template_parms (parmlist, arglist, templ, in coerce_template_args_for_ttp() 9841 tree templ = NULL_TREE, parmlist; in lookup_template_class_1() local 9852 templ = value; in lookup_template_class_1() 9857 templ = lookup_name (d1); in lookup_template_class_1() 9858 templ = maybe_get_template_decl_from_type_decl (templ); in lookup_template_class_1() 9862 if (templ) in lookup_template_class_1() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
| D | stormy16.cc | 299 const char *templ; in xstormy16_output_cbranch_hi() local 345 templ = "b%s %s,.+8 | jmpf %s"; in xstormy16_output_cbranch_hi() 347 templ = "b%s %s,%s"; in xstormy16_output_cbranch_hi() 348 sprintf (string, templ, ccode, operands, label); in xstormy16_output_cbranch_hi() 371 const char *templ; in xstormy16_output_cbranch_si() local 417 templ = "%s | b%s .+6 | jmpf %s"; in xstormy16_output_cbranch_si() 419 templ = "%s | b%s %s"; in xstormy16_output_cbranch_si() 420 sprintf (string, templ, prevop, ccode, label); in xstormy16_output_cbranch_si()
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | gcc-cp-interface.h | 82 { gcc_expr value; gcc_type type; gcc_utempl templ; gcc_type pack; } member
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | gcc-cp-interface.h | 82 { gcc_expr value; gcc_type type; gcc_utempl templ; gcc_type pack; } member
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | gcc-cp-interface.h | 82 { gcc_expr value; gcc_type type; gcc_utempl templ; gcc_type pack; } member
|