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

/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c101 #define A_SET_OP '+' macro
906 (attractptr[i] == A_SET_OP))) != 0) {
1201 * If the entry is an attribute name, then the A_SET_OP action is to be
1206 * each of the attributes associated with the letter as A_SET_OP.
1221 (action == A_REPLACE_OP) ? A_SET_OP : action,
1226 (action == A_SET_OP)) ? A_INVERSE_OP : A_SET_OP,
1246 (action == A_REPLACE_OP) ? A_SET_OP : action,
1337 action = A_SET_OP;
1342 case A_SET_OP
[all...]

Completed in 48 milliseconds