Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h206 extern int __xc_ferror(void *);
H A Dwgetch.c84 __xc_ferror(void *w) in __xc_ferror() function
H A Dnewterm.c282 wio->iserror = __xc_ferror;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h224 extern int __xc_ferror(void *);
H A Dwgetch.c278 __xc_ferror(void *w) in __xc_ferror() function
H A Dnewterm.c278 wio->iserror = __xc_ferror; in newterm()