Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dprocess.c1492 flags |= EB_UX2_VALID; /* signal success */ in uz_end_central()
1584 flags |= EB_UX2_VALID; in uz_end_central()
H A Dbeos.c911 if (uO.X_flag && eb_izux_flg & EB_UX2_VALID) { in close_outfile()
H A Dunzpriv.h1376 #define EB_UX2_VALID (1 << 8) /* UID/GID present */ macro
H A Dextract.c1147 (uO.X_flag && (eb_izux_flg & EB_UX2_VALID));