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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dunixlike.h45 #define UNX_IXGRP 00010 /* Unix execute permission: group */ macro
H A Dunixlike.c122 buf->st_mode |= UNX_IXUSR | UNX_IXGRP | UNX_IXOTH | UNX_IFDIR;
158 buf->st_mode |= UNX_IXUSR | UNX_IXGRP | UNX_IXOTH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dzipinfo.c54 #define UNX_IXGRP 00010 /* Unix execute permission: group */ macro
65 #define VMS_IXGRP UNX_IXGRP /* VMS execute/group */
1313 if (xattr & UNX_IXGRP)
2107 if (xattr & UNX_IXGRP)

Completed in 189 milliseconds