Home
last modified time | relevance | path

Searched refs:OPT_QUIET (Results 1 – 7 of 7) sorted by relevance

/busybox-1.35.0/coreutils/
Dchmod.c57 #define OPT_QUIET (IF_DESKTOP(option_mask32 & 8) IF_NOT_DESKTOP(0)) macro
101 if (!OPT_QUIET) in fileAction()
Dchown.c68 #define OPT_QUIET (IF_DESKTOP(opt & 0x10) IF_NOT_DESKTOP(0)) macro
121 if (!OPT_QUIET) in fileAction()
/busybox-1.35.0/selinux/
Dchcon.c50 #define OPT_QUIET (1<<3) /* 'f' */ macro
81 if ((option_mask32 & OPT_QUIET) == 0) in change_filedir_context()
128 } else if ((option_mask32 & OPT_QUIET) == 0) { in change_filedir_context()
/busybox-1.35.0/debianutils/
Dstart_stop_daemon.c133 OPT_QUIET = (1 << 3), // -q enumerator
147 #define QUIET (option_mask32 & OPT_QUIET)
/busybox-1.35.0/archival/
Dcpio.c190 OPT_QUIET = IF_LONG_OPTS( (1 << OPTBIT_QUIET )) + 0, enumerator
575 && !(opt & OPT_QUIET) in cpio_main()
Dlzop.c487 OPT_QUIET = (1 << 4), enumerator
/busybox-1.35.0/networking/
Dping.c403 OPT_QUIET = 1 << 0, enumerator
682 if (option_mask32 & OPT_QUIET) in unpack_tail()