setfile
if (setfile(curr->fts_statp, 0))
int setfile(struct stat *, int);
if (pflag && setfile(fs, to_fd))
return (pflag ? setfile(p->fts_statp, 0) : 0);
return (pflag ? setfile(from_stat, 0) : 0);
return (pflag ? setfile(from_stat, 0) : 0);
setfile(out, &isb);
setfile(out, &sb);
static void setfile(const char *, struct stat *);
if (setfile(*argv) < 0)
int setfile(const char *);
if (setfile(ef) < 0)