Searched refs:setfile (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/bin/cp/
H A Dextern.h47 int setfile(struct stat *, int);
H A Dutils.c233 if (pflag && setfile(fs, to_fd))
272 return (pflag ? setfile(p->fts_statp, -1) : 0);
292 return (pflag ? setfile(from_stat, -1) : 0);
312 return (pflag ? setfile(from_stat, -1) : 0);
316 setfile(struct stat *fs, int fd) function
H A Dcp.c419 if (setfile(curr->fts_statp, -1))
/freebsd-current/usr.bin/compress/
H A Dcompress.c52 static void setfile(const char *, struct stat *);
246 setfile(out, &isb);
334 setfile(out, &sb);
351 setfile(const char *name, struct stat *fs) function
/freebsd-current/usr.bin/mail/
H A Dmain.c292 if (setfile(ef) <= 0)
307 if (setfile(ef) < 0)
H A Dextern.h214 int setfile(char *);
H A Dlex.c59 setfile(char *name) function
H A Dcmd3.c543 if (setfile(*argv) < 0)

Completed in 99 milliseconds