Searched refs:overwrite (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dreplace1.c27 int setenv(const char *name, const char *value, int overwrite) argument
34 if (overwrite || getenv(name)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Denv011.tcl8 # TEST Run with region overwrite flag.
16 set e [berkdb_env -create -overwrite -home $testdir -txn]
28 puts "\tEnv011: Opening the environment with overwrite set."
29 set e [berkdb_env -create -overwrite -home $testdir -txn -recover]
33 puts "\tEnv011: Removing the environment with overwrite set."
35 [berkdb envremove -home $testdir -overwrite] 0
H A Dmdbscript.tcl144 # 2. Put it (using an overwrite to make the data be datastr:ID).
152 set overwrite 0
186 incr overwrite
394 puts "\t$overwrite overwrites"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dunzip.c101 enum {o_prompt, o_never, o_always} overwrite = o_prompt; local
121 case 'n': /* Never overwrite existing files */
122 overwrite = o_never;
125 case 'o': /* Always overwrite existing files */
126 overwrite = o_always;
190 overwrite = (overwrite == o_prompt) ? o_never : overwrite;
303 if (overwrite == o_never) {
306 if (overwrite
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_winsserver.c1883 BOOL overwrite=False; local
1922 overwrite=True;
1924 overwrite=True;
1932 overwrite=True;
1943 overwrite=True;
1955 overwrite=True;
1966 overwrite=True;
1977 overwrite=True;
1981 overwrite=True;
1993 overwrite
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironmentConfig.java174 private boolean overwrite = false; field in class:EnvironmentConfig
2105 Configure the system to overwrite files stored in encrypted formats
2119 @param overwrite
2120 If true, configure the system to overwrite files stored in encrypted
2123 public void setOverwrite(final boolean overwrite) { argument
2124 this.overwrite = overwrite;
2128 Return true if the system has been configured to overwrite files stored in
2134 True if the system has been configured to overwrite files stored in
2138 return overwrite;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsatanh.S89 fmovemx %fp0-%fp0,(%a0) | ...overwrite input
H A Dutil.S289 movew LOCAL_EX(%a1),LOCAL_EX(%a0) |do not overwrite sign
622 movew LOCAL_EX(%a1),LOCAL_EX(%a0) |be careful not to overwrite sign
H A Dres_func.S1337 btstb #snan_bit,FPCR_ENABLE(%a6) |and don't overwrite
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S501 # never overwrite INITSEG
520 # Because we would overwrite the code on the current IP, we move
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmotp.c2055 uint overwrite = 0; local
2140 overwrite = i;
2150 if (overwrite)
2155 for (j = 0; j < cis[overwrite+1] + 2; j++) {
2156 if ((cis[overwrite+j] ^ vars[j]) & cis[overwrite+j]) {
2160 if (j == cis[overwrite+1] + 2) {
2161 i = overwrite;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dincludes.h1070 int setenv(const char *name, const char *value, int overwrite);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dhead.S76 # retrieve the parameters (including command line) before we overwrite them
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dtrans2.c111 Refuse to allow clients to overwrite our private xattrs.
3884 BOOL overwrite; local
3894 overwrite = (CVAL(pdata,0) ? True : False);
3920 status = rename_internals_fsp(conn, fsp, base_name, 0, overwrite);
3924 status = rename_internals(conn, fname, base_name, 0, overwrite);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifspdu.h1480 __le32 overwrite; /* 1 = overwrite dest */ member in struct:set_file_rename
H A Dcifssmb.c1916 rename_info->overwrite = cpu_to_le32(1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm978 would overwrite the first. If duplicates are allowed for (with the
1964 initial buffer. Once that data gets flushed to disk it will overwrite
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfigure1617 --enable-overwrite overwrite configuration files during installation
4199 # overwrite some of them when testing with obscure command lines.
9056 # do not overwrite the value of need_locks provided by the user
12146 # We do the test twice because some compilers refuse to overwrite an
19039 # Check whether --enable-overwrite was given.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Dconfigure1653 --enable-overwrite overwrite configuration files during installation
3834 # overwrite some of them when testing with obscure command lines.
6115 # overwrite some of them when testing with obscure command lines.
8389 # do not overwrite the value of need_locks provided by the user
13371 # do not overwrite the value of need_locks provided by the user
15073 # do not overwrite the value of need_locks provided by the user
17687 # do not overwrite the value of need_locks provided by the user
20512 # We do the test twice because some compilers refuse to overwrite an
32767 # Check whether --enable-overwrite wa
[all...]

Completed in 546 milliseconds