Searched refs:OPT_m (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dchrt.c38 #define OPT_m (1<<0) macro
63 if (opt & OPT_m) { /* print min/max */
124 #undef OPT_m macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dgrep.c72 OPT_m = 1 << OPTBIT_m, enumerator in enum:__anon11280
221 if ((option_mask32 & OPT_m) && nmatches > max_matches)
285 if ((option_mask32 & OPT_m)
425 if (option_mask32 & OPT_m) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dinsmod.c702 OPT_m = 0x100, // -m /* print module load map */ enumerator in enum:__anon11328
710 #define flag_print_load_map (option_mask32 & OPT_m)

Completed in 71 milliseconds