Searched refs:newdir (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dswitch_root.c45 char *newdir = d->d_name; local
48 if (*newdir=='.' && (!newdir[1] || (newdir[1]=='.' && !newdir[2])))
52 newdir = alloca(strlen(directory) + strlen(d->d_name) + 2);
53 sprintf(newdir, "%s/%s", directory, d->d_name);
54 delete_contents(newdir);
105 // Overmount / with newdir and chroot into it. The chdir is needed to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Denv015.tcl15 set newdir NEWDIR
43 file mkdir $newdir
44 eval file rename -force [glob $testdir/*] $newdir
47 file rename -force $testdir $newdir
81 fileremove -f $newdir
H A Dtest116.tcl80 set newdir $testdir/NEWDIR
81 file mkdir $newdir
83 -create $encargs $envargs -home $newdir -txn]
141 set newdir [get_home $newenv]
154 file copy -force $testdir/$newfile $newdir/$testfile
175 set newdirpages [getlsns $newdir/$testfile $pgsize newdir_lsns]
189 verify [verify_dir $newdir "\tTest$tnum.e: "] 0
238 fileremove -f $newdir
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dminiunz.c104 int makedir (newdir)
105 char *newdir;
109 int len = (int)strlen(newdir);
115 strcpy(buffer,newdir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dminiunz.c104 int makedir (newdir)
105 char *newdir;
109 int len = (int)strlen(newdir);
115 strcpy(buffer,newdir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dofork.c100 struct dir *newdir, const char *newpath)
120 if (newdir != olddir)
121 of->of_did = newdir->d_did;
97 of_rename(const struct vol *vol, struct ofork *s_of, struct dir *olddir, const char *oldpath _U_, struct dir *newdir, const char *newpath) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dofork.c100 struct dir *newdir, const char *newpath)
120 if (newdir != olddir)
121 of->of_did = newdir->d_did;
97 of_rename(const struct vol *vol, struct ofork *s_of, struct dir *olddir, const char *oldpath _U_, struct dir *newdir, const char *newpath) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c222 char *newdir; local
225 newdir = getenv("HOME");
227 newdir = child->argv[1];
228 if (chdir(newdir)) {
229 bb_perror_msg("cd: %s", newdir);
H A Dhush.c750 const char *newdir; local
752 newdir = getenv("HOME") ? : "/";
754 newdir = argv[1];
755 if (chdir(newdir)) {
756 printf("cd: %s: %s\n", newdir, strerror(errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/untgz/
H A Duntgz.c328 int makedir (char *newdir) argument
330 char *buffer = strdup(newdir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/untgz/
H A Duntgz.c328 int makedir (char *newdir) argument
330 char *buffer = strdup(newdir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_kernel.h206 __u64 newdir; member in struct:fuse_rename_in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfuse.h175 __u64 newdir; member in struct:fuse_rename_in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Ddir.c591 struct inode *newdir, struct dentry *newent)
601 inarg.newdir = get_node_id(newdir);
616 if (olddir != newdir)
617 fuse_invalidate_attr(newdir);
636 static int fuse_link(struct dentry *entry, struct inode *newdir, argument
655 err = create_new_entry(fc, req, newdir, newent, inode->i_mode);
590 fuse_rename(struct inode *olddir, struct dentry *oldent, struct inode *newdir, struct dentry *newent) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dreply.c4509 pstring newdir; local
4520 srvstr_get_path(inbuf, newdir, smb_buf(inbuf) + 1, sizeof(newdir), 0, STR_TERMINATE, &status, False);
4526 RESOLVE_DFSPATH(newdir, conn, inbuf, outbuf);
4528 if (strlen(newdir) == 0) {
4531 ok = vfs_directory_exist(conn,newdir,NULL);
4533 string_set(&conn->connectpath,newdir);
4544 DEBUG(3,("setdir %s\n", newdir));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c413 fuse_ino_t newdir, const char *newname, int hide)
421 newnode = lookup_node(f, newdir, newname);
435 if (hash_name(f, node, newdir, newname) == -1) {
1402 const char *oldname, fuse_ino_t newdir,
1414 newpath = get_path_name(f, newdir, newname);
1421 if (!f->conf.hard_remove && is_open(f, newdir, newname))
1422 err = hide_node(f, newpath, newdir, newname);
1426 err = rename_node(f, olddir, oldname, newdir, newname, 0);
412 rename_node(struct fuse *f, fuse_ino_t olddir, const char *oldname, fuse_ino_t newdir, const char *newname, int hide) argument
1401 fuse_lib_rename(fuse_req_t req, fuse_ino_t olddir, const char *oldname, fuse_ino_t newdir, const char *newname) argument
H A Dfuse_lowlevel.c554 req->f->op.rename(req, nodeid, oldname, arg->newdir, newname);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c251 static int do_cd(char *newdir) argument
253 char *p = newdir;
261 dos_format(newdir);

Completed in 267 milliseconds