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)) in rm()
125 if (!chmod(ent->fts_name, (ent->fts_statp->st_mode & S_IPERM)|S_IRWXU)) in rm()
159 if (state->unconditional && (ent->fts_statp->st_mode ^ S_IRWXU)) in rm()
160 chmod(path, (ent->fts_statp->st_mode & S_IPERM)|S_IRWXU); in rm()
175 …t_nlink <= 2 || st.st_ino == ent->fts_parent->fts_statp->st_ino && st.st_dev == ent->fts_parent->f… in rm()
265 else if (!state->force && state->terminal && S_ISREG(ent->fts_statp->st_mode)) in rm()
280 ent->fts_statp->st_uid != state->uid ? "``not owner''" : in rm()
281 fmtmode(ent->fts_statp->st_mode & S_IPERM, 0) + 1, ent->fts_path)) < 0 || in rm()
294 if (state->clobber && S_ISREG(ent->fts_statp->st_mode) && ent->fts_statp->st_size > 0) in rm()
300 off_t c = ent->fts_statp->st_size; in rm()