Home
last modified time | relevance | path

Searched refs:vsnprintf_l (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/src/support/solaris/
Dxlocale.cpp28 #define vsnprintf_l(__s, __n, __l, __format, __va) \ macro
35 int __res = vsnprintf_l(__s, __n , __l, __format, __va); in snprintf_l()
/external/ImageMagick/MagickCore/
Dnt-base.h289 #if !defined(vsnprintf_l)
290 #define vsnprintf_l _vsnprintf_l macro
Dlocale.c466 n=(ssize_t) vsnprintf_l(string,length,format,locale,operands); in FormatLocaleStringList()
468 n=(ssize_t) vsnprintf_l(string,length,locale,format,operands); in FormatLocaleStringList()
/external/libcxx/include/support/win32/
Dlocale_win32.h184 #define vsnprintf_l( __s, __n, __l, __f, ... ) _vsnprintf_l( __s, __n, __f, __l, __VA_ARGS__ ) macro
/external/compiler-rt/lib/asan/tests/
Dasan_test.cc1305 int res = vsnprintf_l(s, n , l, format, va); in vsnprintf_l_wrapper()
/external/ImageMagick/config/
Dconfig.h.in667 /* Define to 1 if you have the `vsnprintf_l' function. */
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc1279 INTERCEPTOR(int, vsnprintf_l, char *str, SIZE_T size, void *loc,
1281 VSNPRINTF_INTERCEPTOR_IMPL(vsnprintf_l, str, size, loc, format, ap)
1285 FORMAT_INTERCEPTOR_IMPL(snprintf_l, vsnprintf_l, str, size, loc, format)
1367 COMMON_INTERCEPT_FUNCTION(vsnprintf_l);
/external/ImageMagick/
Dconfigure.ac1223 …ulltostr uselocale usleep utime vfprintf vfprintf_l vsprintf vsnprintf vsnprintf_l waitpid _wfopen…
Dconfigure26863 …ulltostr uselocale usleep utime vfprintf vfprintf_l vsprintf vsnprintf vsnprintf_l waitpid _wfopen…