| /netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/ |
| H A D | pptrtab.c | 13 char *type_name; in main() local 41 type_name = ctf_type_aname (cfp, type); in main() 43 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type))); in main() 44 free (type_name); in main() 59 type_name = ctf_type_aname (cfp, type); in main() 61 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type))); in main() 62 free (type_name); in main() 80 type_name = ctf_type_aname (cfp, type); in main() 82 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type))); in main() 83 free (type_name); in main()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | DataObject.cc | 126 DataObject::set_dobjname (char *type_name, char *inst_name) in set_dobjname() argument 135 if (type_name) in set_dobjname() 136 _typename = dbe_strdup (type_name); in set_dobjname() 137 _unannotated_name = dbe_sprintf (NTXT ("{%s %s}"), type_name, in set_dobjname() 143 _unannotated_name = dbe_strdup (type_name); in set_dobjname() 148 if (type_name) in set_dobjname() 149 _typename = dbe_strdup (type_name); in set_dobjname() 153 type_name ? type_name : NTXT ("NO_TYPE"), in set_dobjname() 157 type_name ? type_name : NTXT ("NO_TYPE"), in set_dobjname()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | DataObject.cc | 126 DataObject::set_dobjname (char *type_name, char *inst_name) in set_dobjname() argument 135 if (type_name) in set_dobjname() 136 _typename = dbe_strdup (type_name); in set_dobjname() 137 _unannotated_name = dbe_sprintf (NTXT ("{%s %s}"), type_name, in set_dobjname() 143 _unannotated_name = dbe_strdup (type_name); in set_dobjname() 148 if (type_name) in set_dobjname() 149 _typename = dbe_strdup (type_name); in set_dobjname() 153 type_name ? type_name : NTXT ("NO_TYPE"), in set_dobjname() 157 type_name ? type_name : NTXT ("NO_TYPE"), in set_dobjname()
|
| /netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/ |
| H A D | struct-lookup.c | 11 char *type_name; in main() local 34 type_name = ctf_type_aname (fp, mi.ctm_type); in main() 35 printf ("baz is of type %s, at offset %lx\n", type_name, mi.ctm_offset); in main() 36 free (type_name); in main() 41 type_name = ctf_type_aname (fp, mi.ctm_type); in main() 42 printf ("one_more_level is of type %s, at offset %lx\n", type_name, mi.ctm_offset); in main() 43 free (type_name); in main()
|
| H A D | struct-iteration.c | 10 char *type_name = ctf_type_aname (fp, membtype); in print_struct() local 13 name, offset, membtype, type_name); in print_struct() 14 free (type_name); in print_struct() 54 char *type_name = ctf_type_aname (fp, membtype); in main() local 57 name, offset, membtype, type_name); in main() 58 free (type_name); in main()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/proxymap/ |
| H A D | proxymap.c | 304 static char *get_nested_dict_name(char *type_name) in get_nested_dict_name() argument 317 if (strncmp(type_name, prefix->type_col, prefix->type_col_len) == 0) in get_nested_dict_name() 318 return (type_name + prefix->type_col_len); in get_nested_dict_name() 694 char *type_name; in authorize_proxied_maps() local 696 while ((type_name = mystrtokq(&bp, sep, parens)) != 0) { in authorize_proxied_maps() 700 if (*type_name == parens[0]) { in authorize_proxied_maps() 704 if ((err = extpar(&type_name, parens, EXTPAR_FLAG_NONE)) != 0) { in authorize_proxied_maps() 711 if ((type_name = mystrtokq(&type_name, sep, parens)) == 0) in authorize_proxied_maps() 715 if ((nested_info = get_nested_dict_name(type_name)) != 0) { in authorize_proxied_maps() 730 if (strncmp(type_name, PROXY_COLON, PROXY_COLON_LEN)) in authorize_proxied_maps() [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | defun.c | 340 char *type_name = NULL; in defun_internal() local 443 type_name = next_nonwhite_defun_arg (&scan_args); in defun_internal() 499 execute_string (" --- %s: %s %s", category, type_name, defined_name); in defun_internal() 502 execute_string (" --- %s %s %s: %s", category, _("of"), type_name, in defun_internal() 507 execute_string (" --- %s %s %s: %s %s", category, _("of"), type_name, in defun_internal() 511 execute_string (" --- %s %s %s: %s", category, _("on"), type_name, in defun_internal() 515 execute_string (" --- %s %s %s: %s %s", category, _("on"), type_name, in defun_internal() 519 execute_string (" --- %s %s %s: %s %s", category, _("on"), type_name, in defun_internal() 547 execute_string ("--- %s %s %s: ", category, _("of"), type_name); in defun_internal() 553 execute_string ("--- %s %s %s: ", category, _("on"), type_name); in defun_internal() [all …]
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | tree.c | 903 type_name(ln->tn_type), "negative constant"); in fold_signed_integer() 906 warning(162, op_name(op), type_name(ln->tn_type), "0"); in fold_signed_integer() 914 "negative constant", type_name(rn->tn_type)); in fold_signed_integer() 917 warning(162, op_name(op), "0", type_name(rn->tn_type)); in fold_signed_integer() 992 type_name(tn->tn_type), type_name(ntp)); in fold_constant_integer() 1018 warning(379, type_name((*lnp)->tn_type), in fold_constant_integer() 1248 warning(141, buf, type_name(tn->tn_type)); in build_bit_shift() 1271 warning(141, buf, type_name(tn->tn_type)); in merge_qualifiers() 1430 warning(348, (int)max_enum_value, max_ec->s_name, type_name(rt in build_assignment() [all...] |
| H A D | init.c | 197 debug_step("completed array type is '%s'", type_name(sym->s_type)); in update_type_of_array_of_unknown_size() 261 type_name(ln->tn_type), type_name(rn->tn_type)); in check_init_expr() 456 debug_printf("type '%s'\n", type_name(bl->bl_type)); in brace_level_debug() 534 error(174, type_name(tp)); in warn_too_many_initializers() 689 error(175, type_name(tp)); in initialization_lbrace() 777 error(101, type_name(tp), name); in initialization_add_designator_member() 910 error(181, type_name(in->in_sym->s_type)); in initialization_expr() 915 type_name(tp), type_name(t in initialization_expr() [all...] |
| /netbsd-src/external/bsd/kyua-testers/dist/ |
| H A D | error.c | 49 return snprintf(output_buffer, output_size, "Error '%s'", error->type_name); in generic_format_callback() 66 error_init(kyua_error_t const error, const char* const type_name, in error_init() argument 91 error->type_name = type_name; in error_init() 111 kyua_error_new(const char* const type_name, void* const data, in kyua_error_new() argument 122 if (!error_init(error, type_name, data, data_size, format_callback)) { in kyua_error_new() 210 kyua_error_is_type(const kyua_error_t error, const char* type_name) in kyua_error_is_type() argument 214 return strcmp(error->type_name, type_name) == 0; in kyua_error_is_type()
|
| /netbsd-src/usr.bin/xlint/common/ |
| H A D | tyname.c | 175 buf_add(buf, type_name(param->s_type)); in type_name_of_function() 185 buf_add(buf, type_name(*argtype)); in type_name_of_function() 194 buf_add(buf, type_name(tp->t_subt)); 245 buf_add(buf, type_name(tp->t_subt)); 249 type_name(const type_t *tp) in type_name() 287 buf_add(&buf, type_name(tp->t_subt)); in type_name() 247 type_name(const type_t *tp) type_name() function
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | mac_parse.c | 173 char *type_name; in mac_parse_print() local 177 type_name = "MAC_PARSE_EXPR"; in mac_parse_print() 180 type_name = "MAC_PARSE_LITERAL"; in mac_parse_print() 185 vstream_printf("%s \"%s\"\n", type_name, vstring_str(buf)); in mac_parse_print()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_grammar.y | 175 %type <l_decl> type_name 231 | DT_CTX_DTYPE type_name { $$ = (dt_node_t *)$2; } 264 DT_KEY_XLATOR type_name DT_TOK_LT type_name 268 | DT_KEY_XLATOR type_name DT_TOK_LT type_name 438 | DT_TOK_OFFSETOF DT_TOK_LPAR type_name DT_TOK_COMMA 442 | DT_TOK_OFFSETOF DT_TOK_LPAR type_name DT_TOK_COMMA 446 | DT_TOK_OFFSETOF DT_TOK_LPAR type_name DT_TOK_COMMA 450 | DT_TOK_XLATE DT_TOK_LT type_name DT_TOK_GT 462 | DT_TOK_SIZEOF DT_TOK_LPAR type_name DT_TOK_RPAR { 480 | DT_TOK_LPAR type_name DT_TOK_RPAR cast_expression { [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| H A D | add_cred.c | 172 char *type_name = NULL; in _gsskrb5_add_cred() local 198 if (asprintf(&type_name, "%s:%s", type, name) == -1 || in _gsskrb5_add_cred() 199 type_name == NULL) { in _gsskrb5_add_cred() 204 *minor_status = krb5_cc_resolve(context, type_name, in _gsskrb5_add_cred() 206 free(type_name); in _gsskrb5_add_cred()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-utils.h | 263 tree type_name = TYPE_NAME (type); in get_odr_name_for_type() local 264 if (type_name == NULL_TREE in get_odr_name_for_type() 265 || TREE_CODE (type_name) != TYPE_DECL in get_odr_name_for_type() 266 || !DECL_ASSEMBLER_NAME_SET_P (type_name)) in get_odr_name_for_type() 269 return IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (type_name)); in get_odr_name_for_type()
|
| H A D | godump.cc | 1240 tree type_name; in go_output_var() local 1249 type_name = TYPE_NAME (TREE_TYPE (decl)); in go_output_var() 1251 if (type_name != NULL_TREE && TREE_CODE (type_name) == IDENTIFIER_NODE) in go_output_var() 1252 id = type_name; in go_output_var() 1253 else if (type_name != NULL_TREE && TREE_CODE (type_name) == TYPE_DECL in go_output_var() 1254 && DECL_SOURCE_LOCATION (type_name) != BUILTINS_LOCATION in go_output_var() 1255 && DECL_NAME (type_name)) in go_output_var() 1256 id = DECL_NAME (type_name); in go_output_var() 1295 if (type_name != NULL_TREE && RECORD_OR_UNION_TYPE_P (TREE_TYPE (decl))) in go_output_var() 1297 if (TREE_CODE (type_name) == IDENTIFIER_NODE) in go_output_var() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa-utils.h | 259 tree type_name = TYPE_NAME (type); in get_odr_name_for_type() local 260 if (type_name == NULL_TREE in get_odr_name_for_type() 261 || TREE_CODE (type_name) != TYPE_DECL in get_odr_name_for_type() 262 || !DECL_ASSEMBLER_NAME_SET_P (type_name)) in get_odr_name_for_type() 265 return IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (type_name)); in get_odr_name_for_type()
|
| H A D | godump.c | 1254 tree type_name; in go_output_var() local 1263 type_name = TYPE_NAME (TREE_TYPE (decl)); in go_output_var() 1265 if (type_name != NULL_TREE && TREE_CODE (type_name) == IDENTIFIER_NODE) in go_output_var() 1266 id = type_name; in go_output_var() 1267 else if (type_name != NULL_TREE && TREE_CODE (type_name) == TYPE_DECL in go_output_var() 1268 && DECL_SOURCE_LOCATION (type_name) != BUILTINS_LOCATION in go_output_var() 1269 && DECL_NAME (type_name)) in go_output_var() 1270 id = DECL_NAME (type_name); in go_output_var() 1309 if (type_name != NULL_TREE && RECORD_OR_UNION_TYPE_P (TREE_TYPE (decl))) in go_output_var() 1311 if (TREE_CODE (type_name) == IDENTIFIER_NODE) in go_output_var() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | cp-demint.c | 137 const char *type_name) in cplus_demangle_fill_builtin_type() argument 142 if (p == NULL || type_name == NULL) in cplus_demangle_fill_builtin_type() 144 len = strlen (type_name); in cplus_demangle_fill_builtin_type() 148 && strcmp (type_name, cplus_demangle_builtin_types[i].name) == 0) in cplus_demangle_fill_builtin_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | cp-demint.c | 137 const char *type_name) in cplus_demangle_fill_builtin_type() argument 142 if (p == NULL || type_name == NULL) in cplus_demangle_fill_builtin_type() 144 len = strlen (type_name); in cplus_demangle_fill_builtin_type() 148 && strcmp (type_name, cplus_demangle_builtin_types[i].name) == 0) in cplus_demangle_fill_builtin_type()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | cp-demint.c | 137 const char *type_name) in cplus_demangle_fill_builtin_type() argument 142 if (p == NULL || type_name == NULL) in cplus_demangle_fill_builtin_type() 144 len = strlen (type_name); in cplus_demangle_fill_builtin_type() 148 && strcmp (type_name, cplus_demangle_builtin_types[i].name) == 0) in cplus_demangle_fill_builtin_type()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | cp-demint.c | 137 const char *type_name) in cplus_demangle_fill_builtin_type() argument 142 if (p == NULL || type_name == NULL) in cplus_demangle_fill_builtin_type() 144 len = strlen (type_name); in cplus_demangle_fill_builtin_type() 148 && strcmp (type_name, cplus_demangle_builtin_types[i].name) == 0) in cplus_demangle_fill_builtin_type()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | obj-elf.c | 2321 const char *type_name; in obj_elf_type() local 2339 type_name = obj_elf_type_name (& c); in obj_elf_type() 2342 if (strcmp (type_name, "function") == 0 in obj_elf_type() 2343 || strcmp (type_name, "2") == 0 in obj_elf_type() 2344 || strcmp (type_name, "STT_FUNC") == 0) in obj_elf_type() 2346 else if (strcmp (type_name, "object") == 0 in obj_elf_type() 2347 || strcmp (type_name, "1") == 0 in obj_elf_type() 2348 || strcmp (type_name, "STT_OBJECT") == 0) in obj_elf_type() 2350 else if (strcmp (type_name, "tls_object") == 0 in obj_elf_type() 2351 || strcmp (type_name, "6") == 0 in obj_elf_type() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | obj-elf.c | 2369 const char *type_name; in obj_elf_type() local 2387 type_name = obj_elf_type_name (& c); in obj_elf_type() 2390 if (strcmp (type_name, "function") == 0 in obj_elf_type() 2391 || strcmp (type_name, "2") == 0 in obj_elf_type() 2392 || strcmp (type_name, "STT_FUNC") == 0) in obj_elf_type() 2394 else if (strcmp (type_name, "object") == 0 in obj_elf_type() 2395 || strcmp (type_name, "1") == 0 in obj_elf_type() 2396 || strcmp (type_name, "STT_OBJECT") == 0) in obj_elf_type() 2398 else if (strcmp (type_name, "tls_object") == 0 in obj_elf_type() 2399 || strcmp (type_name, "6") == 0 in obj_elf_type() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| H A D | evp_local.h | 98 char *type_name; member 138 char *type_name; member 158 char *type_name; member 193 char *type_name; member 214 char *type_name; member
|