Lines Matching refs:fts_path
345 warnx("%s: %s", curr->fts_path,
350 warnx("%s: directory causes a cycle", curr->fts_path);
389 p = strrchr(curr->fts_path, '/');
391 (int)(p - curr->fts_path + 1);
393 if (!strcmp(&curr->fts_path[base],
400 p = &curr->fts_path[base];
427 to.p_path, curr->fts_path);
436 to.p_path, curr->fts_path);
459 curr->fts_path);
527 curr->fts_path);
556 (void)printf("%s -> %s\n", curr->fts_path, to.p_path);