Searched refs:noclobber (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/applets/
H A Dinstall.sh13 noclobber="0"
18 --noclobber) noclobber="1";;
86 if [ "$noclobber" = "0" ] || [ ! -e "$prefix$i" ]; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Doptions.h55 bool noclobber; /* Disables clobbering of existing member in struct:options
H A Dmain.c226 { "no-clobber", 0, OPT_BOOLEAN, "noclobber", -1 },
1021 setoptval ("noclobber", "1", opt->long_name);
1038 /* The wgetrc commands are named noparent and noclobber,
1046 setoptval (opt->type == OPT__PARENT ? "noparent" : "noclobber",
1091 if (opt.timestamping && opt.noclobber)
1131 if (opt.noclobber && file_exists_p(opt.output_document))
H A Dhttp.c1378 #define ALLOW_CLOBBER (opt.noclobber || opt.always_rest || opt.timestamping \
2011 if (opt.noclobber && !opt.output_document)
2013 /* If opt.noclobber is turned on and file already exists, do not
2487 if (got_name && file_exists_p (hstat.local_file) && opt.noclobber && !opt.output_document)
2489 /* If opt.noclobber is turned on and file already exists, do not
H A Dftp.c1158 else if (opt.noclobber || opt.always_rest || opt.timestamping || opt.dirstruct
1385 if (opt.noclobber && !opt.output_document && file_exists_p (con->target))
H A Dinit.c194 { "noclobber", &opt.noclobber, cmd_boolean },
H A Durl.c1627 if ((opt.noclobber || opt.always_rest || opt.timestamping || opt.dirstruct)

Completed in 91 milliseconds