Searched defs:orient (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dungetwc.c55 __ungetwc_impl(wint_t wc, FILE *iop, int orient) argument
64 if (orient && GET_NO_MODE(iop)) {
H A Dfgetws.c49 int orient)
56 if (orient && GET_NO_MODE(fp))
48 _fgetws_impl(wchar_t *_RESTRICT_KYWD ws, int n, FILE *_RESTRICT_KYWD fp, int orient) argument
H A Dfputwc.c63 __fputwc_impl(wchar_t wc, FILE *fp, int orient) argument
97 if (orient && GET_NO_MODE(fp)) {
H A Dfputws.c40 int orient)
58 if (orient && GET_NO_MODE(fp))
39 _fputws_impl(const wchar_t *_RESTRICT_KYWD ws, FILE *_RESTRICT_KYWD fp, int orient) argument

Completed in 58 milliseconds