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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dchrt.c42 #define OPT_o (1<<4) macro
60 if (opt & OPT_o)
123 #undef OPT_o macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dgrep.c70 OPT_o = 1 << OPTBIT_o, enumerator in enum:__anon11280
136 if ((option_mask32 & (OPT_v|OPT_o)) != (OPT_v|OPT_o))
257 if (option_mask32 & OPT_o) {
443 if (!(option_mask32 & (OPT_o | OPT_w)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c130 OPT_o = (1 << (8+ENABLE_NC_SERVER)) * ENABLE_NC_EXTRA, enumerator in enum:__anon11365
142 #define o_ofile (option_mask32 & OPT_o)
709 //if (option_mask32 & OPT_o) /* hexdump log */
764 option_mask32 &= ~OPT_o; /* -o with -e is meaningless! */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/selinux/
H A Dsetfiles.c78 OPT_o = (1 << 11), enumerator in enum:__anon11403
95 #define FLAG_o (option_mask32 & OPT_o)
572 if (flags & OPT_o) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dgetopt.c49 OPT_o = 0x1, // -o enumerator in enum:__anon11442
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dod_bloaty.c1224 OPT_o = 1 << 11, enumerator in enum:__anon11209
1300 if (opt & OPT_o) decode_format_string("o2");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dinsmod.c696 OPT_o = 0x4, // -o /* name the output module */ enumerator in enum:__anon11328
3968 if (option_mask32 & OPT_o) { // -o /* name the output module */

Completed in 122 milliseconds