Home
last modified time | relevance | path

Searched refs:verbosity (Results 1 – 6 of 6) sorted by relevance

/coreutils/src/
Dchmod.c86 static enum Verbosity verbosity = V_off; variable
291 if (verbosity != V_off) in process_file()
298 if (ch.status == CH_SUCCEEDED || verbosity == V_high) in process_file()
498 verbosity = V_changes_only; in main()
504 verbosity = V_high; in main()
Dchown-core.h47 enum Verbosity verbosity; member
Dchown-core.c60 chopt->verbosity = V_off; in chopt_init()
372 && chopt->verbosity == V_off in change_file_owner()
483 if (chopt->verbosity != V_off) in change_file_owner()
490 if (changed || chopt->verbosity == V_high) in change_file_owner()
545 || chopt->verbosity != V_off) in chown_files()
Dchown.c242 chopt.verbosity = V_changes_only; in main()
250 chopt.verbosity = V_high; in main()
Dchgrp.c240 chopt.verbosity = V_changes_only; in main()
248 chopt.verbosity = V_high; in main()
/coreutils/
DNEWS112 I.e., 'cp -u -v' etc. will have the same verbosity as before coreutils-9.3.