OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vfwprintf
(Results
1 - 3
of
3
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wchar-ldbl.h
29
__LDBL_REDIR_DECL (
vfwprintf
);
variable
wchar2.h
363
vfwprintf
(__FILE *__restrict __stream,
function
/bionic/libc/stdlib/
wchar.c
46
result =
vfwprintf
(stream, format, args);
75
return
vfwprintf
(stdout, format, arg);
78
int
vfwprintf
(FILE *stream, const wchar_t *format, va_list arg)
function
Completed in 48 milliseconds