New -find test -name_limit_blocker. Made -file_name_limit ready for loaded ISOs
This commit is contained in:
@ -52,6 +52,7 @@ struct ExprtesT {
|
||||
21= -bad_outname int namespace
|
||||
22= -use_pattern char *arg1 ("on" [or "ls"], "off")
|
||||
23= -or_use_pattern char *arg1 ("on" [or "ls"], "off")
|
||||
24= -name_limit_blocker int *arg1
|
||||
*/
|
||||
int test_type;
|
||||
|
||||
@ -174,6 +175,12 @@ struct FindjoB {
|
||||
51= report_sections
|
||||
52= show_stream_id
|
||||
53= internal: show_hfs_cmd , controlled by xorriso->show_hfs_cmd*
|
||||
54= internal: truncate_names
|
||||
55= internal: unique_trunc_test lenght
|
||||
test for not uniquely truncatable names,
|
||||
result delivered in XorrisO.find_unique_trunc_result
|
||||
56= like 54 but tolerating existing truncated names
|
||||
57= like 55 but tolerating existing truncated names
|
||||
*/
|
||||
int action;
|
||||
int prune;
|
||||
@ -185,7 +192,8 @@ struct FindjoB {
|
||||
uid_t user;
|
||||
gid_t group;
|
||||
mode_t mode_and, mode_or;
|
||||
int type; /* see Xorriso_set_time flag, also used as weight */
|
||||
int type; /* see Xorriso_set_time flag,
|
||||
also used as weight and truncate_length */
|
||||
time_t date;
|
||||
char *found_path;
|
||||
off_t estim_upper_size;
|
||||
|
Reference in New Issue
Block a user