Lines Matching refs:fts_statp
77 #define beenhere(f) (((f)->fts_number>>1)==(f)->fts_statp->st_nlink)
81 #define retry(f) ((f)->fts_number=((f)->fts_statp->st_nlink<<1))
118 else if (state->fs3d && iview(ent->fts_statp))
128 if (!chmod(ent->fts_name, (ent->fts_statp->st_mode & S_IPERM)|S_IRWXU))
162 if (state->unconditional && (ent->fts_statp->st_mode & S_IRWXU) != S_IRWXU)
163 chmod(path, (ent->fts_statp->st_mode & S_IPERM)|S_IRWXU);
178 v = st.st_nlink <= 2 || st.st_ino == ent->fts_parent->fts_statp->st_ino && st.st_dev == ent->fts_parent->fts_statp->st_dev || strchr(astconf("PATH_ATTRIBUTES", path, NiL), 'l');
274 ent->fts_statp->st_uid != state->uid ? "``not owner''" :
275 fmtmode(ent->fts_statp->st_mode & S_IPERM, 0) + 1, ent->fts_path)) < 0 ||
285 if (state->clobber && S_ISREG(ent->fts_statp->st_mode) && ent->fts_statp->st_size > 0)
291 off_t c = ent->fts_statp->st_size;