Searched refs:UNX_IXUSR (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.h40 #define UNX_IXUSR 00100 /* Unix execute permission: owner */ macro
H A Dunixlike.c122 buf->st_mode |= UNX_IXUSR | UNX_IXGRP | UNX_IXOTH | UNX_IFDIR;
158 buf->st_mode |= UNX_IXUSR | UNX_IXGRP | UNX_IXOTH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dzipinfo.c50 #define UNX_IXUSR 00100 /* Unix execute permission: owner */ macro
62 #define VMS_IXUSR UNX_IXUSR /* VMS execute/owner */
1309 if (xattr & UNX_IXUSR)
2103 if (xattr & UNX_IXUSR)

Completed in 128 milliseconds