Home
last modified time | relevance | path

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

/freebsd-14.2/bin/cp/
H A Dcp.c293 copy(char *argv[], enum op type, int fts_options, struct stat *root_stat) in copy() argument
402 if (curr->fts_info == FTS_D && root_stat != NULL && in copy()
403 root_stat->st_dev == curr->fts_statp->st_dev && in copy()
404 root_stat->st_ino == curr->fts_statp->st_ino) { in copy()
407 if (root_stat == &created_root_stat) { in copy()
541 if (root_stat == NULL && in copy()
548 if (root_stat == NULL) in copy()
549 root_stat = &created_root_stat; in copy()