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

Function screen_buffer_to_log

src/intrf.c:118–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void screen_buffer_to_log(void)
119{
120 int i;
121 if(intr_buffer_screen[intr_nbr_line][0]!='\0')
122 intr_nbr_line++;
123 /* to log file */
124 /*@
125 @ loop variant intr_nbr_line - i;
126 @*/
127 for(i=0;i<intr_nbr_line;i++)
128 log_info("%s\n",intr_buffer_screen[i]);
129}
130
131int get_partition_status(const partition_t *partition)
132{

Callers 12

read_part_gptFunction · 0.85
ntfs_boot_sectorFunction · 0.85
exFAT_boot_sectorFunction · 0.85
interface_writeFunction · 0.85
select_fat_infoFunction · 0.85
ntfs_undelete_partFunction · 0.85
fat32_boot_sectorFunction · 0.85
fat1x_boot_sectorFunction · 0.85
interface_superblockFunction · 0.85
dir_partitionFunction · 0.85
HFS_HFSP_boot_sectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected