Searched refs:OPT_FORCE (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dumount.c16 #define OPT_FORCE 1 macro
46 doForce = MAX((opt & OPT_FORCE), (opt & OPT_LAZY));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dbbunzip.c13 OPT_FORCE = 0x2, enumerator in enum:__anon11161
84 if (isatty(STDIN_FILENO) && (option_mask32 & OPT_FORCE) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/afppasswd/
H A Dafppasswd.c53 #define OPT_FORCE (1 << 2) macro
294 flags |= OPT_FORCE;
338 if (!i && ((flags & OPT_FORCE) == 0)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/afppasswd/
H A Dafppasswd.c51 #define OPT_FORCE (1 << 2) macro
293 flags |= OPT_FORCE;
337 if (!i && ((flags & OPT_FORCE) == 0)) {

Completed in 111 milliseconds