Home
last modified time | relevance | path

Searched refs:OPT_force (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/util-linux/
Dfsck_minix.c245 #define OPT_force (option_mask32 & OPT_f) macro
1261 && (Super.s_state & MINIX_VALID_FS) && !OPT_force in fsck_minix_main()
1266 } else if (OPT_force) in fsck_minix_main()
/busybox-1.35.0/networking/
Difupdown.c215 OPT_force = 0x8, enumerator
221 #define FORCE (option_mask32 & OPT_force)
/busybox-1.35.0/archival/
Ddpkg.c1648 OPT_force = (1 << 6), enumerator
1795 if (opt & OPT_force) { // -F (--force in official dpkg) in dpkg_main()