Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl2/gettext/include/
H A Dlibgnuintl.h394 #undef swprintf
395 #define swprintf libintl_swprintf
396 extern LIBINTL_DLL_EXPORTED int swprintf (wchar_t *, size_t, const wchar_t *, ...);
/netbsd-src/tests/lib/libc/locale/
H A Dt_io.c88 swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf) < 0); in ATF_TC_BODY()
129 ATF_REQUIRE_EQ(swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf), 2); in ATF_TC_BODY()
/netbsd-src/lib/libc/stdio/
H A Dswprintf.c46 swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...) in __weak_alias()
H A DMakefile.inc18 sscanf.c stdio.c swprintf.c swscanf.c tmpfile.c ungetc.c ungetwc.c \
64 MLINKS+=wprintf.3 fwprintf.3 wprintf.3 swprintf.3
/netbsd-src/external/bsd/nvi/dist/common/
H A Dmultibyte.h47 #define SPRINTF swprintf
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dwchar.h50 using std::swprintf;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dwchar.h50 using std::swprintf;
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dcwchar35 int swprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, ...);
122 using ::swprintf;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
H A Dcwchar84 #undef swprintf
157 using ::swprintf;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/
H A Dcwchar84 #undef swprintf
157 using ::swprintf;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
H A Dcwchar84 #undef swprintf
160 using ::swprintf;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/
H A Dcwchar84 #undef swprintf
160 using ::swprintf;
/netbsd-src/external/gpl2/texinfo/dist/intl/
H A Dlibgnuintl.h.in354 #undef swprintf
355 #define swprintf libintl_swprintf macro
356 extern int swprintf (wchar_t *, size_t, const wchar_t *, ...);
H A Dvasnprintf.c93 # define SNPRINTF swprintf
/netbsd-src/doc/
H A DTODO.i18n51 swprintf sm
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlibgnuintl.h.in390 #undef swprintf
391 #define swprintf libintl_swprintf macro
392 extern int swprintf (wchar_t *, size_t, const wchar_t *, ...);
H A Dvasnprintf.c89 # define SNPRINTF swprintf
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dwchar_.d135 int swprintf(wchar_t* s, size_t n, const scope wchar_t* format, scope const ...);
/netbsd-src/include/
H A Dwchar.h193 int swprintf(wchar_t * __restrict, size_t n, const wchar_t * __restrict, ...);
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dstring.cpp419 return swprintf; in get_swprintf()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc481 INTERCEPTOR(int, swprintf, void *str, uptr size, void *format, ...) { in INTERCEPTOR() argument
1637 INTERCEPT_FUNCTION_VER(swprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors()
1640 INTERCEPT_FUNCTION(swprintf); in InitializeInterceptors()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf189 swprintf, 89 keyword
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dvasnprintf.c103 # define SNPRINTF swprintf
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf189 swprintf, 89 keyword
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A Dvasnprintf.c89 # define SNPRINTF swprintf

12