Home
last modified time | relevance | path

Searched refs:open_wmemstream (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dopen_wmemstream.c33 FILE *fp = open_wmemstream(&ptr, &len); in open_wmemstream_0100()
38 ret = fprintf(fp, "open_wmemstream success!"); in open_wmemstream_0100()
/third_party/musl/porting/liteos_a/user/src/stdio/
H A Dopen_wmemstream.c69 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function
/third_party/musl/src/stdio/
H A Dopen_wmemstream.c73 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function
/third_party/musl/libc-test/src/api/
H A Dwchar.c80 {FILE*(*p)(wchar_t**,size_t*) = open_wmemstream;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h162 FILE *open_wmemstream(wchar_t **, size_t *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h162 FILE *open_wmemstream(wchar_t **, size_t *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h162 FILE *open_wmemstream(wchar_t **, size_t *);
/third_party/musl/include/
H A Dwchar.h163 FILE *open_wmemstream(wchar_t **, size_t *);
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1425 pub fn open_wmemstream( in open_wmemstream() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp610 extern __FILE *open_wmemstream (wchar_t **__bufloc, size_t *__sizeloc) throw ();
[all...]

Completed in 30 milliseconds