Searched refs:local_buff (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h71 array<char, 256> local_buff; local
72 size_t size_with_null = local_buff.size();
73 auto ret = ::vsnprintf(local_buff.data(), size_with_null, msg, args_cp);
81 result.assign(local_buff.data(), static_cast<size_t>(ret));

Completed in 92 milliseconds