OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vsprintf_l
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
locale_support.c
113
int
vsprintf_l
(char* str, locale_t l, const char* fmt, va_list args) {
function
121
int result =
vsprintf_l
(str, l, fmt, args);
/ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
locale_win32.h
94
#define
vsprintf_l
( __s, __l, __f, ... ) _vsprintf_l( __s, __f, __l, __VA_ARGS__ )
macro
/ndk/sources/cxx-stl/llvm-libc++/include/
locale
362
int __res =
vsprintf_l
(__s, __l, __format, __va);
[
all
...]
Completed in 58 milliseconds