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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dgrep.c72 OPT_m = 1 << OPTBIT_m, enumerator in enum:__anon19824
221 if ((option_mask32 & OPT_m) && nmatches > max_matches)
285 if ((option_mask32 & OPT_m)
425 if (option_mask32 & OPT_m) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dinsmod.c702 OPT_m = 0x100, // -m /* print module load map */ enumerator in enum:__anon19872
710 #define flag_print_load_map (option_mask32 & OPT_m)

Completed in 65 milliseconds