Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c92 static int _bi_getwc(FILE *);
1022 while (((wch = _bi_getwc(iop)) != EOF) && in wstring()
1136 while ((wch = _bi_getwc(iop)) != WEOF) {
1243 _bi_getwc(FILE *iop) function