Searched refs:force (Results 151 - 175 of 640) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2rtf.h165 void ChooseOutputFile(bool force = false);
166 void ChooseInputFile(bool force = false);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Doptions.c43 { opt_force, "force" },
71 int hfsplus_parse_options_remount(char *input, int *force) argument
87 *force = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_util.c216 __dbsrv_timeout(force)
217 int force;
231 if (!force && to_hint > 0 && t < to_hint)
301 if (to < t || force) {
631 __env_close_int(id, flags, force)
634 int force;
648 * If we are timing out, we need to force the close, no matter
651 if (--ctp->ct_refcount != 0 && !force)
662 if (force)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep025.tcl116 $masterenv test force noarchive_timeout
184 file copy -force $f $clientdir/$filename
H A Denv013.tcl50 file copy -force $testdir/$testfile $testdir/$dupfile
H A Drecd021.tcl80 env_remove [berkdb envremove -force -home $testdir] 0
173 file copy -force $testdir/log.0000000001 $testdir/log.sav
249 file rename -force $testdir/log.sav $testdir/log.0000000001
263 error_check_good env_remove [berkdb envremove -force -home $testdir] 0
H A Dreputilsnoenv.tcl155 file delete -force $m
180 # file delete -force $m
240 file rename -force $fname ready.$tofrom.$counter($machid)
499 file rename -force $queuedir/$msgdb $queuedir/$dbname
500 file delete -force $queuedir/$dbname
H A Dtest116.tcl149 file copy -force $testdir/$testfile $testdir/$newfile
154 file copy -force $testdir/$newfile $newdir/$testfile
165 file copy -force $extent __dbq.$newfile.$suffix
166 file copy -force \
H A Dtest014.tcl206 file rename -force $t1 $t3
224 file rename -force $t3 $t2
238 file rename -force $t3 $t2
H A Drecd007.tcl225 catch { file copy -force $dir/$dbfile $init_file } res
286 catch { file copy -force $dir/$dbfile $init_file } res
327 catch { file copy -force $dir/$dbfile $init_file } res
500 catch { file copy -force $dir/$dbfile $init_file } res
570 catch { file copy -force $dir/$dbfile $init_file } res
700 file copy -force $testdir/$dbfile $testdir/${dbfile}.1
771 file copy -force $testdir/${dbfile}.1 $testdir/$dbfile
800 file copy -force $testdir/$dbfile $testdir/${dbfile}.2
855 file copy -force $testdir/${dbfile}.2 $testdir/$dbfile
1041 catch { file rename -force
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhiddev.h224 int hiddev_connect(struct hid_device *hid, unsigned int force);
233 unsigned int force)
232 hiddev_connect(struct hid_device *hid, unsigned int force) argument
H A Dtick.h78 extern int tick_program_event(ktime_t expires, int force);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/libcharset/
H A DMakefile.devel61 force :
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/common/
H A Daml_nfw.c35 module_param_named(force, force_register, bool, 0);
36 MODULE_PARM_DESC(force, "Install opregion handler even without HPQ5001 device");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/libcharset/
H A DMakefile.devel66 force :
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dradio.h64 void b43legacy_radio_turn_off(struct b43legacy_wldev *dev, bool force);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dsdrc.h152 u32 omap2xxx_sdrc_reprogram(u32 level, u32 force);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc.c38 int force = 0; variable
183 " tc [-force] -batch file\n"
245 if (!force)
281 } else if (matches(argv[1], "-force") == 0) {
282 ++force;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_flac.sh92 if flac --ogg $SILENT --force-raw-format --endian=little --sign=signed --channels=1 --bps=8 --sample-rate=44100 -c $0 1>/dev/null 2>&1 ; then
119 if run_flac $TOTALLY_SILENT -0 --force exist.wav ; then
151 run_flac $SILENT --force --verify --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=16 --channels=2 --blocksize=$blocksize --no-padding --lax -o pbs.flac pbs.raw || die "ERROR"
153 run_flac $SILENT --force --decode --force-raw-format --endian=little --sign=signed -o pbs.cmp pbs.flac || die "ERROR"
189 run_flac $SILENT --force --verify --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=$bps --channels=$channels --no-padding --lax -o rt.flac $f || die "ERROR"
191 run_flac $SILENT --force --decode --force
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dsuper.c222 params->force = false;
225 params->force = true;
246 params->force = true;
249 params->force = true;
277 suffix ?: "-", params->type, params->force ? " FORCE" : "");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-viapro.c92 /* If force is set to anything different from 0, we forcibly enable the
94 static int force; variable
95 module_param(force, bool, 0);
96 MODULE_PARM_DESC(force, "Forcibly enable the SMBus. DANGEROUS!");
338 force = 0;
386 if (force) {
398 "use force=1\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/
H A Dindex.py1059 def scanXMLMsgArchive(url, title, force = 0):
1064 if force == 0 and ID != -1:
1089 def scanXMLDateArchive(t = None, force = 0):
1120 newmsg = newmsg + scanXMLMsgArchive(msg, title, force)
1133 def analyzeArchives(t = None, force = 0):
1136 ret = scanXMLDateArchive(t, force)
1202 print "Usage index.py [--force] [--archive] [--archive-year year] [--archive-month month] [--API] [--docs]"
1214 force = 0
1218 if args[i] == '--force':
1219 force
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dindex.py1059 def scanXMLMsgArchive(url, title, force = 0):
1064 if force == 0 and ID != -1:
1089 def scanXMLDateArchive(t = None, force = 0):
1120 newmsg = newmsg + scanXMLMsgArchive(msg, title, force)
1133 def analyzeArchives(t = None, force = 0):
1136 ret = scanXMLDateArchive(t, force)
1202 print "Usage index.py [--force] [--archive] [--archive-year year] [--archive-month month] [--API] [--docs]"
1214 force = 0
1218 if args[i] == '--force':
1219 force
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dutil.S6 | ovf_res: used by overflow to force the correct
97 | extended. If the instruction is not fsgldiv or fsglmul but a force-
98 | precision instruction, the rounding precision is then set to the force
109 beql ovff_sgl |force precision is single
111 beql ovff_dbl |force precision is double
124 beql ovff_sgl |the instruction is force single
126 beql ovff_dbl |the instruction is force double
361 beql unff_sgl |force precision is single
362 cmpil #0x3,%d0 |force precision is double
376 beql unff_sgl |force singl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/po/
H A DMakefile.msvc33 install : all force
134 installdirs : force
203 uninstall : force
241 clean : force
247 force :

Completed in 165 milliseconds

1234567891011>>