/busybox-1.35.0/coreutils/ |
D | du.c | 88 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()
|
D | install.c | 128 OPT_b = 1 << 2, in install_main() enumerator
|
D | od_bloaty.c | 43 OPT_b = 1 << 3, enumerator 1243 if (opt & OPT_b) decode_format_string("oC"); in od_main()
|
/busybox-1.35.0/miscutils/ |
D | rfkill.c | 41 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()
|
D | crond.c | 144 OPT_b = (1 << 3), enumerator
|
/busybox-1.35.0/networking/ |
D | tunctl.c | 81 OPT_b = 1 << 5, // brief output in tunctl_main() enumerator 124 if (opts & OPT_b) { in tunctl_main()
|
D | nc_bloaty.c | 175 OPT_b = (1 << 4), enumerator 187 #define o_bcmode (option_mask32 & OPT_b)
|
D | tcpudp.c | 207 OPT_b = (1 << 7), enumerator
|
/busybox-1.35.0/util-linux/ |
D | chrt.c | 86 #define OPT_b (1<<5) macro 121 if (opt & OPT_b) in chrt_main()
|
D | readprofile.c | 86 OPT_b = (1 << 5), in readprofile_main() enumerator 95 #define optBins (opt & OPT_b) in readprofile_main()
|
D | mkfs_ext2.c | 194 OPT_b = 1 << 2, // block size, in bytes enumerator 296 if (option_mask32 & OPT_b) in mkfs_ext2_main()
|
D | mkfs_reiser.c | 134 OPT_b = 1 << 0, enumerator
|
D | mkfs_vfat.c | 239 OPT_b = 1 << 1, // [IGNORED] location of backup boot sector in mkfs_vfat_main() enumerator
|
D | fdisk.c | 156 OPT_b = 1 << 0, enumerator 3043 if (opt & OPT_b) { in fdisk_main()
|
/busybox-1.35.0/mailutils/ |
D | popmaildir.c | 108 OPT_b = 1 << 0, // -b binary mode. Ignored in popmaildir_main() enumerator
|
/busybox-1.35.0/modutils/ |
D | depmod.c | 160 OPT_b = (1 << 2), /* base directory when modules are in staging area */ enumerator
|
/busybox-1.35.0/networking/udhcp/ |
D | d6_dhcpc.c | 158 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()
|
D | dhcpc.c | 108 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/ |
D | top.c | 224 OPT_b = (1 << 2), enumerator 229 #define OPT_BATCH_MODE (option_mask32 & OPT_b)
|