/src/tests/usr.bin/indent/ |
lsym_case_label.c | 82 const char *type_name = _Generic( variable in typeref:typename:const char * 91 const char *type_name = _Generic( variable in typeref:typename:const char *
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_resource_priv.h | 65 * @type_name: String that identifies the resource type. 87 const char *type_name; member in struct:vmw_res_func
|
/src/usr.bin/xlint/common/ |
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 in typeref:typename:const char * 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/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/sys/arch/bebox/stand/boot/ |
fd.c | 107 char *type_name; /* media type name */ member in struct:fdd_type
|
/src/usr.bin/xlint/lint1/ |
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 1727 type_name: label [all...] |
/src/sys/dev/pci/ |
pci_subr.c | 5127 const char *type_name; local in function:pci_conf_print 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);
|