HomeSort by: relevance | last modified time | path
    Searched refs:swprintf (Results 1 - 24 of 24) sorted by relevancy

  /src/lib/libc/stdio/
swprintf.c 1 /* $NetBSD: swprintf.c,v 1.3 2013/04/19 15:22:25 joerg Exp $ */
32 __FBSDID("$FreeBSD: src/lib/libc/stdio/swprintf.c,v 1.1 2002/09/21 13:00:30 tjr Exp $");
34 __RCSID("$NetBSD: swprintf.c,v 1.3 2013/04/19 15:22:25 joerg Exp $");
46 swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...)
Makefile.inc 18 sscanf.c stdio.c swprintf.c swscanf.c tmpfile.c ungetc.c ungetwc.c \
64 MLINKS+=wprintf.3 fwprintf.3 wprintf.3 swprintf.3
  /src/tests/lib/libc/locale/
t_io.c 72 atf_tc_set_md_var(tc, "descr", "Test bad big5 wchar swprintf");
88 swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf) < 0);
114 atf_tc_set_md_var(tc, "descr", "Test good big5 wchar swprintf");
129 ATF_REQUIRE_EQ(swprintf(obuf, sizeof(obuf), L"%ls\n", ibuf), 2);
  /src/external/gpl2/gettext/include/
libgnuintl.h 394 #undef swprintf
395 #define swprintf libintl_swprintf
396 extern LIBINTL_DLL_EXPORTED int swprintf (wchar_t *, size_t, const wchar_t *, ...);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
libgnuintl.h.in 390 #undef swprintf
391 #define swprintf libintl_swprintf
392 extern int swprintf (wchar_t *, size_t, const wchar_t *, ...);
vasnprintf.c 84 /* On Windows, the function swprintf() has a different signature than
89 # define SNPRINTF swprintf
  /src/external/gpl2/texinfo/dist/intl/
libgnuintl.h.in 354 #undef swprintf
355 #define swprintf libintl_swprintf
356 extern int swprintf (wchar_t *, size_t, const wchar_t *, ...);
vasnprintf.c 88 /* On Windows, the function swprintf() has a different signature than
93 # define SNPRINTF swprintf
  /src/external/bsd/nvi/dist/common/
multibyte.h 47 #define SPRINTF swprintf
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
wchar.h 50 using std::swprintf;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
wchar.h 50 using std::swprintf;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
wchar_.d 135 int swprintf(wchar_t* s, size_t n, const scope wchar_t* format, scope const ...);
  /src/external/gpl2/xcvs/dist/lib/
vasnprintf.c 98 /* On Windows, the function swprintf() has a different signature than
103 # define SNPRINTF swprintf
  /src/include/
wchar.h 193 int swprintf(wchar_t * __restrict, size_t n, const wchar_t * __restrict, ...);
  /src/external/apache2/llvm/dist/libcxx/src/
string.cpp 419 return swprintf;
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
vasnprintf.c 84 /* On Windows, the function swprintf() has a different signature than
89 # define SNPRINTF swprintf
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 481 INTERCEPTOR(int, swprintf, void *str, uptr size, void *format, ...) {
1637 INTERCEPT_FUNCTION_VER(swprintf, SANITIZER_NLDBL_VERSION);
1640 INTERCEPT_FUNCTION(swprintf);
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 809 {"swprintf", 89},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 809 {"swprintf", 89},
  /src/external/gpl3/gdb.old/dist/gdb/
windows-nat.c 2621 swprintf (cygallargs, len, L" -c 'exec %s %s'", exec_file, allargs);
  /src/external/gpl3/gdb/dist/gdb/
windows-nat.c 2624 swprintf (cygallargs, len, L" -c 'exec %s %s'", exec_file, allargs);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 2037 TEST(MemorySanitizer, swprintf) {
2042 int res = swprintf(buff, 9, L"%d", 1234567);
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 17324 using ::swprintf;
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17139 using ::swprintf;
    [all...]

Completed in 56 milliseconds