Searched refs:textfile (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/unzip/
H A Dextract.c731 G.pInfo->textfile = G.crec.internal_file_attributes & 1; /* bit field */
741 G.pInfo->textmode = G.pInfo->textfile; /* auto-convert mode */
1439 (uO.aflag != 1 /* && G.pInfo->textfile==G.pInfo->textmode */)?
1440 "" : (G.lrec.ucsize == 0L? nul : (G.pInfo->textfile? txt :
1471 (uO.aflag != 1 /* && G.pInfo->textfile==G.pInfo->textmode */)?
1472 "" : (G.pInfo->textfile? txt : bin), uO.cflag? NEWLINE : ""));
1501 (uO.aflag != 1 /* && G.pInfo->textfile==G.pInfo->textmode */)?
1502 "" : (G.pInfo->textfile? txt : bin), uO.cflag? NEWLINE : ""));
1515 (uO.aflag != 1 /* && G.pInfo->textfile==G.pInfo->textmode */)?
1516 "" : (G.pInfo->textfile
[all...]
H A Dunzpriv.h1527 unsigned textfile : 1; /* file is text (according to zip) */ member in struct:min_info

Completed in 50 milliseconds