Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h208 extern int __xc_ferror(void *);
H A Dwgetch.c86 __xc_ferror(void *w) in __xc_ferror() function
H A Dnewterm.c284 wio->iserror = __xc_ferror;
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h226 extern int __xc_ferror(void *);
H A Dwgetch.c280 __xc_ferror(void *w) in __xc_ferror() function
H A Dnewterm.c280 wio->iserror = __xc_ferror; in newterm()