Searched refs:wctob (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_invari.h74 #define M_INVARIANT(c) (wctob(c) == EOF ? (c) : __m_invariant[c])
75 #define M_UNVARIANT(c) (wctob(c) == EOF ? (c) : __m_unvariant[c])
H A Dm_wchar.h298 #undef wctob macro
301 #define wctob(c) ((int) (wint_t) (c)) macro
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwctob.c50 wctob(wint_t c) function
/illumos-gate/usr/src/head/
H A Dwchar.h92 using std::wctob;
/illumos-gate/usr/src/head/iso/
H A Dwchar_iso.h313 extern int wctob(wint_t);
/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c613 } else if (wc != L'\0' && (c = wctob(wc)) != EOF &&
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com837 wctob.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com814 wctob.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile790 wctob.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile543 wctob.3c \
2485 wctob_l.3c := LINKSRC = wctob.3c
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com871 wctob.o \

Completed in 288 milliseconds