Home
last modified time | relevance | path

Searched refs:OPT_a (Results 1 – 25 of 26) sorted by relevance

12

/busybox-1.35.0/networking/udhcp/
Ddumpleases.c33 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()
Ddhcpc.c109 IF_FEATURE_UDHCPC_ARPING(OPT_a = 1 << OPTBIT_a,)
1750 if (opt & OPT_a) { in udhcpc_main()
/busybox-1.35.0/coreutils/
Dtouch.c98 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()
Dls.c223 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()
Dod_bloaty.c42 OPT_a = 1 << 2, enumerator
1242 if (opt & OPT_a) decode_format_string("a"); in od_main()
/busybox-1.35.0/console-tools/
Dshowkey.c66 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/
Dlosetup.c60 OPT_a = (1 << 5), in losetup_main() enumerator
98 if (opt == OPT_a) { in losetup_main()
Dswaponoff.c138 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()
Dscript.c66 OPT_a = (1 << 0), in script_main() enumerator
93 if (opt & OPT_a) { in script_main()
Dreadprofile.c85 OPT_a = (1 << 4), in readprofile_main() enumerator
94 #define optAll (opt & OPT_a) in readprofile_main()
Dgetopt.c133 OPT_a = 0x80, // -a enumerator
140 #define alternative (option_mask32 & OPT_a)
Dtaskset.c212 OPT_a = 1 << 1, enumerator
356 if (opts & OPT_a) { in taskset_main()
Dhexdump_xxd.c64 #define OPT_a (1 << 2) macro
Dacpid.c88 OPT_a = (1 << 5), enumerator
Dfsck_minix.c232 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)
Dmount.c292 OPT_a = (1 << 4), enumerator
2319 if (!(opt & OPT_a)) { in mount_main()
/busybox-1.35.0/mailutils/
Dmakemime.c187 OPT_a = 1 << 5, // additional headers in makemime_main() enumerator
Dsendmail.c246 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()
Dpopmaildir.c113 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/
Dchpst.c177 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/
Drun_parts.c106 OPT_a = (1 << 0), enumerator
Dstart_stop_daemon.c136 OPT_a = (1 << 6), // -a enumerator
/busybox-1.35.0/miscutils/
Dman.c28 OPT_a = 1, /* all */ enumerator
376 if (found && !(opt & OPT_a)) in man_main()
Dtime.c440 OPT_a = (1 << 2), in time_main() enumerator
460 (opt & OPT_a) /* append? */ in time_main()
/busybox-1.35.0/procps/
Dps.c563 OPT_a = (1 << 2), in ps_main() enumerator

12