Home
last modified time | relevance | path

Searched defs:beneath (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/cp/
H A Dutils.c102 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 Dcp.c275 bool beneath = Rflag && type != FILE_TO_FILE; in copy() local