Searched refs:oldname (Results 1 - 25 of 46) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_rename.c21 __os_rename(env, oldname, newname, silent)
23 const char *oldname, *newname;
32 __db_msg(env, "fileops: rename %s to %s", oldname, newname);
37 ret = DB_GLOBAL(j_rename)(oldname, newname);
39 RETRY_CHK((rename(oldname, newname)), ret);
48 env, ret, "rename %s %s", oldname, newname);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_rename.c18 __os_rename(env, oldname, newname, silent)
20 const char *oldname, *newname;
31 __db_msg(env, "fileops: rename %s to %s", oldname, newname);
33 TO_TSTRING(env, oldname, toldname, ret);
60 * above would have succeeded if oldname and newname
76 env, ret, "MoveFileEx %s %s", oldname, newname);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/smbfs/
H A Dsymlink.c28 int smb_symlink(struct inode *inode, struct dentry *dentry, const char *oldname) argument
30 DEBUG1("create symlink %s -> %s/%s\n", oldname, DENTRY_PATH(dentry));
32 return smb_proc_symlink(server_from_dentry(dentry), dentry, oldname);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dcrdel_auto.h32 DBT oldname; member in struct:___crdel_inmem_rename_args
H A Dfileops_auto.h45 DBT oldname; member in struct:___fop_rename_args
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_basic.c258 __fop_rename(env, txn, oldname, newname, fid, appname, with_undo, flags)
261 const char *oldname;
274 if ((ret = __db_appname(env, appname, oldname, 0, NULL, &o)) != 0)
284 DB_INIT_DBT(old, oldname, strlen(oldname) + 1);
H A Dfileops_auto.c715 memset(&argp->oldname, 0, sizeof(argp->oldname));
716 LOGCOPY_32(env,&argp->oldname.size, bp);
718 argp->oldname.data = bp;
719 bp += argp->oldname.size;
756 oldname, newname, fileid, appname)
761 const DBT *oldname;
768 oldname, newname, fileid, appname, DB___fop_rename));
772 oldname, newname, fileid, appname)
777 const DBT *oldname;
[all...]
H A Dfileops_autop.c183 for (i = 0; i < argp->oldname.size; i++) {
184 ch = ((u_int8_t *)argp->oldname.data)[i];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfiledir.c326 move and rename sdir:oldname to curdir:newname in volume vol
332 char *oldname,
350 cfrombstr(sdir->d_u_name), oldname, newname);
357 if ((oldunixname = strdup(mtoupath(vol, oldname, sdir->d_did, utf8_encoding()))) == NULL)
364 if ((oldunixname = strdup(ctoupath(vol, sdir, oldname))) == NULL)
383 if ((oldunixname = strdup(ctoupath( vol, dirlookup(vol, sdir->d_pdid), oldname))) == NULL)
391 * b) the oldname (renameat is available)
435 if (strcmp(oldname, newname) == 0) {
461 of_rename(vol, opened, sdir, oldname, curdir, newname);
504 char *oldname, *newnam local
329 moveandrename(const struct vol *vol, struct dir *sdir, int sdir_fd, char *oldname, char *newname, int isdir) argument
695 char *oldname, *newname; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dfop004.tcl83 set oldname $subdira/$old
88 set oldname $old
97 set oldfile $path/$oldname
102 set oldfile $oldname
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Dcrdel_auto.c521 memset(&argp->oldname, 0, sizeof(argp->oldname));
522 LOGCOPY_32(env,&argp->oldname.size, bp);
524 argp->oldname.data = bp;
525 bp += argp->oldname.size;
549 oldname, newname, fid)
554 const DBT *oldname;
601 + sizeof(u_int32_t) + (oldname == NULL ? 0 : oldname->size)
641 if (oldname
[all...]
H A Dcrdel_rec.c238 (const char *)argp->oldname.data,
243 (const char *)argp->oldname.data,
245 (const char *)argp->oldname.data, 1);
H A Dcrdel_autop.c136 for (i = 0; i < argp->oldname.size; i++) {
137 ch = ((u_int8_t *)argp->oldname.data)[i];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/config/
H A Dconfdata.c221 char oldname[128]; local
346 sprintf(oldname, "%s.old", name);
347 rename(name, oldname);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dwrapped.c484 int rename(char *oldname,char *newname) argument
487 p1 = smbw_path(oldname);
495 return smbw_rename(oldname, newname);
498 return real_rename(oldname, newname);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/libiptc/
H A Dlibip6tc.h112 int ip6tc_rename_chain(const ip6t_chainlabel oldname,
H A Dlibiptc.h121 int iptc_rename_chain(const ipt_chainlabel oldname,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/libiptc/
H A Dlibip6tc.h118 int ip6tc_rename_chain(const ip6t_chainlabel oldname,
H A Dlibiptc.h123 int iptc_rename_chain(const ipt_chainlabel oldname,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/tmp/include/libiptc/
H A Dlibip6tc.h118 int ip6tc_rename_chain(const ip6t_chainlabel oldname,
H A Dlibiptc.h123 int iptc_rename_chain(const ipt_chainlabel oldname,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/libiptc/
H A Dlibip6tc.h112 int ip6tc_rename_chain(const ip6t_chainlabel oldname,
H A Dlibiptc.h121 int iptc_rename_chain(const ipt_chainlabel oldname,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dnttrans.c1590 static NTSTATUS copy_internals(connection_struct *conn, char *oldname, char *newname, uint16 attrs) argument
1609 if (ms_has_wild(newname) || ms_has_wild(oldname)) {
1616 unix_convert(oldname,conn,last_component_oldname,&bad_path_oldname,&sbuf1);
1632 if (!check_name(oldname,conn)) {
1637 fmode = dos_mode(conn,oldname,&sbuf1);
1668 if (!reduce_name(conn, oldname) != 0) {
1672 DEBUG(10,("copy_internals: doing file copy %s to %s\n", oldname, newname));
1674 fsp1 = open_file_shared1(conn,oldname,&sbuf1,FILE_READ_DATA,SET_DENY_MODE(DENY_ALL)|SET_OPEN_MODE(DOS_OPEN_RDONLY),
1730 nt_errstr(status), oldname, newname));
1743 pstring oldname; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dnamei.c2188 int vfs_symlink(struct inode *dir, struct dentry *dentry, const char *oldname, int mode) argument
2198 error = security_inode_symlink(dir, dentry, oldname);
2203 error = dir->i_op->symlink(dir, dentry, oldname);
2209 asmlinkage long sys_symlinkat(const char __user *oldname, argument
2218 from = getname(oldname);
2246 asmlinkage long sys_symlink(const char __user *oldname, const char __user *newname) argument
2248 return sys_symlinkat(oldname, AT_FDCWD, newname);
2294 * We don't follow them on the oldname either to be compatible
2298 asmlinkage long sys_linkat(int olddfd, const char __user *oldname, argument
2314 error = __user_walk_fd(olddfd, oldname,
2343 sys_link(const char __user *oldname, const char __user *newname) argument
2462 do_rename(int olddfd, const char *oldname, int newdfd, const char *newname) argument
2539 sys_renameat(int olddfd, const char __user *oldname, int newdfd, const char __user *newname) argument
2559 sys_rename(const char __user *oldname, const char __user *newname) argument
[all...]

Completed in 211 milliseconds

12