/third_party/musl/libc-test/src/regression/ |
H A D | fgetwc-buffering.c | 20 wint_t wc; in main() local
|
/third_party/musl/porting/uniproton/kernel/src/multibyte/ |
H A D | wctomb.c | 4 int wctomb(char *s, wchar_t wc) in wctomb() argument
|
H A D | mbtowc.c | 6 int mbtowc(wchar_t *restrict wc, const char *restrict src, size_t n) in mbtowc() argument
|
H A D | wcrtomb.c | 6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb() argument [all...] |
/third_party/musl/porting/liteos_m/kernel/src/multibyte/ |
H A D | wctomb.c | 4 int wctomb(char *s, wchar_t wc) in wctomb() argument
|
H A D | mbtowc.c | 6 int mbtowc(wchar_t *restrict wc, const char *restrict src, size_t n) in mbtowc() argument
|
H A D | wcrtomb.c | 6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb() argument [all...] |
/third_party/musl/src/multibyte/ |
H A D | wctomb.c | 4 int wctomb(char *s, wchar_t wc) in wctomb() argument
|
H A D | mbtowc.c | 6 int mbtowc(wchar_t *restrict wc, const char *restrict src, size_t n) in mbtowc() argument
|
H A D | wcrtomb.c | 6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb() argument [all...] |
/third_party/musl/porting/liteos_a/kernel/src/multibyte/ |
H A D | wctomb.c | 4 int wctomb(char *s, wchar_t wc) in wctomb() argument
|
H A D | mbtowc.c | 6 int mbtowc(wchar_t *restrict wc, const char *restrict src, size_t n) in mbtowc() argument
|
H A D | wcrtomb.c | 6 size_t wcrtomb(char *restrict s, wchar_t wc, mbstate_t *restrict st) in wcrtomb() argument [all...] |
/third_party/musl/src/ctype/ |
H A D | wcwidth.c | 11 int wcwidth(wchar_t wc) in wcwidth() argument [all...] |
H A D | iswspace.c | 8 int iswspace(wint_t wc) in iswspace() argument
|
H A D | iswprint.c | 10 int iswprint(wint_t wc) in iswprint() argument
|
H A D | iswpunct.c | 7 int iswpunct(wint_t wc) in iswpunct() argument
|
H A D | iswgraph.c | 3 int iswgraph(wint_t wc) in iswgraph() argument
|
H A D | iswxdigit.c | 3 int iswxdigit(wint_t wc) in iswxdigit() argument
|
H A D | iswlower.c | 3 int iswlower(wint_t wc) in iswlower() argument
|
H A D | iswupper.c | 3 int iswupper(wint_t wc) in iswupper() argument
|
H A D | iswalpha.c | 7 int iswalpha(wint_t wc) in iswalpha() argument
|
H A D | iswcntrl.c | 3 int iswcntrl(wint_t wc) in iswcntrl() argument
|
H A D | iswdigit.c | 5 int iswdigit(wint_t wc) in iswdigit() argument
|
H A D | iswalnum.c | 3 int iswalnum(wint_t wc) in iswalnum() argument
|