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

/freebsd-12-stable/bin/cp/
H A Dextern.h50 int setfile(struct stat *, int);
H A Dutils.c263 if (pflag && setfile(fs, to_fd))
303 return (pflag ? setfile(p->fts_statp, -1) : 0);
323 return (pflag ? setfile(from_stat, -1) : 0);
343 return (pflag ? setfile(from_stat, -1) : 0);
347 setfile(struct stat *fs, int fd) function
H A Dcp.c375 if (setfile(curr->fts_statp, -1))
/freebsd-12-stable/usr.bin/compress/
H A Dcompress.c67 static void setfile(const char *, struct stat *);
261 setfile(out, &isb);
349 setfile(out, &sb);
366 setfile(const char *name, struct stat *fs) function
/freebsd-12-stable/usr.bin/mail/
H A Dmain.c306 if (setfile(ef) <= 0)
321 if (setfile(ef) < 0)
H A Dextern.h218 int setfile(char *);
H A Dlex.c67 setfile(char *name) function
H A Dcmd3.c550 if (setfile(*argv) < 0)

Completed in 134 milliseconds