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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dmountpoint.c20 #define OPT_q (1) macro
36 if (opt & OPT_q)
53 else if (!(opt & OPT_q))
58 if (!(opt & OPT_q))
63 if (!(opt & OPT_q))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dgrep.c59 OPT_q = 1 << OPTBIT_q, enumerator in enum:__anon11280
82 #define BE_QUIET (option_mask32 & OPT_q)
201 if (option_mask32 & (OPT_q|OPT_l|OPT_L)) {
413 if (option_mask32 & (OPT_c|OPT_q|OPT_l|OPT_L)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dgetopt.c51 OPT_q = 0x4, // -q enumerator in enum:__anon11442
66 #define quiet_errors (option_mask32 & OPT_q)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpc.c174 OPT_q = 1 << 11, enumerator in enum:__anon11380
251 if (opt & OPT_q)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/selinux/
H A Dsetfiles.c74 OPT_q = (1 << 7), enumerator in enum:__anon11403
91 #define FLAG_q_quiet (option_mask32 & OPT_q)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dinsmod.c700 OPT_q = 0x40, // -q /* silent */ enumerator in enum:__anon11328
707 #define flag_quiet (option_mask32 & OPT_q)

Completed in 78 milliseconds