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

/freebsd-10-stable/bin/cp/
H A Dextern.h48 int setfile(struct stat *, int);
H A Dutils.c261 if (pflag && setfile(fs, to_fd))
301 return (pflag ? setfile(p->fts_statp, -1) : 0);
321 return (pflag ? setfile(from_stat, -1) : 0);
341 return (pflag ? setfile(from_stat, -1) : 0);
345 setfile(struct stat *fs, int fd) function
H A Dcp.c373 if (setfile(curr->fts_statp, -1))
/freebsd-10-stable/usr.bin/mail/
H A Dmain.c261 if (setfile(ef) <= 0)
276 if (setfile(ef) < 0)
H A Dextern.h216 int setfile(char *);
H A Dlex.c65 setfile(char *name) function
H A Dcmd3.c539 if (setfile(*argv) < 0)
/freebsd-10-stable/usr.bin/compress/
H A Dcompress.c64 static void setfile(const char *, struct stat *);
258 setfile(out, &isb);
344 setfile(out, &sb);
361 setfile(const char *name, struct stat *fs) function

Completed in 68 milliseconds