/busybox-1.35.0/util-linux/ |
D | losetup.c | 59 OPT_f = (1 << 4), in losetup_main() enumerator 114 if (opt & OPT_f) { in losetup_main() 132 if ((opt == OPT_f) && !argv[0]) { in losetup_main() 139 if (argv[0] && ((opt & OPT_f) || argv[1])) { in losetup_main() 145 if (!(opt & OPT_f)) in losetup_main()
|
D | chrt.c | 84 #define OPT_f (1<<3) macro 117 if (opt & OPT_f) in chrt_main()
|
D | acpid.c | 86 OPT_f = (1 << 3), enumerator 279 if (!(opts & OPT_f)) { in acpid_main()
|
D | mkfs_reiser.c | 143 OPT_f = 1 << 9, // ask no questions enumerator 173 if (!S_ISBLK(st.st_mode) && !(option_mask32 & OPT_f)) in mkfs_reiser_main()
|
D | script.c | 68 OPT_f = (1 << 2), in script_main() enumerator
|
D | mkfs_vfat.c | 242 OPT_f = 1 << 4, // [IGNORED] number of FATs in mkfs_vfat_main() enumerator
|
D | fsck_minix.c | 237 OPT_f = (1 << 6), enumerator 245 #define OPT_force (option_mask32 & OPT_f)
|
/busybox-1.35.0/coreutils/ |
D | shred.c | 51 OPT_f = (1 << 0), in shred_main() enumerator 77 if (opt & OPT_f) { in shred_main()
|
D | uniq.c | 57 OPT_f = 1 << 3, in uniq_main() enumerator
|
D | od_bloaty.c | 46 OPT_f = 1 << 6, enumerator 1246 if (opt & OPT_f) decode_format_string("fF"); in od_main()
|
/busybox-1.35.0/networking/ |
D | hostname.c | 123 OPT_f = 0x2, in hostname_main() enumerator 162 if (opts & OPT_f) { in hostname_main()
|
D | tunctl.c | 75 OPT_f = 1 << 0, // control device name (/dev/net/tun) in tunctl_main() enumerator 153 OPT_f = 1 << 0, // control device name (/dev/net/tun) in tunctl_main() enumerator
|
D | ifenslave.c | 493 OPT_f = (1 << 2), in ifenslave_main() enumerator 555 if (!(opt & (OPT_d|OPT_c|OPT_f))) { in ifenslave_main()
|
/busybox-1.35.0/console-tools/ |
D | openvt.c | 139 OPT_f = (1 << 4), in openvt_main() enumerator
|
/busybox-1.35.0/networking/udhcp/ |
D | dumpleases.c | 35 OPT_f = 0x4, // -f in dumpleases_main() enumerator
|
D | d6_dhcpc.c | 150 OPT_f = 1 << 14, enumerator 1297 if (!(opt & OPT_f)) { in udhcpc6_main() 1410 opt = ((opt & ~(OPT_b|OPT_n)) | OPT_f); in udhcpc6_main() 1838 if (!(opt & OPT_f)) { in udhcpc6_main() 1841 opt = ((opt & ~OPT_b) | OPT_f); in udhcpc6_main()
|
D | dhcpc.c | 101 OPT_f = 1 << 17, enumerator 1354 if (!(opt & OPT_f)) { in udhcpc_main() 1464 opt = ((opt & ~(OPT_b|OPT_n)) | OPT_f); in udhcpc_main() 1795 if (!(opt & OPT_f)) { in udhcpc_main() 1798 opt = ((opt & ~OPT_b) | OPT_f); in udhcpc_main()
|
D | dhcpd.c | 885 #define OPT_f (1 << 0) in udhcpd_main() macro 902 if (!(opt & OPT_f)) { /* no -f */ in udhcpd_main()
|
/busybox-1.35.0/runit/ |
D | chpst.c | 180 OPT_f = (1 << 3) * (ENABLE_SOFTLIMIT || ENABLE_CHPST), enumerator 408 if (opt & OPT_f) { in chpst_main()
|
/busybox-1.35.0/selinux/ |
D | setfiles.c | 143 OPT_f = (1 << 2), enumerator 160 #define FLAG_f (option_mask32 & OPT_f)
|
/busybox-1.35.0/miscutils/ |
D | nandwrite.c | 70 #define OPT_f (1 << 3) macro
|
D | time.c | 442 OPT_f = (1 << 4), in time_main() enumerator
|
D | crond.c | 143 OPT_f = (1 << 2), enumerator 1035 if (!(opts & OPT_f)) { in crond_main()
|
/busybox-1.35.0/mailutils/ |
D | sendmail.c | 239 OPT_f = 1 << 1, // sender address in sendmail_main() enumerator
|
/busybox-1.35.0/findutils/ |
D | grep.c | 153 OPT_f = 1 << OPTBIT_f, enumerator 768 if (option_mask32 & OPT_f) { in grep_main()
|