Searched refs:UNX_IWOTH (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.h49 #define UNX_IWOTH 00002 /* Unix write permission: other */ macro
H A Dunixlike.c164 buf->st_mode |= UNX_IWUSR | UNX_IWGRP | UNX_IWOTH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dzipinfo.c57 #define UNX_IWOTH 00002 /* Unix write permission: other */ macro
67 #define VMS_IWOTH UNX_IWOTH /* VMS write/other */
1307 attribs[8] = (xattr & UNX_IWOTH)? 'w' : '-';
2101 attribs[8] = (xattr & UNX_IWOTH)? 'w' : '-';

Completed in 86 milliseconds