Searched refs:open_wmemstream (Results 1 – 9 of 9) sorted by relevance
19 FILE *f = open_wmemstream (&buf, &size); in test_open_wmemstream_no_stdio()24 FILE* (*pf)(wchar_t**, size_t*) = open_wmemstream; in test_open_wmemstream_no_stdio()40 #define OPEN_MEMSTREAM open_wmemstream
36 FILE *f = open_wmemstream (&buf, &size); in do_test()41 FILE* (*pf)(wchar_t**, size_t*) = open_wmemstream; in do_test()
5 #define OPEN_MEMSTREAM open_wmemstream
12 FILE *fp = open_wmemstream (&buf, &size); in do_test()69 fp = open_wmemstream (&buf, &size); in do_test()
38 #define OPEN_MEMSTREAM open_wmemstream
48 # define OPEN_MEMSTREAM open_wmemstream
65 open_wmemstream (wchar_t **bufloc, size_t *sizeloc) in open_wmemstream() function
152 open_wmemstream;
321 extern __FILE *open_wmemstream (wchar_t **__bufloc, size_t *__sizeloc) __THROW
Completed in 14 milliseconds