Home
last modified time | relevance | path

Searched refs:swprintf (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/src/lib/libc/stdio/
Dswprintf.c35 swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...) in swprintf() function
46 DEF_STRONG(swprintf);
DMakefile.inc20 fwprintf.c swprintf.c vfwprintf.c vswprintf.c vwprintf.c wprintf.c \
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/
Dstd_cwchar.h91 #undef swprintf
153 using ::swprintf;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/
Dstd_cwchar.h93 #undef swprintf
164 using ::swprintf;
/openbsd/src/lib/libc/hidden/
Dwchar.h41 PROTO_NORMAL(swprintf);
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
Dwchar.h50 using std::swprintf;
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_compatibility/
Dwchar.h50 using std::swprintf;
/openbsd/src/lib/libc/time/
Dwcsftime.c295 (void) swprintf(buf, in _fmt()
496 (void) swprintf(buf, sizeof buf/sizeof buf[0], format, n); in _conv()
/openbsd/src/gnu/usr.bin/texinfo/intl/
Dlibgnuintl.h.in354 #undef swprintf
355 #define swprintf libintl_swprintf macro
356 extern int swprintf (wchar_t *, size_t, const wchar_t *, ...);
Dvasnprintf.c91 # define SNPRINTF swprintf
/openbsd/src/gnu/llvm/libcxx/include/
Dcwchar35 int swprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, ...);
133 using ::swprintf _LIBCPP_USING_IF_EXISTS;
/openbsd/src/include/
Dwchar.h212 int swprintf(wchar_t * __restrict, size_t, const wchar_t * __restrict, ...);
/openbsd/src/gnu/gcc/gcc/cp/
Dcfns.gperf176 swprintf
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcfns.gperf175 swprintf
/openbsd/src/gnu/llvm/libcxx/src/
Dstring.cpp345 return swprintf; in get_swprintf()
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_interceptors.cpp488 INTERCEPTOR(int, swprintf, void *str, uptr size, void *format, ...) { in INTERCEPTOR() argument
1725 INTERCEPT_FUNCTION_VER(swprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors()
1728 INTERCEPT_FUNCTION(swprintf); in InitializeInterceptors()
/openbsd/src/lib/libc/
DSymbols.list1452 swprintf
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod453 fwprintf() iswblank() swprintf()
764 fputwc() iswupper_l() swprintf()
/openbsd/src/gnu/lib/libstdc++/libstdc++/
Dconfig.h.in587 /* Define if you have the swprintf function. */
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 \
Dacinclude.m4993 fwprintf fwscanf swprintf swscanf vfwprintf vfwscanf vswprintf vswscanf \
Daclocal.m41005 fwprintf fwscanf swprintf swscanf vfwprintf vfwscanf vswprintf vswscanf \
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/
Dmsan_test.cpp2049 TEST(MemorySanitizer, swprintf) { in TEST() argument
2054 int res = swprintf(buff, 9, L"%d", 1234567); in TEST()
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DCSymbolMap.inc787 SYMBOL(swprintf, None, <wchar.h>)
DStdSymbolMap.inc1108 SYMBOL(swprintf, std::, <cwchar>)

12