Home
last modified time | relevance | path

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

/freebsd-13.1/bin/cp/
H A Dutils.c282 if (pflag && setfile(fs, to_fd)) in copy_file()
322 return (pflag ? setfile(p->fts_statp, -1) : 0); in copy_link()
342 return (pflag ? setfile(from_stat, -1) : 0); in copy_fifo()
362 return (pflag ? setfile(from_stat, -1) : 0); in copy_special()
366 setfile(struct stat *fs, int fd) in setfile() function
H A Dextern.h50 int setfile(struct stat *, int);
H A Dcp.c394 if (setfile(curr->fts_statp, -1)) in copy()
/freebsd-13.1/usr.bin/compress/
H A Dcompress.c67 static void setfile(const char *, struct stat *);
261 setfile(out, &isb); in compress()
349 setfile(out, &sb); in decompress()
366 setfile(const char *name, struct stat *fs) in setfile() function
/freebsd-13.1/usr.bin/mail/
H A Dmain.c306 if (setfile(ef) <= 0) in main()
321 if (setfile(ef) < 0) in main()
H A Dextern.h218 int setfile(char *);
H A Dlex.c67 setfile(char *name) in setfile() function
H A Dcmd3.c550 if (setfile(*argv) < 0) in file()