Home
last modified time | relevance | path

Searched refs:pwc (Results 1 – 12 of 12) sorted by relevance

/third_party/bounds_checking_function/src/
Dsecurecutil.c37 int mbtowc(wchar_t *pwc, const char *s, size_t n) in mbtowc() argument
39 return mbrtowc(pwc, s, n, NULL); in mbtowc()
/third_party/mindspore/third_party/securec/src/
Dsecurecutil.c37 int mbtowc(wchar_t *pwc, const char *s, size_t n) in mbtowc() argument
39 return mbrtowc(pwc, s, n, NULL); in mbtowc()
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
Dmblen.c32 wchar_t *pwc = L"mblen_0100"; in mblen_0100() local
35 int result = wcstombs(src, pwc, ARRY_MAX); in mblen_0100()
/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/musl/porting/liteos_m/kernel/src/regex/
Dtre.h50 #define tre_mbrtowc(pwc, s, n, ps) (mbtowc((pwc), (s), (n))) argument
/third_party/python/Python/
Dfileutils.c141 _Py_mbrtowc(wchar_t *pwc, const char *str, size_t len, mbstate_t *pmbs) in _Py_mbrtowc() argument
143 assert(pwc != NULL); in _Py_mbrtowc()
144 size_t count = mbrtowc(pwc, str, len, pmbs); in _Py_mbrtowc()
146 if (!is_valid_wide_char(*pwc)) { in _Py_mbrtowc()
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1544 const wchar_t* pwc = wcschr(argv[i], L'='); in ProcessCommandLine() local
1545 if (pwc) { in ProcessCommandLine()
1546 hr = StrAllocString(&sczVariableName, argv[i], pwc - argv[i]); in ProcessCommandLine()
1557 hr = StrAllocString(&sczVariableValue, ++pwc, 0); in ProcessCommandLine()
/third_party/eudev/hwdb/
D20-usb-vendor-model.hwdb4008 ID_MODEL_FROM_DATABASE=Webcam 5 [pwc]
7764 ID_MODEL_FROM_DATABASE=QuickCam 3000 Pro [pwc]
8889 ID_MODEL_FROM_DATABASE=PCA645VC Webcam [pwc]
8892 ID_MODEL_FROM_DATABASE=PCA646VC Webcam [pwc]
8895 ID_MODEL_FROM_DATABASE=Askey VC010 Webcam [pwc]
8898 ID_MODEL_FROM_DATABASE=PCVC675K Webcam [pwc]
8901 ID_MODEL_FROM_DATABASE=PCVC680K Webcam [pwc]
8907 ID_MODEL_FROM_DATABASE=PCVC690K Webcam [pwc]
8910 ID_MODEL_FROM_DATABASE=PCVC730K Webcam [pwc]
8913 ID_MODEL_FROM_DATABASE=PCVC740K ToUcam Pro [pwc]
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog111194 drop them, causing 'hangs' (observed with the pwc driver and a Logitech QuickCam
151500 Small fix, now pwc driver can tell about its buffers.
151502 Small fix, now pwc driver can tell about its buffers.
/third_party/gstreamer/gstplugins_bad/
DChangeLog231180 Small fix, now pwc driver can tell about its buffers.
231182 Small fix, now pwc driver can tell about its buffers.