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

/ast/src/lib/libcmd/
H A Dchgrp.c144 #define OPT_SHOW 0x0020 /* show but don't do */ macro
292 options |= OPT_SHOW;
467 if (options & (OPT_SHOW|OPT_VERBOSE))
476 if (!(options & OPT_SHOW) && (*chownf)(ent->fts_accpath, uid, gid) && !(options & OPT_FORCE))

Completed in 10 milliseconds