Home
last modified time | relevance | path

Searched refs:vswprintf (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/lib/libc/stdio/
H A Dvswprintf.c40 vswprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, in vswprintf() function
97 DEF_STRONG(vswprintf);
H A Dswprintf.c41 ret = vswprintf(s, n, fmt, ap); in swprintf()
H A DMakefile.inc20 fwprintf.c swprintf.c vfwprintf.c vswprintf.c vwprintf.c wprintf.c \
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cwchar.h96 #undef vswprintf
158 using ::vswprintf;
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cwchar.h100 #undef vswprintf
171 using ::vswprintf;
/openbsd-src/lib/libc/hidden/
H A Dwchar.h46 PROTO_NORMAL(vswprintf);
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dwchar.h54 using std::vswprintf;
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dwchar.h56 using std::vswprintf;
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dlibgnuintl.h.in357 #undef vswprintf
358 #define vswprintf libintl_vswprintf macro
359 extern int vswprintf (wchar_t *, size_t, const wchar_t *, va_list);
H A Dprintf.c268 # define system_vswprintf vswprintf
/openbsd-src/regress/lib/libc/wprintf/
H A Dwfp.c212 vswprintf(ws, sizeof(ws)/sizeof(ws[0]), fmt, ap); in _testfmt()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dcwchar39 int vswprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, va_list arg);
135 using ::vswprintf _LIBCPP_USING_IF_EXISTS;
/openbsd-src/include/
H A Dwchar.h214 int vswprintf(wchar_t * __restrict, size_t, const wchar_t * __restrict,
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp479 INTERCEPTOR(int, vswprintf, void *str, uptr size, void *format, va_list ap) {
481 int res = REAL(vswprintf)(str, size, format, ap);
492 int res = vswprintf(str, size, format, ap); in INTERCEPTOR()
1724 INTERCEPT_FUNCTION_VER(vswprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors()
1727 INTERCEPT_FUNCTION(vswprintf); in InitializeInterceptors()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf195 vswprintf keyword
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcfns.gperf194 vswprintf
/openbsd-src/lib/libc/
H A DSymbols.list1470 vswprintf
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A Dconfig.h.in614 /* Define if you have the vswprintf function. */
H A Dconfigure4878 fwprintf fwscanf swprintf swscanf vfwprintf vfwscanf vswprintf vswscanf \
6017 fwprintf fwscanf swprintf swscanf vfwprintf vfwscanf vswprintf vswscanf \
6997 fwprintf fwscanf swprintf swscanf vfwprintf vfwscanf vswprintf vswscanf \
7987 fwprintf fwscanf swprintf swscanf vfwprintf vfwscanf vswprintf vswscanf \
8991 fwprintf fwscanf swprintf swscanf vfwprintf vfwscanf vswprintf vswscanf \
9886 fwprintf fwscanf swprintf swscanf vfwprintf vfwscanf vswprintf vswscanf \
22343 fwprintf fwscanf swprintf swscanf vfwprintf vfwscanf vswprintf vswscanf \
H A Dacinclude.m4993 fwprintf fwscanf swprintf swscanf vfwprintf vfwscanf vswprintf vswscanf \
H A Daclocal.m41005 fwprintf fwscanf swprintf swscanf vfwprintf vfwscanf vswprintf vswscanf \
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc878 SYMBOL(vswprintf, None, <wchar.h>)
H A DStdSymbolMap.inc1234 SYMBOL(vswprintf, std::, <cwchar>)
/openbsd-src/gnu/llvm/clang/docs/analyzer/
H A Dcheckers.rst863 …canf, vfwscanf, sscanf, swscanf, vsscanf, vswscanf, swprintf, snprintf, vswprintf, vsnprintf, memc…
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3220 fun:vswprintf=uninstrumented

12