Searched refs:curdir (Results 1 - 25 of 79) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Denv002.tcl59 set curdir [pwd]
62 cd $curdir
H A Denv003.tcl56 set curdir [pwd]
59 cd $curdir
H A Dfop005.tcl23 set curdir [pwd]
26 cd $curdir
H A Dfop004.tcl39 set curdir [pwd]
42 cd $curdir
H A Drep043.tcl150 set curdir $masterdir
170 puts "\tRep$tnum.b.$i: Open master db in $curdir."
202 set curdir $nextdir
H A Dupgrade.tcl114 set curdir [pwd]
117 cd $curdir
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfiledir.c188 ntohl(curdir->d_did), cfrombstr(curdir->d_fullpath), s_path->u_name);
194 * it's curdir (maybe deleted, but then we can't know).
221 if (fbitmap && AFP_OK != (ret = getfilparams(vol, fbitmap, s_path, curdir,
331 move and rename sdir:oldname to curdir:newname in volume vol
428 if (NULL == (upath = mtoupath(vol, newname, curdir->d_did, utf8_encoding()))){
439 if ((!isdir && curdir == sdir) || (isdir && curdir->d_did == sdir->d_pdid)) {
445 if (stat(upath, st) == 0 || caseenumerate(vol, &path, curdir) == 0) {
453 } else if (stat(upath, st ) == 0 || caseenumerate(vol, &path, curdir)
[all...]
H A Denumerate.c287 if ( sindex == 1 || curdir->d_did != sd.sd_did || vid != sd.sd_vid ) {
305 setdiroffcnt(curdir, &o_path->st, ret);
312 sd.sd_did = curdir->d_did;
366 curdir->d_offcnt--; /* a little lie */
369 afp_bandsdid_decreaseOffcnt(curdir->d_did);
386 if ((dir = dircache_search_by_name(vol, curdir, s_path.u_name, len)) == NULL) {
395 if ((dir = dir_add(vol, curdir, &s_path, len)) == NULL) {
418 if (AFP_OK != ( ret = getfilparams(vol, fbitmap, &s_path, curdir,
H A Ddirectory.c67 struct dir *curdir = &rootParent; variable in typeref:struct:dir
376 if (curdir == NULL) {
377 /* demangle_osx() calls dirlookup() which might have clobbered curdir */
440 LOG(log_debug, logtype_afpd, "cname('%s') {path-from-dir: AFPERR_ACCESS. curdir:'%s', path:'%s'}",
442 cfrombstr(curdir->d_fullpath),
1052 * 4. If it's a request to remove curdir, mark curdir as invalid
1072 if (curdir == dir) /* 4 */
1073 curdir = NULL;
1166 * path from dirname, so eg getdirparams has sth it can chew on. curdir
[all...]
H A Dfile.c782 curdir->d_offcnt++;
785 afp_bandsdid_IncreaseOffcnt(curdir->d_did);
1338 p = ctoupath( s_vol, curdir, newname );
1377 /* newname is always only a filename so curdir *is* its
1380 if (NULL == (upath = mtoupath(d_vol, newname, curdir->d_did, utf8_encoding()))) {
1389 curdir->d_offcnt++;
1392 afp_bandsdid_IncreaseOffcnt(curdir->d_did);
1629 vol: not NULL delete cnid entry. then we are in curdir and file is a only filename
1725 if (checkAttrib && (id = cnid_get(vol->v_cdb, curdir->d_did, file, strlen(file)))) {
1898 setdiroffcnt(curdir,
[all...]
H A Dappl.c251 mp = makemacpath( vol, mpath, AFPOBJ_TMPSIZ, curdir, path->m_name );
336 mp = makemacpath( vol, mpath, AFPOBJ_TMPSIZ, curdir, path->m_name );
485 if ( getfilparams(vol, bitmap, path, curdir, rbuf + sizeof( bitmap ) +
H A Dafs.c154 extern struct dir *curdir;
207 if ( curdir->d_did == DIRDID_ROOT ) {
H A Dofork.c260 cfrombstr(curdir->d_fullpath), path->u_name, strerror(errno));
296 /* not curdir */
314 /* hmm, can't stat curdir anymore */
315 if (errno == EACCES && (dir = dirlookup(vol, curdir->d_pdid))) {
H A Dacls.c1355 LOG(log_maxdebug, logtype_afpd, "check_acl_access(dir: \"%s\", path: \"%s\", curdir: \"%s\", 0x%08x)",
1379 if (is_dir && (curdir->d_rights_cache != 0xffffffff)) {
1381 allowed_rights = curdir->d_rights_cache;
1402 if (curdir->d_did == DIRDID_ROOT_PARENT) {
1407 EC_NULL_LOG_ERR(parent = bstrcpy(curdir->d_fullpath), AFPERR_MISC);
1434 curdir->d_rights_cache = allowed_rights;
H A Ddircache.c246 * 2. If it's in use ie open forks reference it or it's curdir requeue it,
265 if (curdir == dir) { /* 2 */
H A Dvolume.c2427 curdir = dir;
2511 curdir = NULL;
2534 curdir = ovol->v_root;
H A Ddesktop.c704 name = (char *)curdir->d_m_name->data;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/uniconv/
H A Duniconv.c244 static int check_adouble(DIR *curdir, char * path _U_) argument
262 rewinddir(curdir);
263 while (NULL != (entry=readdir(curdir)) ) {
274 rewinddir(curdir);
303 static int getdir(DIR *curdir, char ***names) argument
310 while ((entry=readdir(curdir)) != NULL) {
330 static int checkdir(DIR *curdir, char *path, cnid_t cur_did) argument
343 check_adouble(curdir, path);
349 n = getdir(curdir, &names);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Drunsvdir.c215 int curdir; local
245 curdir = open_read(".");
246 if (curdir == -1)
248 coe(curdir);
286 while (fchdir(curdir) == -1) {
H A Dsv.c419 int curdir; local
440 curdir = open_read(".");
441 if (curdir == -1)
542 if (fchdir(curdir) == -1)
580 if (fchdir(curdir) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-gpio.c108 int curdir, curout; local
114 curdir = read_reg(IVTV_REG_GPIO_DIR);
115 curdir |= 0x80;
116 write_reg(curdir, IVTV_REG_GPIO_DIR);
123 curdir &= ~0x80;
124 write_reg(curdir, IVTV_REG_GPIO_DIR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dunls.c96 const char *const curdir,
260 (void) Strncpy(fname, curdir, fnamesize);
274 const char *const curdir,
499 (void) Strncpy(fname, curdir, fnamesize);
578 char curdir[512]; local
607 curdir[0] = '\0';
637 rc = UnLslRLine(line, curdir, curdirlen, fname, sizeof(fname), linkto, sizeof(linkto), &ftype, &fsize, &ftime, now, thisyear, &plugend);
639 rc = UnDosLine(line, curdir, curdirlen, fname, sizeof(fname), &ftype, &fsize, &ftime);
714 (void) memcpy(curdir, line + 2, (size_t) len + 1 - 2);
718 (void) memcpy(curdir, lin
95 UnDosLine( char *const line, const char *const curdir, size_t curdirlen, char *fname, size_t fnamesize, int *ftype, longest_int *fsize, time_t *ftime) argument
273 UnLslRLine( char *const line, const char *const curdir, size_t curdirlen, char *fname, size_t fnamesize, char *linkto, size_t linktosize, int *ftype, longest_int *fsize, time_t *ftime, time_t now, int thisyear, int *plugend) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Didb.pl11 $curdir = $ENV{"PWD"};
75 chdir $curdir;
80 chdir $curdir;
98 open(IDB,"> $curdir/$PKG.idb") || die "Unable to open $PKG.idb for output\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpls.c320 char *curdir, *coloncp, *slashcp, *lslinecp; local
698 curdir = NULL;
727 curdir = lslinecp;
728 if (strcmp(curdir, ".") == 0)
729 curdir = NULL;
737 if (curdir == NULL) {
741 (void) fprintf(stdout, "%s/%s%s\n", curdir, lslinecp, tailcp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dglobals.h140 extern struct dir *curdir;

Completed in 265 milliseconds

1234