Searched refs:S_IEUSR (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dstat.h43 #define S_IEUSR 0x0200 /* erase permission: owner */ macro
H A D_stat.c44 umask |= S_IEUSR|S_IEGRP;
84 if (!(mask & (S_IEUSR|S_IEGRP)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dstat.h42 #define S_IEUSR 0x0200 /* erase permission: owner */ macro
H A D_stat.c44 umask |= S_IEUSR|S_IEGRP;
84 if (!(mask & (S_IEUSR|S_IEGRP)))

Completed in 143 milliseconds