Searched defs:__opt (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_buf.h | 53 #define DPAA2_BUF_INIT_TAGOPT(__buf, __tag, __opt) do { \ argument
|
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | operations.h | 80 …ne _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, copy_options __opt) { in copy_file() 84 copy_file(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy_file() 97 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt) { in copy() 100 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt, er… in copy()
|