/src/bin/cp/ |
extern.h | 57 int setfile(struct stat *, int);
|
utils.c | 273 if (pflag && setfile(fs, to_fd)) 322 return (pflag ? setfile(p->fts_statp, 0) : 0); 336 return (pflag ? setfile(from_stat, 0) : 0); 350 return (pflag ? setfile(from_stat, 0) : 0); 355 * Function: setfile 364 setfile(struct stat *fs, int fd) function in typeref:typename:int
|
cp.c | 512 if (setfile(curr->fts_statp, 0))
|
/src/usr.bin/compress/ |
compress.c | 63 static void setfile(const char *, struct stat *); 273 setfile(out, &isb); 371 setfile(out, &sb); 387 setfile(const char *name, struct stat *fs) function in typeref:typename:void
|
/src/usr.bin/mail/ |
extern.h | 195 int setfile(const char *);
|
main.c | 447 if (setfile(ef) < 0)
|
lex.c | 205 setfile(const char *name) function in typeref:typename:PUBLIC int
|
cmd3.c | 929 if (setfile(*argv) < 0)
|