Searched refs:OPT_QUIET (Results 1 – 7 of 7) sorted by relevance
57 #define OPT_QUIET (IF_DESKTOP(option_mask32 & 8) IF_NOT_DESKTOP(0)) macro101 if (!OPT_QUIET) in fileAction()
68 #define OPT_QUIET (IF_DESKTOP(opt & 0x10) IF_NOT_DESKTOP(0)) macro121 if (!OPT_QUIET) in fileAction()
50 #define OPT_QUIET (1<<3) /* 'f' */ macro81 if ((option_mask32 & OPT_QUIET) == 0) in change_filedir_context()128 } else if ((option_mask32 & OPT_QUIET) == 0) { in change_filedir_context()
133 OPT_QUIET = (1 << 3), // -q enumerator147 #define QUIET (option_mask32 & OPT_QUIET)
190 OPT_QUIET = IF_LONG_OPTS( (1 << OPTBIT_QUIET )) + 0, enumerator575 && !(opt & OPT_QUIET) in cpio_main()
487 OPT_QUIET = (1 << 4), enumerator
403 OPT_QUIET = 1 << 0, enumerator682 if (option_mask32 & OPT_QUIET) in unpack_tail()