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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_mkdirs.c16 MkDirs(const char *const newdir, int mode1) argument
36 if ((isalpha(newdir[0])) && (newdir[1] == ':')) {
37 if (! IsLocalPathDelim(newdir[2])) {
43 } else if (newdir[3] == '\0') {
48 } else if (IsUNCPrefixed(newdir)) {
49 share = StrFindLocalPathDelim(newdir + 2);
58 if (_access(newdir, 00) == 0) {
59 if (_stat(newdir, &st) < 0)
69 if (access(newdir, F_O
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/win/bmed/
H A Dutil.c506 MkDirs(const char *const newdir, int mode1) argument
526 if ((isalpha(newdir[0])) && (newdir[1] == ':')) {
527 if (! IsLocalPathDelim(newdir[2])) {
533 } else if (newdir[3] == '\0') {
538 } else if (IsUNCPrefixed(newdir)) {
539 share = StrFindLocalPathDelim(newdir + 2);
548 if (_access(newdir, 00) == 0) {
549 if (_stat(newdir, &st) < 0)
559 if (access(newdir, F_O
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dminiunz.c138 int makedir (newdir)
139 char *newdir;
143 int len = (int)strlen(newdir);
154 strcpy(buffer,newdir);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dminiunz.c138 int makedir (newdir)
139 char *newdir;
143 int len = (int)strlen(newdir);
154 strcpy(buffer,newdir);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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.c749 const char *newdir; local
751 newdir = getenv("HOME") ? : "/";
753 newdir = argv[1];
754 if (chdir(newdir)) {
755 printf("cd: %s: %s\n", newdir, strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Durl.c1135 char *newdir = url_escape_1 (dir, urlchr_unsafe | urlchr_reserved, 1);
1136 if (newdir == dir)
1139 unescape_single_char (newdir, '/');
1140 return newdir;
1195 url_set_dir (struct url *url, const char *newdir)
1198 url->dir = xstrdup (newdir);
1131 char *newdir = url_escape_1 (dir, urlchr_unsafe | urlchr_reserved, 1); local
1191 url_set_dir(struct url *url, const char *newdir) argument
H A Dftp.c1908 char *odir, *newdir; local
1921 newdir = container;
1929 sprintf (newdir, "%s%s", odir, f->name);
1932 sprintf (newdir, "%s/%s", odir, f->name);
1935 DEBUGP ((" odir = '%s'\n f->name = '%s'\n newdir = '%s'\n\n",
1936 odir, f->name, newdir));
1937 if (!accdir (newdir))
1941 quote (newdir));
1949 url_set_dir (u, newdir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/untgz/
H A Duntgz.c328 int makedir (char *newdir) argument
330 char *buffer = strdup(newdir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/untgz/
H A Duntgz.c328 int makedir (char *newdir) argument
330 char *buffer = strdup(newdir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/untgz/
H A Duntgz.c328 int makedir (char *newdir) argument
330 char *buffer = strdup(newdir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/untgz/
H A Duntgz.c328 int makedir (char *newdir) argument
330 char *buffer = strdup(newdir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_kernel.h206 __u64 newdir; member in struct:fuse_rename_in
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fuse/
H A Ddir.c686 struct inode *newdir, struct dentry *newent)
696 inarg.newdir = get_node_id(newdir);
714 if (olddir != newdir)
715 fuse_invalidate_attr(newdir);
736 static int fuse_link(struct dentry *entry, struct inode *newdir, argument
755 err = create_new_entry(fc, req, newdir, newent, inode->i_mode);
685 fuse_rename(struct inode *olddir, struct dentry *oldent, struct inode *newdir, struct dentry *newent) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfuse.h323 __u64 newdir; member in struct:fuse_rename_in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dreply.c4472 char *olddir, *newdir; local
4480 || !parent_dirname_talloc(NULL, newpath, &newdir, &newname)) {
4485 if (strcmp(olddir, newdir) == 0) {
4494 TALLOC_FREE(newdir);
5306 pstring newdir; local
5317 srvstr_get_path(inbuf, newdir, smb_buf(inbuf) + 1, sizeof(newdir), 0, STR_TERMINATE, &status);
5323 status = resolve_dfspath(conn, SVAL(inbuf,smb_flg2) & FLAGS2_DFS_PATHNAMES, newdir);
5332 if (strlen(newdir) != 0) {
5333 if (!vfs_directory_exist(conn,newdir,NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dutils.c1545 char * newdir = tr_dirname( newpath ); local
1546 int i = tr_mkdirp( newdir, 0777 );
1547 tr_free( newdir );
/netgear-R7000-V1.0.7.12_1.2.5/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davxsynth_c.h700 AVSC_API(int, avs_set_working_dir)(AVS_ScriptEnvironment *, const char * newdir);

Completed in 153 milliseconds

12