Rizin
unix-like reverse engineering framework and cli tools
|
List information about .xz files. More...
Go to the source code of this file.
Functions | |
void | list_file (const char *filename) |
List information about the given .xz file. More... | |
void | list_totals (void) |
Show the totals after all files have been listed. More... | |
List information about .xz files.
Definition in file list.h.
void list_file | ( | const char * | filename | ) |
List information about the given .xz file.
Definition at line 1143 of file list.c.
References _, fail, FORMAT_AUTO, FORMAT_XZ, xz_file_info::idx, io_close(), io_open_src(), message_error(), message_fatal(), message_filename(), message_verbosity_get(), NULL, opt_force, opt_format, opt_robot, opt_stdout, parse_indexes(), print_info_adv(), print_info_basic(), print_info_robot(), stdin_filename, update_totals(), V_WARNING, and XZ_FILE_INFO_INIT.
Referenced by main().
void list_totals | ( | void | ) |
Show the totals after all files have been listed.
Definition at line 1121 of file list.c.
References message_verbosity_get(), opt_robot, print_totals_adv(), print_totals_basic(), print_totals_robot(), totals, and V_WARNING.
Referenced by main().