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

  /src/lib/libc/stdio/
swprintf.c 52 ret = vswprintf(s, n, fmt, ap);
vswprintf.c 1 /* $NetBSD: vswprintf.c,v 1.6 2013/05/19 21:45:00 christos Exp $ */
33 __FBSDID("$FreeBSD: src/lib/libc/stdio/vswprintf.c,v 1.6 2005/02/21 19:41:44 fjoe Exp $");
35 __RCSID("$NetBSD: vswprintf.c,v 1.6 2013/05/19 21:45:00 christos Exp $");
109 vswprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, function
Makefile.inc 20 vprintf.c vscanf.c vsnprintf.c vsnprintf_ss.c vsscanf.c vswprintf.c \
65 MLINKS+=wprintf.3 vwprintf.3 wprintf.3 vfwprintf.3 wprintf.3 vswprintf.3
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 472 INTERCEPTOR(int, vswprintf, void *str, uptr size, void *format, va_list ap) {
474 int res = REAL(vswprintf)(str, size, format, ap);
485 int res = vswprintf(str, size, format, ap);
1636 INTERCEPT_FUNCTION_VER(vswprintf, SANITIZER_NLDBL_VERSION);
1639 INTERCEPT_FUNCTION(vswprintf);
  /src/include/
wchar.h 196 int vswprintf(wchar_t * __restrict, size_t, const wchar_t * __restrict,

Completed in 20 milliseconds