Home
last modified time | relevance | path

Searched refs:mbsinit (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
H A Dmbsinit.c25 * @tc.desc : Verify mbsinit process success and return nonzero value when st points to an mbstate_t object
33 int ret = mbsinit(&mbst); in mbsinit_0100()
39 * @tc.desc : Verify mbsinit process success and return nonzero value when st is null.
44 int ret = mbsinit(NULL); in mbsinit_0200()
50 * @tc.desc : Verify mbsinit process success and return zero value when when st points to an mbstate_t object
58 int ret = mbsinit(&mbst); in mbsinit_0300()
/third_party/musl/src/multibyte/
H A Dmbsinit.c3 int mbsinit(const mbstate_t *st) in mbsinit() function
/third_party/musl/porting/uniproton/kernel/src/multibyte/
H A Dmbsinit.c3 int mbsinit(const mbstate_t *st) in mbsinit() function
/third_party/musl/porting/liteos_m/kernel/src/multibyte/
H A Dmbsinit.c3 int mbsinit(const mbstate_t *st) in mbsinit() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dvfscanf.c247 if (!mbsinit(&st)) goto input_fail; in vfscanf()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dvfscanf.c247 if (!mbsinit(&st)) goto input_fail; in vfscanf()
/third_party/musl/libc-test/src/api/
H A Dwchar.c33 {int(*p)(const mbstate_t*) = mbsinit;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h87 int mbsinit (const mbstate_t *);
/third_party/musl/src/stdio/
H A Dvfscanf.c259 if (!mbsinit(&st)) goto input_fail; in vfscanf()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h87 int mbsinit (const mbstate_t *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h87 int mbsinit (const mbstate_t *);
/third_party/musl/porting/linux/user/src/stdio/
H A Dvfscanf.c259 if (!mbsinit(&st)) goto input_fail; in vfscanf()
/third_party/musl/include/
H A Dwchar.h87 int mbsinit (const mbstate_t *);
/third_party/ntfs-3g/libntfs-3g/
H A Dunistr.c981 if (!mbsinit(&mbstate)) { in ntfs_ucstombs()
1070 if ((s != ins) || !mbsinit(&mbstate)) {
1125 if (!mbsinit(&mbstate)) {
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp439 extern int mbsinit (const mbstate_t *__ps) throw () __attribute__ ((__pure__));
14022 using ::mbsinit;
[all...]

Completed in 38 milliseconds