Searched refs:UNX_IRGRP (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.h43 #define UNX_IRGRP 00040 /* Unix read permission: group */ macro
H A Dunixlike.c137 buf->st_mode |= UNX_IRUSR | UNX_IRGRP | UNX_IROTH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dzipinfo.c52 #define UNX_IRGRP 00040 /* Unix read permission: group */ macro
63 #define VMS_IRGRP UNX_IRGRP /* VMS read/group */
1302 attribs[4] = (xattr & UNX_IRGRP)? 'r' : '-';
2097 attribs[4] = (xattr & UNX_IRGRP)? 'r' : '-';

Completed in 118 milliseconds