/busybox-1.35.0/mailutils/ |
D | makemime.c | 187 OPT_a = 1 << 5, // additional headers in makemime_main() enumerator
|
D | popmaildir.c | 113 OPT_a = 1 << 5, // -a use APOP protocol in popmaildir_main() enumerator
|
D | sendmail.c | 246 OPT_a = 1 << 7, // authentication tokens in sendmail_main() enumerator
|
/busybox-1.35.0/networking/udhcp/ |
D | dumpleases.c | 33 OPT_a = 0x1, // -a in dumpleases_main() enumerator
|
D | dhcpd.c | 889 #define OPT_a (1 << 4) in udhcpd_main() macro
|
/busybox-1.35.0/util-linux/ |
D | losetup.c | 60 OPT_a = (1 << 5), in losetup_main() enumerator
|
D | script.c | 66 OPT_a = (1 << 0), in script_main() enumerator
|
D | hexdump_xxd.c | 64 #define OPT_a (1 << 2) macro
|
D | readprofile.c | 85 OPT_a = (1 << 4), in readprofile_main() enumerator
|
D | getopt.c | 133 OPT_a = 0x80, // -a enumerator
|
D | taskset.c | 212 OPT_a = 1 << 1, enumerator
|
D | acpid.c | 88 OPT_a = (1 << 5), enumerator
|
D | fsck_minix.c | 232 OPT_a = (1 << 1), enumerator
|
D | mount.c | 292 OPT_a = (1 << 4), enumerator
|
/busybox-1.35.0/coreutils/ |
D | touch.c | 98 OPT_a = (1 << 5) * ENABLE_FEATURE_TOUCH_SUSV3, in touch_main() enumerator
|
D | ls.c | 223 OPT_a = (1 << 1), enumerator
|
D | od_bloaty.c | 42 OPT_a = 1 << 2, enumerator
|
/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
|
/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/runit/ |
D | chpst.c | 177 OPT_a = (1 << 0) * ENABLE_SOFTLIMIT, enumerator
|
/busybox-1.35.0/miscutils/ |
D | time.c | 440 OPT_a = (1 << 2), in time_main() enumerator
|
D | man.c | 28 OPT_a = 1, /* all */ enumerator
|
/busybox-1.35.0/procps/ |
D | ps.c | 563 OPT_a = (1 << 2), in ps_main() enumerator
|