HomeSort by: relevance | last modified time | path
    Searched refs:fcpxattr (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
extattr.h 119 int fcpxattr(int _from_fd, int _to_fd);
  /src/lib/libc/gen/
extattr.c 325 fcpxattr(int from_fd, int to_fd) function in typeref:typename:int
Makefile.inc 118 extattr_copy_file.3 fcpxattr.3 \
  /src/bin/mv/
mv.c 323 if (fcpxattr(from_fd, to_fd) == -1)
  /src/bin/cp/
utils.c 258 if (pflag && (fcpxattr(from_fd, to_fd) != 0))

Completed in 16 milliseconds