Home
last modified time | relevance | path

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

/src/bin/cp/
H A Dutils.c242 if (pflag && setfile(fs, to_fd, beneath)) in copy_file()
282 return (pflag ? setfile(p->fts_statp, -1, beneath) : 0); in copy_link()
303 return (pflag ? setfile(from_stat, -1, beneath) : 0); in copy_fifo()
324 return (pflag ? setfile(from_stat, -1, beneath) : 0); in copy_special()
328 setfile(struct stat *fs, int fd, bool beneath) in setfile() function
H A Dextern.h48 int setfile(struct stat *, int, bool);
H A Dcp.c507 if (setfile(curr_stat, fd, true)) in copy()
/src/usr.bin/compress/
H A Dcompress.c52 static void setfile(const char *, struct stat *);
246 setfile(out, &isb); in compress()
334 setfile(out, &sb); in decompress()
351 setfile(const char *name, struct stat *fs) in setfile() function
/src/usr.bin/mail/
H A Dmain.c292 if (setfile(ef) <= 0) in main()
307 if (setfile(ef) < 0) in main()
H A Dextern.h213 int setfile(char *);
H A Dlex.c59 setfile(char *name) in setfile() function
H A Dcmd3.c543 if (setfile(*argv) < 0) in file()