Lines Matching refs:fts_statp
424 if (to_stat.st_dev == curr->fts_statp->st_dev &&
425 to_stat.st_ino == curr->fts_statp->st_ino) {
429 if (S_ISDIR(curr->fts_statp->st_mode))
433 if (!S_ISDIR(curr->fts_statp->st_mode) &&
443 switch (curr->fts_statp->st_mode & S_IFMT) {
483 curr->fts_statp->st_mode | S_IRWXU) < 0)
512 if (setfile(curr->fts_statp, 0))
515 if (preserve_dir_acls(curr->fts_statp,
522 curr->fts_statp->st_mode);
536 if (copy_special(curr->fts_statp, !dne))
544 if (copy_fifo(curr->fts_statp, !dne))