Searched refs:partstr (Results 1 – 1 of 1) sorted by relevance
271 char partstr[PART_NAME_LEN + 1]; in create_gpt_partitions_list() local286 prettyprint_part_size(partstr, (unsigned long)curr->gpt_part_info.start, in create_gpt_partitions_list()289 strncat(partitions_list, partstr, PART_NAME_LEN + 1); in create_gpt_partitions_list()291 prettyprint_part_size(partstr, curr->gpt_part_info.size, in create_gpt_partitions_list()293 strncat(partitions_list, partstr, PART_NAME_LEN + 1); in create_gpt_partitions_list()