Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dzipinfo.c54 #define UNX_IXGRP 00010 /* Unix execute permission: group */ macro
65 #define VMS_IXGRP UNX_IXGRP /* VMS execute/group */
1268 if (xattr & UNX_IXGRP)
1972 if (xattr & UNX_IXGRP) in zi_short()