Home
last modified time | relevance | path

Searched refs:OPT_f (Results 1 – 25 of 29) sorted by relevance

12

/busybox-1.35.0/util-linux/
Dlosetup.c59 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()
Dchrt.c84 #define OPT_f (1<<3) macro
117 if (opt & OPT_f) in chrt_main()
Dacpid.c86 OPT_f = (1 << 3), enumerator
279 if (!(opts & OPT_f)) { in acpid_main()
Dmkfs_reiser.c143 OPT_f = 1 << 9, // ask no questions enumerator
173 if (!S_ISBLK(st.st_mode) && !(option_mask32 & OPT_f)) in mkfs_reiser_main()
Dscript.c68 OPT_f = (1 << 2), in script_main() enumerator
Dmkfs_vfat.c242 OPT_f = 1 << 4, // [IGNORED] number of FATs in mkfs_vfat_main() enumerator
Dfsck_minix.c237 OPT_f = (1 << 6), enumerator
245 #define OPT_force (option_mask32 & OPT_f)
/busybox-1.35.0/coreutils/
Dshred.c51 OPT_f = (1 << 0), in shred_main() enumerator
77 if (opt & OPT_f) { in shred_main()
Duniq.c57 OPT_f = 1 << 3, in uniq_main() enumerator
Dod_bloaty.c46 OPT_f = 1 << 6, enumerator
1246 if (opt & OPT_f) decode_format_string("fF"); in od_main()
/busybox-1.35.0/networking/
Dhostname.c123 OPT_f = 0x2, in hostname_main() enumerator
162 if (opts & OPT_f) { in hostname_main()
Dtunctl.c75 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
Difenslave.c493 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/
Dopenvt.c139 OPT_f = (1 << 4), in openvt_main() enumerator
/busybox-1.35.0/networking/udhcp/
Ddumpleases.c35 OPT_f = 0x4, // -f in dumpleases_main() enumerator
Dd6_dhcpc.c150 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()
Ddhcpc.c101 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()
Ddhcpd.c885 #define OPT_f (1 << 0) in udhcpd_main() macro
902 if (!(opt & OPT_f)) { /* no -f */ in udhcpd_main()
/busybox-1.35.0/runit/
Dchpst.c180 OPT_f = (1 << 3) * (ENABLE_SOFTLIMIT || ENABLE_CHPST), enumerator
408 if (opt & OPT_f) { in chpst_main()
/busybox-1.35.0/selinux/
Dsetfiles.c143 OPT_f = (1 << 2), enumerator
160 #define FLAG_f (option_mask32 & OPT_f)
/busybox-1.35.0/miscutils/
Dnandwrite.c70 #define OPT_f (1 << 3) macro
Dtime.c442 OPT_f = (1 << 4), in time_main() enumerator
Dcrond.c143 OPT_f = (1 << 2), enumerator
1035 if (!(opts & OPT_f)) { in crond_main()
/busybox-1.35.0/mailutils/
Dsendmail.c239 OPT_f = 1 << 1, // sender address in sendmail_main() enumerator
/busybox-1.35.0/findutils/
Dgrep.c153 OPT_f = 1 << OPTBIT_f, enumerator
768 if (option_mask32 & OPT_f) { in grep_main()

12