Home
last modified time | relevance | path

Searched refs:WCIO_UNGETWC_BUFSIZE (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/stdio/
Dwcio.h40 #define WCIO_UNGETWC_BUFSIZE 1 macro
46 wchar_t wcio_ungetwc_buf[WCIO_UNGETWC_BUFSIZE];
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dungetwc.c58 if (wcio->wcio_ungetwc_inbuf >= WCIO_UNGETWC_BUFSIZE) { in __ungetwc()