Searched refs:UNX_ISGID (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dunixlike.h33 #define UNX_ISGID 02000 /* Unix set group id on execution */ macro
35 #define UNX_ENFMT UNX_ISGID /* Unix record locking enforcement flag */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dzipinfo.c44 #define UNX_ISGID 02000 /* Unix set group id on execution */ macro
46 #define UNX_ENFMT UNX_ISGID /* Unix record locking enforcement flag */
1314 attribs[6] = (xattr & UNX_ISGID)? 's' : 'x'; /* == UNX_ENFMT */
1316 attribs[6] = (xattr & UNX_ISGID)? 'l' : '-';
2108 attribs[6] = (xattr & UNX_ISGID)? 's' : 'x'; /* == UNX_ENFMT */
2110 /* attribs[6] = (xattr & UNX_ISGID)? 'l' : '-'; real 4.3BSD */
2111 attribs[6] = (xattr & UNX_ISGID)? 'S' : '-'; /* SunOS 4.1.x */

Completed in 108 milliseconds