Lines Matching refs:fts_accpath
169 p->fts_accpath = p->fts_name;
235 * the fts_accpath field specially so the chdir gets done to the right
246 p->fts_accpath = p->fts_path = sp->fts_path;
384 if (fts_safe_changedir(sp, p, -1, p->fts_accpath)) {
389 p->fts_accpath =
390 p->fts_parent->fts_accpath;
567 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
656 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) {
791 p->fts_accpath = cur->fts_accpath;
798 p->fts_accpath =
804 p->fts_accpath = p->fts_path;
808 p->fts_accpath = p->fts_name;
886 path = p->fts_accpath, dfd = AT_FDCWD;
1091 if ((p)->fts_accpath != (p)->fts_name) { \
1092 (p)->fts_accpath = \
1093 (char *)addr + ((p)->fts_accpath - (p)->fts_path); \
1120 * Change to dir specified by fd or p->fts_accpath without getting