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

/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c103 #define A_REPLACE_OP '=' macro
1221 (action == A_REPLACE_OP) ? A_SET_OP : action,
1225 return (set_attr_args(attr, ((action == A_REPLACE_OP) ||
1246 (action == A_REPLACE_OP) ? A_SET_OP : action,
1344 case A_REPLACE_OP:
1384 (action != A_REPLACE_OP)) {
1401 if ((*tok == RIGHTBRACE) || (action == A_REPLACE_OP) ||
1404 if ((action == A_REPLACE_OP) ||
1440 if ((action == A_REPLACE_OP) ||

Completed in 50 milliseconds