/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
|
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/bin/cp/ |
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
|
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
|
/src/usr.bin/mail/ |
lex.c | 205 setfile(const char *name) function in typeref:typename:PUBLIC int
|
lex.c | 205 setfile(const char *name) function in typeref:typename:PUBLIC int
|