Searched refs:on_off (Results 1 – 1 of 1) sorted by relevance
876 decode_preserve_arg (char const *arg, struct cp_options *x, bool on_off) in decode_preserve_arg() argument915 val = XARGMATCH (on_off ? "--preserve" : "--no-preserve", in decode_preserve_arg()920 x->preserve_mode = on_off; in decode_preserve_arg()921 x->explicit_no_preserve_mode = !on_off; in decode_preserve_arg()925 x->preserve_timestamps = on_off; in decode_preserve_arg()929 x->preserve_ownership = on_off; in decode_preserve_arg()933 x->preserve_links = on_off; in decode_preserve_arg()937 x->require_preserve_context = on_off; in decode_preserve_arg()938 x->preserve_security_context = on_off; in decode_preserve_arg()942 x->preserve_xattr = on_off; in decode_preserve_arg()[all …]