Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h454 [[nodiscard]] _LIBCPP_ALWAYS_INLINE inline _LIBCPP_HIDE_FROM_ABI string vformat(string_view __fmt, … in vformat() function
465 vformat(wstring_view __fmt, wformat_args __args) { in vformat() function
587 vformat(locale __loc, string_view __fmt, format_args __args) { in vformat() function
598 vformat(locale __loc, wstring_view __fmt, wformat_args __args) { in vformat() function
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c3123 struct v4l2_format vformat; in linux_ioctl_v4l2() local