Searched refs:UNX_ISVTX (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.h34 #define UNX_ISVTX 01000 /* Unix directory permissions control */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dzipinfo.c45 #define UNX_ISVTX 01000 /* Unix directory permissions control */ macro
1318 attribs[9] = (xattr & UNX_ISVTX)? 't' : 'x'; /* "sticky bit" */
1320 attribs[9] = (xattr & UNX_ISVTX)? 'T' : '-'; /* T = undefined */
2113 attribs[9] = (xattr & UNX_ISVTX)? 't' : 'x'; /* "sticky bit" */
2115 attribs[9] = (xattr & UNX_ISVTX)? 'T' : '-'; /* T==undefined */

Completed in 214 milliseconds