Home
last modified time | relevance | path

Searched defs:wc (Results 1 – 23 of 23) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dfputwc.c131 wchar_t wc, in __fputwc()
165 wchar_t wc, in fputwc()
Dputwchar.c92 putwchar (wchar_t wc) in putwchar()
Dputwc.c39 putwc (wchar_t wc, in putwc()
Dputwchar_u.c39 putwchar_unlocked (wchar_t wc) in putwchar_unlocked()
Dfputwc_u.c34 wchar_t wc, in fputwc_unlocked()
Dputwc_u.c40 putwc_unlocked (wchar_t wc, in putwc_unlocked()
Dungetwc.c77 wint_t wc, in ungetwc()
Dfgetwc.c130 wchar_t wc; in __fgetwc() local
Dvfwscanf.c241 wint_t wc, in sungetwc()
268 wchar_t wc; in sfgetwc() local
Dvfscanf.c363 __wctob (wint_t wc) in __wctob()
400 wchar_t wc; /* wchar to use to read format string */ in _SVFSCANF() local
Dvfprintf.c448 wchar_t wc; in VFPRINTF() local
1810 wchar_t wc; in get_arg() local
Dvfwprintf.c883 wint_t wc = btowc ((int) GET_ARG (N, ap, int)); in VFWPRINTF() local
/picolibc-latest/newlib/libc/stdlib/
Dwctob.c11 wctob (wint_t wc) in wctob()
Dwcrtomb.c12 wchar_t wc, in wcrtomb()
Dmprec.c370 int k, wa, wb, wc; in mult() local
/picolibc-latest/newlib/libc/ctype/
Dtolower.c100 wchar_t wc; in tolower() local
Dtoupper.c100 wchar_t wc; in toupper() local
Dtolower_l.c26 wchar_t wc; in tolower_l() local
Dtoupper_l.c28 wchar_t wc; in toupper_l() local
/picolibc-latest/newlib/libc/tinystdio/
Dfgetwc.c36 wchar_t wc; in fgetwc() member
Dfputwc.c36 wchar_t wc; in fputwc() member
/picolibc-latest/newlib/libc/string/
Dwcwidth.c236 wcwidth (const wchar_t wc) in wcwidth()
/picolibc-latest/test/
Dtestcases.c813 wchar_t wc = 0x1234; variable