OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WCIO_UNGETWC_BUFSIZE
(Results
1 - 6
of
6
) sorted by null
/prebuilts/ndk/r11/sources/android/support/src/stdio/
wcio.h
36
#define
WCIO_UNGETWC_BUFSIZE
1
/prebuilts/ndk/r13/sources/android/support/src/stdio/
wcio.h
36
#define
WCIO_UNGETWC_BUFSIZE
1
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
wcio.h
37
#define
WCIO_UNGETWC_BUFSIZE
1
45
wchar_t wcio_ungetwc_buf[
WCIO_UNGETWC_BUFSIZE
];
ungetwc.c
65
if (wcio->wcio_ungetwc_inbuf >=
WCIO_UNGETWC_BUFSIZE
) {
/bionic/libc/stdio/
wcio.h
40
#define
WCIO_UNGETWC_BUFSIZE
1
46
wchar_t wcio_ungetwc_buf[
WCIO_UNGETWC_BUFSIZE
];
/bionic/libc/upstream-openbsd/lib/libc/stdio/
ungetwc.c
58
if (wcio->wcio_ungetwc_inbuf >=
WCIO_UNGETWC_BUFSIZE
) {
Completed in 614 milliseconds