Searched refs:UNX_IWUSR (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.h39 #define UNX_IWUSR 00200 /* Unix write permission: owner */ 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.c49 #define UNX_IWUSR 00200 /* Unix write permission: owner */ macro
61 #define VMS_IWUSR UNX_IWUSR /* VMS write/owner */
1305 attribs[2] = (xattr & UNX_IWUSR)? 'w' : '-';
2099 attribs[2] = (xattr & UNX_IWUSR)? 'w' : '-';

Completed in 323 milliseconds