Searched refs:open_wmemstream (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | open_wmemstream.c | 33 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 D | open_wmemstream.c | 69 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function
|
/third_party/musl/src/stdio/ |
H A D | open_wmemstream.c | 73 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() function
|
/third_party/musl/libc-test/src/api/ |
H A D | wchar.c | 80 {FILE*(*p)(wchar_t**,size_t*) = open_wmemstream;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 162 FILE *open_wmemstream(wchar_t **, size_t *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 162 FILE *open_wmemstream(wchar_t **, size_t *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 162 FILE *open_wmemstream(wchar_t **, size_t *);
|
/third_party/musl/include/ |
H A D | wchar.h | 163 FILE *open_wmemstream(wchar_t **, size_t *);
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1425 pub fn open_wmemstream( in open_wmemstream() functions
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 610 extern __FILE *open_wmemstream (wchar_t **__bufloc, size_t *__sizeloc) throw (); [all...] |
Completed in 30 milliseconds