Home
last modified time | relevance | path

Searched refs:OPT_e (Results 1 – 12 of 12) sorted by relevance

/busybox-1.35.0/miscutils/
Dcrontab.c97 OPT_e = (1 << 3), in crontab_main() enumerator
99 OPT_ler = OPT_l + OPT_e + OPT_r, in crontab_main()
156 case OPT_e: /* Edit */ in crontab_main()
/busybox-1.35.0/debianutils/
Drun_parts.c110 OPT_e = (1 << 4) * ENABLE_FEATURE_RUN_PARTS_LONG_OPTIONS, enumerator
241 if (option_mask32 & OPT_e) in run_parts_main()
/busybox-1.35.0/coreutils/
Dshuf.c33 #define OPT_e (1 << 0) macro
90 if (opts & OPT_e) { in shuf_main()
/busybox-1.35.0/mailutils/
Dmakemime.c183 OPT_e = 1 << 1, // Content-Transfer-Encoding. Ignored. Assumed base64 in makemime_main() enumerator
Dreformime.c62 OPT_e = 1 << 3, enumerator
/busybox-1.35.0/runit/
Dchpst.c190 OPT_e = (1 << 13) * (ENABLE_CHPST || ENABLE_ENVDIR), enumerator
326 opt |= OPT_e; in chpst_main()
448 if (opt & OPT_e) in chpst_main()
/busybox-1.35.0/util-linux/
Dacpid.c85 OPT_e = (1 << 2), enumerator
314 dev_event = xasprintf((opts & OPT_e) ? "%s" : "%s%u", opt_input, nfd); in acpid_main()
350 if (option_mask32 & OPT_e) { in acpid_main()
Dswaponoff.c139 OPT_e = 1 << OPTBIT_e, enumerator
146 #define OPT_IFEXISTS (option_mask32 & OPT_e)
/busybox-1.35.0/selinux/
Dsetfiles.c142 OPT_e = (1 << 1), enumerator
159 #define FLAG_e (option_mask32 & OPT_e)
/busybox-1.35.0/procps/
Dps.c566 OPT_e = (1 << 5), in ps_main() enumerator
/busybox-1.35.0/findutils/
Dgrep.c152 OPT_e = 1 << OPTBIT_e, enumerator
/busybox-1.35.0/editors/
Dawk.c91 OPT_e = IF_FEATURE_AWK_GNU_EXTENSIONS((1 << OPTBIT_e)) + 0, enumerator
3653 if (!(opt & (OPT_f | OPT_e))) { in awk_main()