Home
last modified time | relevance | path

Searched refs:OPT_A (Results 1 – 9 of 9) sorted by relevance

/busybox-1.35.0/networking/
Dping.c405 OPT_A = 1 << 2, enumerator
811 if (c && (option_mask32 & OPT_A)) { in ping4()
902 if (c && (option_mask32 & OPT_A)) { in ping6()
Dftpd.c1166 OPT_A = (1 << (BIT_A + 0)), enumerator
1265 if (!(opts & OPT_A)) { in ftpd_main()
/busybox-1.35.0/findutils/
Dgrep.c161 OPT_A = IF_FEATURE_GREP_CONTEXT( (1 << OPTBIT_A)) + 0, enumerator
737 if (!(opts & OPT_A)) /* not overridden */ in grep_main()
/busybox-1.35.0/coreutils/
Dls.c232 OPT_A = (1 << 10), enumerator
937 if (!(option_mask32 & (OPT_a|OPT_A))) in scan_one_dir()
Dod_bloaty.c40 OPT_A = 1 << 0, enumerator
1220 if (opt & OPT_A) { in od_main()
/busybox-1.35.0/util-linux/
Dmkfs_vfat.c238 OPT_A = 1 << 0, // [IGNORED] atari format in mkfs_vfat_main() enumerator
/busybox-1.35.0/procps/
Dps.c564 OPT_A = (1 << 3), in ps_main() enumerator
/busybox-1.35.0/networking/udhcp/
Dd6_dhcpc.c146 OPT_A = 1 << 10, enumerator
Ddhcpc.c97 OPT_A = 1 << 13, enumerator