Home
last modified time | relevance | path

Searched refs:L_flag (Results 1 – 5 of 5) sorted by relevance

/haiku/src/bin/unzip/
H A Dunzip.c1263 uO.L_flag = MAX(uO.L_flag-negative,0);
1266 ++uO.L_flag;
1400 uO.L_flag = TRUE, negative = 0;
1402 uO.L_flag = FALSE;
H A Dunzip.h434 int L_flag; /* -L: convert filenames from some OSes to lowercase */ member
H A Dlist.c143 if (uO.L_flag) in list_files()
H A Dprocess.c1123 if (uO.L_flag == 1) /* name conversion for monocase systems */ in uz_end_central()
1141 else if (uO.L_flag > 1) /* let -LL force lower case for all names */ in uz_end_central()
H A Dzipinfo.c735 uO.L_flag = FALSE; /* zipinfo mode: never convert name to lowercase */ in zipinfo()