Searched refs:OPT_e (Results 1 – 12 of 12) sorted by relevance
/busybox-1.35.0/miscutils/ |
D | crontab.c | 97 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/ |
D | run_parts.c | 110 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/ |
D | shuf.c | 33 #define OPT_e (1 << 0) macro 90 if (opts & OPT_e) { in shuf_main()
|
/busybox-1.35.0/mailutils/ |
D | makemime.c | 183 OPT_e = 1 << 1, // Content-Transfer-Encoding. Ignored. Assumed base64 in makemime_main() enumerator
|
D | reformime.c | 62 OPT_e = 1 << 3, enumerator
|
/busybox-1.35.0/runit/ |
D | chpst.c | 190 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/ |
D | acpid.c | 85 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()
|
D | swaponoff.c | 139 OPT_e = 1 << OPTBIT_e, enumerator 146 #define OPT_IFEXISTS (option_mask32 & OPT_e)
|
/busybox-1.35.0/selinux/ |
D | setfiles.c | 142 OPT_e = (1 << 1), enumerator 159 #define FLAG_e (option_mask32 & OPT_e)
|
/busybox-1.35.0/procps/ |
D | ps.c | 566 OPT_e = (1 << 5), in ps_main() enumerator
|
/busybox-1.35.0/findutils/ |
D | grep.c | 152 OPT_e = 1 << OPTBIT_e, enumerator
|
/busybox-1.35.0/editors/ |
D | awk.c | 91 OPT_e = IF_FEATURE_AWK_GNU_EXTENSIONS((1 << OPTBIT_e)) + 0, enumerator 3653 if (!(opt & (OPT_f | OPT_e))) { in awk_main()
|