/busybox-1.35.0/networking/udhcp/ |
D | dumpleases.c | 33 OPT_a = 0x1, // -a in dumpleases_main() enumerator 62 (opt & OPT_a) ? "at" : "in" in dumpleases_main() 99 if (!(opt & OPT_a)) in dumpleases_main() 104 if (!(opt & OPT_a)) { /* no -a */ in dumpleases_main()
|
D | dhcpc.c | 109 IF_FEATURE_UDHCPC_ARPING(OPT_a = 1 << OPTBIT_a,) 1750 if (opt & OPT_a) { in udhcpc_main()
|
/busybox-1.35.0/coreutils/ |
D | touch.c | 98 OPT_a = (1 << 5) * ENABLE_FEATURE_TOUCH_SUSV3, in touch_main() enumerator 162 if ((opts & (OPT_a|OPT_m)) == OPT_a) in touch_main() 164 if ((opts & (OPT_a|OPT_m)) == OPT_m) in touch_main()
|
D | ls.c | 223 OPT_a = (1 << 1), enumerator 937 if (!(option_mask32 & (OPT_a|OPT_A))) in scan_one_dir() 939 if (!(option_mask32 & OPT_a) in scan_one_dir()
|
D | od_bloaty.c | 42 OPT_a = 1 << 2, enumerator 1242 if (opt & OPT_a) decode_format_string("a"); in od_main()
|
/busybox-1.35.0/console-tools/ |
D | showkey.c | 66 OPT_a = (1<<0), // display the decimal/octal/hex values of the keys in showkey_main() enumerator 83 if (option_mask32 & OPT_a) { in showkey_main()
|
/busybox-1.35.0/util-linux/ |
D | losetup.c | 60 OPT_a = (1 << 5), in losetup_main() enumerator 98 if (opt == OPT_a) { in losetup_main()
|
D | swaponoff.c | 138 OPT_a = 1 << OPTBIT_a, 144 #define OPT_ALL (option_mask32 & OPT_a) 330 option_mask32 = option_mask32 & ~OPT_a; in swap_on_off_main()
|
D | script.c | 66 OPT_a = (1 << 0), in script_main() enumerator 93 if (opt & OPT_a) { in script_main()
|
D | readprofile.c | 85 OPT_a = (1 << 4), in readprofile_main() enumerator 94 #define optAll (opt & OPT_a) in readprofile_main()
|
D | getopt.c | 133 OPT_a = 0x80, // -a enumerator 140 #define alternative (option_mask32 & OPT_a)
|
D | taskset.c | 212 OPT_a = 1 << 1, enumerator 356 if (opts & OPT_a) { in taskset_main()
|
D | hexdump_xxd.c | 64 #define OPT_a (1 << 2) macro
|
D | acpid.c | 88 OPT_a = (1 << 5), enumerator
|
D | fsck_minix.c | 232 OPT_a = (1 << 1), enumerator 240 #define OPT_automatic (option_mask32 & OPT_a) 247 #define OPT_manual ((option_mask32 & (OPT_a|OPT_r)) == OPT_r)
|
D | mount.c | 292 OPT_a = (1 << 4), enumerator 2319 if (!(opt & OPT_a)) { in mount_main()
|
/busybox-1.35.0/mailutils/ |
D | makemime.c | 187 OPT_a = 1 << 5, // additional headers in makemime_main() enumerator
|
D | sendmail.c | 246 OPT_a = 1 << 7, // authentication tokens in sendmail_main() enumerator 280 if ((opts & OPT_a) && !list) in sendmail_main() 354 if (opts & OPT_a) { in sendmail_main()
|
D | popmaildir.c | 113 OPT_a = 1 << 5, // -a use APOP protocol in popmaildir_main() enumerator 156 if ('<' == buf[0] && (opts & OPT_a)) { in popmaildir_main()
|
/busybox-1.35.0/runit/ |
D | chpst.c | 177 OPT_a = (1 << 0) * ENABLE_SOFTLIMIT, enumerator 314 opt |= (OPT_s | OPT_l | OPT_a | OPT_d); in chpst_main() 373 if (opt & OPT_a) { in chpst_main()
|
/busybox-1.35.0/debianutils/ |
D | run_parts.c | 106 OPT_a = (1 << 0), enumerator
|
D | start_stop_daemon.c | 136 OPT_a = (1 << 6), // -a enumerator
|
/busybox-1.35.0/miscutils/ |
D | man.c | 28 OPT_a = 1, /* all */ enumerator 376 if (found && !(opt & OPT_a)) in man_main()
|
D | time.c | 440 OPT_a = (1 << 2), in time_main() enumerator 460 (opt & OPT_a) /* append? */ in time_main()
|
/busybox-1.35.0/procps/ |
D | ps.c | 563 OPT_a = (1 << 2), in ps_main() enumerator
|