XZ Utils
5.1.0alpha
|
Data Fields | |
char ** | arg_names |
Filenames from command line. More... | |
size_t | arg_count |
Number of filenames from command line. More... | |
char * | files_name |
FILE * | files_file |
char | files_delim |
Delimiter for filenames read from files_file. More... | |
char** args_info::arg_names |
Filenames from command line.
Referenced by parse_memlimit(), and set_exit_no_warn().
size_t args_info::arg_count |
Number of filenames from command line.
Referenced by parse_memlimit(), and set_exit_no_warn().
char* args_info::files_name |
Name of the file from which to read filenames. This is NULL if –files or –files0 was not used.
Referenced by parse_memlimit(), and set_exit_no_warn().
FILE* args_info::files_file |
File opened for reading from which filenames are read. This is non-NULL only if files_name is non-NULL.
Referenced by parse_memlimit(), and set_exit_no_warn().
char args_info::files_delim |
Delimiter for filenames read from files_file.
Referenced by parse_memlimit(), and set_exit_no_warn().