Home
last modified time | relevance | path

Searched refs:OPT_b (Results 1 – 19 of 19) sorted by relevance

/busybox-1.35.0/coreutils/
Ddu.c88 OPT_b = (1 << 9), enumerator
129 make_human_readable_str(size, (option_mask32 & OPT_b) ? 1 : 512, G.disp_unit), in print()
133 if (!(option_mask32 & OPT_b)) { in print()
164 sum = ((option_mask32 & OPT_b) ? statbuf.st_size : statbuf.st_blocks); in du()
173 sum = ((option_mask32 & OPT_b) ? statbuf.st_size : statbuf.st_blocks); in du()
255 if (opt & OPT_b) { in du_main()
Dinstall.c128 OPT_b = 1 << 2, in install_main() enumerator
Dod_bloaty.c43 OPT_b = 1 << 3, enumerator
1243 if (opt & OPT_b) decode_format_string("oC"); in od_main()
/busybox-1.35.0/miscutils/
Drfkill.c41 OPT_b = (1 << 0), /* must be = 1 */ enumerator
68 rf_opt |= OPT_b; in rfkill_main()
142 event.soft = (rf_opt & OPT_b); in rfkill_main()
Dcrond.c144 OPT_b = (1 << 3), enumerator
/busybox-1.35.0/networking/
Dtunctl.c81 OPT_b = 1 << 5, // brief output in tunctl_main() enumerator
124 if (opts & OPT_b) { in tunctl_main()
Dnc_bloaty.c175 OPT_b = (1 << 4), enumerator
187 #define o_bcmode (option_mask32 & OPT_b)
Dtcpudp.c207 OPT_b = (1 << 7), enumerator
/busybox-1.35.0/util-linux/
Dchrt.c86 #define OPT_b (1<<5) macro
121 if (opt & OPT_b) in chrt_main()
Dreadprofile.c86 OPT_b = (1 << 5), in readprofile_main() enumerator
95 #define optBins (opt & OPT_b) in readprofile_main()
Dmkfs_ext2.c194 OPT_b = 1 << 2, // block size, in bytes enumerator
296 if (option_mask32 & OPT_b) in mkfs_ext2_main()
Dmkfs_reiser.c134 OPT_b = 1 << 0, enumerator
Dmkfs_vfat.c239 OPT_b = 1 << 1, // [IGNORED] location of backup boot sector in mkfs_vfat_main() enumerator
Dfdisk.c156 OPT_b = 1 << 0, enumerator
3043 if (opt & OPT_b) { in fdisk_main()
/busybox-1.35.0/mailutils/
Dpopmaildir.c108 OPT_b = 1 << 0, // -b binary mode. Ignored in popmaildir_main() enumerator
/busybox-1.35.0/modutils/
Ddepmod.c160 OPT_b = (1 << 2), /* base directory when modules are in staging area */ enumerator
/busybox-1.35.0/networking/udhcp/
Dd6_dhcpc.c158 USE_FOR_MMU( OPT_b = 1 << OPTBIT_b,)
1406 if (opt & OPT_b) { /* background if no lease */ in udhcpc6_main()
1410 opt = ((opt & ~(OPT_b|OPT_n)) | OPT_f); in udhcpc6_main()
1841 opt = ((opt & ~OPT_b) | OPT_f); in udhcpc6_main()
Ddhcpc.c108 USE_FOR_MMU( OPT_b = 1 << OPTBIT_b,)
1460 if (opt & OPT_b) { /* background if no lease */ in udhcpc_main()
1464 opt = ((opt & ~(OPT_b|OPT_n)) | OPT_f); in udhcpc_main()
1798 opt = ((opt & ~OPT_b) | OPT_f); in udhcpc_main()
/busybox-1.35.0/procps/
Dtop.c224 OPT_b = (1 << 2), enumerator
229 #define OPT_BATCH_MODE (option_mask32 & OPT_b)