MCPcopy Create free account
hub / github.com/cgsecurity/testdisk / aff_part_buffer

Function aff_part_buffer

src/intrf.c:264–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void aff_part_buffer(const unsigned int newline,const disk_t *disk_car,const partition_t *partition)
265{
266 const char *msg;
267 msg=aff_part_aux(newline, disk_car, partition);
268 screen_buffer_add("%s\n", msg);
269}
270
271void log_CHS_from_LBA(const disk_t *disk_car, const unsigned long int pos_LBA)
272{

Callers 15

search_partFunction · 0.85
read_part_gpt_auxFunction · 0.85
check_part_gptFunction · 0.85
read_part_macFunction · 0.85
check_part_macFunction · 0.85
interface_writeFunction · 0.85
read_part_sunFunction · 0.85
check_part_sunFunction · 0.85
read_part_noneFunction · 0.85
read_part_i386Function · 0.85
get_ext_data_i386Function · 0.85
test_MBR_overFunction · 0.85

Calls 2

aff_part_auxFunction · 0.85
screen_buffer_addFunction · 0.85

Tested by 1

test_MBR_overFunction · 0.68