Searched refs:UNX_IROTH (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.h48 #define UNX_IROTH 00004 /* Unix read permission: other */ 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.c56 #define UNX_IROTH 00004 /* Unix read permission: other */ macro
66 #define VMS_IROTH UNX_IROTH /* VMS read/other */
1303 attribs[7] = (xattr & UNX_IROTH)? 'r' : '-';
2098 attribs[7] = (xattr & UNX_IROTH)? 'r' : '-';

Completed in 117 milliseconds