/src/usr.sbin/sysinst/ |
mbr.c | 126 char desc_buf[40], short_buf[10]; member in struct:mbr_part_type_info 1143 snprintf(mbr_gen_type_desc[v].short_buf, 1144 sizeof(mbr_gen_type_desc[v].short_buf), "%u", v); 1146 mbr_gen_type_desc[v].short_buf; 1221 snprintf(mbr_gen_type_desc[v].short_buf, 1222 sizeof(mbr_gen_type_desc[v].short_buf), "%u", v); 1226 mbr_gen_type_desc[v].gen.short_desc = mbr_gen_type_desc[v].short_buf;
|
mbr.c | 126 char desc_buf[40], short_buf[10]; member in struct:mbr_part_type_info 1143 snprintf(mbr_gen_type_desc[v].short_buf, 1144 sizeof(mbr_gen_type_desc[v].short_buf), "%u", v); 1146 mbr_gen_type_desc[v].short_buf; 1221 snprintf(mbr_gen_type_desc[v].short_buf, 1222 sizeof(mbr_gen_type_desc[v].short_buf), "%u", v); 1226 mbr_gen_type_desc[v].gen.short_desc = mbr_gen_type_desc[v].short_buf;
|
mbr.c | 126 char desc_buf[40], short_buf[10]; member in struct:mbr_part_type_info 1143 snprintf(mbr_gen_type_desc[v].short_buf, 1144 sizeof(mbr_gen_type_desc[v].short_buf), "%u", v); 1146 mbr_gen_type_desc[v].short_buf; 1221 snprintf(mbr_gen_type_desc[v].short_buf, 1222 sizeof(mbr_gen_type_desc[v].short_buf), "%u", v); 1226 mbr_gen_type_desc[v].gen.short_desc = mbr_gen_type_desc[v].short_buf;
|