Searched defs:beneath (Results  1 – 2 of 2) sorted by relevance
| /freebsd/bin/cp/ | 
| H A D | utils.c | 102 copy_file(const FTSENT *entp, bool dne, bool beneath)  in copy_file() 255 copy_link(const FTSENT *p, bool dne, bool beneath)  in copy_link() 283 copy_fifo(struct stat *from_stat, bool dne, bool beneath)  in copy_fifo() 304 copy_special(struct stat *from_stat, bool dne, bool beneath)  in copy_special() 325 setfile(struct stat *fs, int fd, bool beneath)  in setfile()
  | 
| H A D | cp.c | 307 	bool beneath = Rflag && type != FILE_TO_FILE;  in copy()  local
  |