Home
last modified time | relevance | path

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

/freebsd-13-stable/bin/cp/
HDcp.c278 copy_stat(const char *path, struct stat *sb) in copy_stat() function
468 if (copy_stat(to.p_path, &to_stat) == -1) in copy()
/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32_misc.c2179 copy_stat(struct stat *in, struct stat32 *out) in copy_stat() function
2271 copy_stat(&ub, &ub32); in freebsd32_fstat()
2304 copy_stat(&ub, &ub32); in freebsd32_fstatat()
2341 copy_stat(&sb, &sb32); in freebsd32_fhstat()