Home
last modified time | relevance | path

Searched refs: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, in parse_entry()
1225 return (set_attr_args(attr, ((action == A_REPLACE_OP) || in parse_entry()
1246 (action == A_REPLACE_OP) ? A_SET_OP : action, in parse_entry()
1344 case A_REPLACE_OP: in parse_attr_args()
1384 (action != A_REPLACE_OP)) { in parse_attr_args()
1401 if ((*tok == RIGHTBRACE) || (action == A_REPLACE_OP) || in parse_attr_args()
1404 if ((action == A_REPLACE_OP) || in parse_attr_args()
1440 if ((action == A_REPLACE_OP) || in parse_attr_args()