Home
last modified time | relevance | path

Searched defs:pwc (Results 1 – 9 of 9) sorted by relevance

/third_party/bounds_checking_function/src/
Dsecurecutil.c38 int mbtowc(wchar_t *pwc, const char *s, size_t n) in mbtowc()
/third_party/mindspore/mindspore-src/source/third_party/securec/src/
Dsecurecutil.c37 int mbtowc(wchar_t *pwc, const char *s, size_t n) in mbtowc()
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
Dmblen.c32 wchar_t *pwc = L"mblen_0100"; in mblen_0100() local
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dtre.h50 #define tre_mbrtowc(pwc, s, n, ps) (mbtowc((pwc), (s), (n))) argument
/third_party/musl/src/regex/
Dtre.h49 #define tre_mbrtowc(pwc, s, n, ps) (mbtowc((pwc), (s), (n))) argument
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dtre.h50 #define tre_mbrtowc(pwc, s, n, ps) (mbtowc((pwc), (s), (n))) argument
/third_party/musl/porting/uniproton/kernel/src/regex/
Dtre.h50 #define tre_mbrtowc(pwc, s, n, ps) (mbtowc((pwc), (s), (n))) argument
/third_party/python/Python/
Dfileutils.c147 _Py_mbrtowc(wchar_t *pwc, const char *str, size_t len, mbstate_t *pmbs) in _Py_mbrtowc()
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1559 const wchar_t* pwc = wcschr(argv[i], L'='); in ProcessCommandLine() local