OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_IO_fwide
(Results
1 - 3
of
3
) sorted by null
/external/bison/lib/
error.c
125
if (
_IO_fwide
(stderr, 0) > 0)
139
if (
_IO_fwide
(stderr, 0) > 0)
173
if (
_IO_fwide
(stderr, 0) > 0)
210
if (
_IO_fwide
(stderr, 0) > 0)
271
if (
_IO_fwide
(stderr, 0) > 0)
281
if (
_IO_fwide
(stderr, 0) > 0)
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h
503
extern int
_IO_fwide
(_IO_FILE *__fp, int __mode) __THROW;
521
# define
_IO_fwide
(__fp, __mode) \
533
__result =
_IO_fwide
(__fp, __result); \
/ndk/sources/host-tools/sed-4.2.1/lib/
error.c
139
if (
_IO_fwide
(stderr, 0) > 0)
Completed in 118 milliseconds