Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/gen/
H A DMakefile.inc62 endutent.3 endutxent.3 err.3 exec.3 extattr_copy_file.3 \
116 extattr_copy_file.3 extattr_copy_fd.3 \
117 extattr_copy_file.3 extattr_copy_link.3 \
118 extattr_copy_file.3 cpxattr.3 \
119 extattr_copy_file.3 fcpxattr.3 \
120 extattr_copy_file.3 lcpxattr.3
H A Dextattr.c170 extattr_copy_file(const char *from, const char *to, int namespace) in extattr_copy_file() function
351 if ((error = extattr_copy_file(from, to, *ns)) != 0) in cpxattr()
/netbsd-src/sys/sys/
H A Dextattr.h116 int extattr_copy_file(const char *_from, const char *_to, int _namespace);