Lines Matching refs:fts_statp
76 #define beenhere(f) (((f)->fts_number>>1)==(f)->fts_statp->st_nlink)
80 #define retry(f) ((f)->fts_number=((f)->fts_statp->st_nlink<<1))
117 else if (state->fs3d && iview(ent->fts_statp))
127 if (!chmod(ent->fts_name, (ent->fts_statp->st_mode & S_IPERM)|S_IRWXU))
161 if (state->unconditional && (ent->fts_statp->st_mode & S_IRWXU) != S_IRWXU)
162 chmod(path, (ent->fts_statp->st_mode & S_IPERM)|S_IRWXU);
177 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');
273 ent->fts_statp->st_uid != state->uid ? "``not owner''" :
274 fmtmode(ent->fts_statp->st_mode & S_IPERM, 0) + 1, ent->fts_path)) < 0 ||
284 if (state->clobber && S_ISREG(ent->fts_statp->st_mode) && ent->fts_statp->st_size > 0)
290 off_t c = ent->fts_statp->st_size;