Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/dpaa2/
H A Ddpaa2_buf.h53 #define DPAA2_BUF_INIT_TAGOPT(__buf, __tag, __opt) do { \ argument
/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h81 …ne _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, copy_options __opt) { in copy_file()
85 copy_file(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy_file()
98 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt) { in copy()
101 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt, er… in copy()