Home
last modified time | relevance | path

Searched defs:swprintf (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/lib/libc/stdio/
H A Dswprintf.c35 swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...) in swprintf() function
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dlibgnuintl.h.in355 #define swprintf libintl_swprintf macro
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf176 swprintf keyword
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp488 INTERCEPTOR(int, swprintf, void *str, uptr size, void *format, ...) { in INTERCEPTOR() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2049 TEST(MemorySanitizer, swprintf) { in TEST() argument