Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/inc/
H A Dmse.h57 #define _getmbstate(iop) (&(iop)->_state) macro
59 extern mbstate_t *_getmbstate(FILE *);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dfgetwc.c62 statep = _getmbstate(fp); in _fgetwc_unlocked_l()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfopen.c116 mb = _getmbstate(iop); in _freopen_null()
H A Dflush.c802 mb = _getmbstate(iop); in close_fd()
844 _getmbstate(FILE *iop) in _getmbstate() function