New command -file_name_limit, -as mkisofs -file_name_limit
This commit is contained in:
@ -523,7 +523,8 @@ int Xorriso_count_args(struct XorrisO *xorriso, int argc, char **argv,
|
||||
"commit_eject","compliance","copyright_file",
|
||||
"dev","dialog","disk_dev_ino","disk_pattern","displacement",
|
||||
"dummy","dvd_obs","early_stdio_test","ecma119_map","eject",
|
||||
"iso_rr_pattern","follow","format","fs","gid","grow_blindly","hardlinks",
|
||||
"iso_rr_pattern","file_name_limit","follow","format","fs",
|
||||
"gid","grow_blindly","hardlinks",
|
||||
"hfsplus","history","indev","in_charset","joliet",
|
||||
"list_delimiter","list_extras","list_profiles","local_charset",
|
||||
"mark","md5","mount_opts","modesty_on_drive",
|
||||
@ -685,7 +686,8 @@ int Xorriso_cmd_sorting_rank(struct XorrisO *xorriso,
|
||||
"toc", "toc_of", "pvd_info", "report_system_area", "report_el_torito",
|
||||
|
||||
"* Settings for file insertion:",
|
||||
"file_size_limit", "not_mgt", "not_paths", "not_leaf", "not_list",
|
||||
"file_name_limit", "file_size_limit",
|
||||
"not_mgt", "not_paths", "not_leaf", "not_list",
|
||||
"quoted_not_list", "follow", "pathspecs", "overwrite", "split_size",
|
||||
|
||||
"* Navigation in ISO image and disk filesystem (1):",
|
||||
@ -1302,6 +1304,10 @@ next_command:;
|
||||
(*idx)+= 2;
|
||||
ret= Xorriso_option_extract(xorriso, arg1, arg2, 32);
|
||||
|
||||
} else if(strcmp(cmd,"file_name_limit")==0) {
|
||||
(*idx)++;
|
||||
ret= Xorriso_option_file_name_limit(xorriso, arg1, 0);
|
||||
|
||||
} else if(strcmp(cmd,"file_size_limit")==0) {
|
||||
ret= Xorriso_option_file_size_limit(xorriso, argc, argv, idx, 0);
|
||||
|
||||
|
Reference in New Issue
Block a user