Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/usr.bin/mail/
H A Dmain.c292 if (setfile(ef) <= 0) in main()
307 if (setfile(ef) < 0) in main()
H A Dextern.h214 int setfile(char *);
H A Dlex.c59 setfile(char *name) in setfile() function
H A Dcmd3.c543 if (setfile(*argv) < 0) in file()
/freebsd/bin/cp/
H A Dextern.h47 int setfile(struct stat *, int);
H A Dcp.c419 if (setfile(curr->fts_statp, -1)) in copy()