Home
last modified time | relevance | path

Searched refs:X_flag (Results 1 – 4 of 4) sorted by relevance

/haiku/src/bin/unzip/
H A Dunzip.h458 int X_flag; /* -X: restore owner/protection or UID/GID or ACLs */ member
461 int X_flag; /* -X: restore owner/protection or UID/GID or ACLs */ member
H A Dunzip.c1442 uO.X_flag = MAX(uO.X_flag-negative,0);
1445 ++uO.X_flag;
H A Dbeos.c911 if (uO.X_flag && eb_izux_flg & EB_UX2_VALID) { in close_outfile()
H A Dextract.c1147 (uO.X_flag && (eb_izux_flg & EB_UX2_VALID));