Searched defs:startmode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/find/
H A Dfind.c2192 getmode(mode_t startmode) argument
2211 temp = startmode & S_IRWXU;
2222 temp = startmode & S_IRWXG;
2232 temp = startmode & S_IRWXO;
2251 startmode &= ~(perm & pp->p_who);
2255 startmode &= ~pp->p_who;
2258 startmode |= (perm & pp->p_who);
2262 return (startmode);

Completed in 49 milliseconds