OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vwprintf
(Results
1 - 8
of
8
) sorted by null
/ndk/sources/android/support/src/musl-stdio/
vwprintf.c
4
int
vwprintf
(const wchar_t *restrict fmt, va_list ap)
function
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wchar-ldbl.h
30
__LDBL_REDIR_DECL (
vwprintf
);
variable
wchar2.h
357
vwprintf
(__const wchar_t *__restrict __fmt, __gnuc_va_list __ap)
function
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar-ldbl.h
30
__LDBL_REDIR_DECL (
vwprintf
);
variable
wchar2.h
357
vwprintf
(__const wchar_t *__restrict __fmt, __gnuc_va_list __ap)
function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wchar-ldbl.h
30
__LDBL_REDIR_DECL (
vwprintf
);
variable
wchar2.h
357
vwprintf
(__const wchar_t *__restrict __fmt, __gnuc_va_list __ap)
function
/bionic/libc/bionic/
wchar.cpp
52
int result =
vwprintf
(format, args);
65
int
vwprintf
(const wchar_t* format, va_list arg) {
function
Completed in 67 milliseconds