Searched refs:setfile (Results 1 – 8 of 8) sorted by relevance
| /src/bin/cp/ |
| H A D | utils.c | 242 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 D | extern.h | 48 int setfile(struct stat *, int, bool);
|
| H A D | cp.c | 507 if (setfile(curr_stat, fd, true)) in copy()
|
| /src/usr.bin/compress/ |
| H A D | compress.c | 52 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 D | main.c | 292 if (setfile(ef) <= 0) in main() 307 if (setfile(ef) < 0) in main()
|
| H A D | extern.h | 213 int setfile(char *);
|
| H A D | lex.c | 59 setfile(char *name) in setfile() function
|
| H A D | cmd3.c | 543 if (setfile(*argv) < 0) in file()
|