| /src/tests/usr.bin/indent/ |
| lsym_case_label.c | 82 const char *type_name = _Generic( variable 91 const char *type_name = _Generic( variable
|
| /src/usr.bin/xlint/common/ |
| externs.h | 38 const char *type_name(const type_t *);
|
| tyname.c | 175 buf_add(buf, type_name(param->s_type)); 185 buf_add(buf, type_name(*argtype)); 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) function 287 buf_add(&buf, type_name(tp->t_subt)); 315 const char *tp_name = type_name(tn->tn_type); 316 const char *otp_name = type_name(before_conversion(tn)->tn_type);
|
| /src/usr.bin/xlint/lint1/ |
| tree.c | 677 return type_name(call->func->tn_type->t_subt); 1099 expr_type_name(tn), type_name(ntp)); 1536 warning(348, (int)max_enum_value, max_ec->s_name, type_name(rtp), 1806 query_message(20, type_name(ln->tn_type)); 1813 type_name(rn->tn_type)); 1847 type_name(ln->tn_type)); 2330 error(101, type_name(tn->tn_type), msym->s_name); 2586 error(96, type_name(tp)); 2604 error(171, type_name(ltp), type_name(rtp)) [all...] |
| ckctype.c | 110 warning(342, func, type_name(arg->tn_type)); 117 warning(341, func, type_name(cn->tn_type));
|
| init.c | 197 debug_step("completed array type is '%s'", type_name(sym->s_type)); 261 type_name(ln->tn_type), type_name(rn->tn_type)); 456 debug_printf("type '%s'\n", type_name(bl->bl_type)); 534 error(174, type_name(tp)); 689 error(175, type_name(tp)); 777 error(101, type_name(tp), name); 912 error(181, type_name(in->in_sym->s_type)); 917 type_name(tp), type_name(tn->tn_type)) [all...] |
| decl.c | 123 debug_step("%s '%s'", __func__, type_name(ntp)); 134 debug_step("%s: '%s'", __func__, type_name(ntp)); 161 debug_step("%s: '%s'", __func__, type_name(ntp)); 444 warning(326, "packed", type_name(tp)); 827 error(31, name, type_name(tp)); 921 error(15, type_name(tp)); 1007 warning(273, type_name(btp)); 1012 warning(34, type_name(btp)); 1026 warning(35, type_name(btp)); 1239 debug_step("%s: '%s'", __func__, type_name(tp)) [all...] |
| mem1.c | 199 debug_step("%s: freeing type '%s'", __func__, type_name(tp)); 203 __func__, op_name(tn->tn_op), type_name(tn->tn_type));
|
| debug.c | 191 debug_step("type details for '%s':", type_name(tp)); 213 debug_printf(" '%s'", type_name(tn->tn_type)); 407 debug_printf(" type='%s'", type_name(sym->s_type)); 486 debug_printf(" '%s'", type_name(dl->d_type)); 523 debug_printf(" tag_type='%s'", type_name(dl->d_tag_type));
|
| cgram.y | 227 %printer { fprintf(yyo, "%s", type_name($$)); } <y_type> 233 op_name($$->tn_op), type_name($$->tn_type)); 241 %printer { fprintf(yyo, "%s", type_name($$->ga_arg)); } <y_generic> 427 %type <y_type> type_name 580 | T_BUILTIN_OFFSETOF T_LPAREN type_name T_COMMA { 626 type_name T_COLON assignment_expression { 659 | T_LPAREN type_name T_RPAREN { 671 | T_LPAREN storage_class_specifiers type_name T_RPAREN { 808 | T_SIZEOF T_LPAREN type_name T_RPAREN { 818 | T_ALIGNOF T_LPAREN type_name T_RPAREN 1725 type_name: label [all...] |
| func.c | 425 warning(130, type_name(cs->c_switch_type), op_name(EQ), 426 type_name(tn->tn_type)); 620 error(205, type_name(tn->tn_type));
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_simple_resource.c | 180 " creation.\n", func->res_func.type_name); 248 func->res_func.type_name, 256 func->res_func.type_name,
|
| vmwgfx_resource_priv.h | 65 * @type_name: String that identifies the resource type. 87 const char *type_name; member in struct:vmw_res_func
|
| vmwgfx_va.c | 90 .type_name = "overlay stream",
|
| vmwgfx_so.c | 90 .type_name = "DX view",
|
| vmwgfx_context.c | 84 .type_name = "legacy contexts", 98 .type_name = "guest backed contexts", 112 .type_name = "dx contexts",
|
| vmwgfx_cotable.c | 126 .type_name = "context guest backed object tables",
|
| vmwgfx_shader.c | 105 .type_name = "guest backed shaders", 119 .type_name = "dx shaders",
|
| vmwgfx_surface.c | 143 .type_name = "legacy surfaces", 157 .type_name = "guest backed surfaces",
|
| vmwgfx_resource.c | 737 "for %s.\n", res->func->type_name);
|
| /src/sbin/efi/ |
| gptsubr.c | 141 uint type_name; member in struct:map_widths 152 w.type_name = 0; 168 if (w.type_name < n) 169 w.type_name = n; 177 if (w.type_name < MIN_WIDTH_OF("TYPE_NAME")) 178 w.type_name = MIN_WIDTH_OF("TYPE_NAME"); 194 "TYPE_NAME ENTRY_NAME DESCRIPTION\n", 197 w.type_name, ""); [all...] |
| /src/usr.bin/xlint/lint2/ |
| chk.c | 319 type_name(xt1), mkpos(&def->s_pos), 320 type_name(xt2), mkpos(&sym->s_pos)); 591 msg(6, hte->h_name, n, type_name(arg1), mkpos(pos1p), 592 type_name(arg2), mkpos(&call->f_pos)); 1163 type_name(xt1), mkpos(&sym1->s_pos), 1164 type_name(xt2), mkpos(&sym->s_pos));
|
| /src/sys/dev/pci/ |
| pci_subr.c | 5127 const char *type_name; local 5165 type_name = "\"normal\" device"; 5172 type_name = "PCI-PCI bridge"; 5179 type_name = "PCI-CardBus bridge"; 5185 type_name = NULL; 5192 if (type_name != NULL) 5193 printf("(%s) ", type_name);
|
| /src/sys/arch/bebox/stand/boot/ |
| fd.c | 107 char *type_name; /* media type name */ member in struct:fdd_type
|