Searched refs:getwc (Results 1 - 8 of 8) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1847 void getwc() {} function
H A Dlibroot_stubs.c1890 void getwc() {} function
/haiku/headers/posix/
H A Dwchar.h63 extern wint_t getwc(FILE *stream);
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwchar.h398 extern wint_t getwc (__FILE *__stream) __THROW;
/haiku/src/tests/system/libroot/posix/
H A Dtst-getwc.c1 /* Simple test of getwc in the C locale.
33 buf[n] = getwc(stdin);
40 return wcscmp(buf,L"This is a test of getwc\n" ) != 0;
H A Dtst-ungetwc1.c57 wc = getwc(fp);
H A Dtst-ungetwc2.c48 wc = getwc(fp);
66 wc = getwc(fp);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dgetwc.c48 #undef getwc macro
51 weak_alias (_IO_getwc, getwc)

Completed in 194 milliseconds