Searched refs:fmemopen (Results 1 - 5 of 5) sorted by path

/haiku/src/system/libroot/posix/glibc/libio/
H A Dfmemopen.c22 * fmemopen() - "my" version of a string stream
26 * I needed fmemopen() for an application that I currently work on,
36 * - I never used the "original" fmemopen(). I am sure that "my"
37 * fmemopen() behaves differently than the original version.
40 * seeks. I checked the old fmemopen implementation in glibc's stdio
55 * explains what happens when you use fmemopen with a NULL
58 * Quote: "fmemopen [then] allocates an array SIZE bytes long. This
62 * What does that mean if the original fmemopen() did not allow
66 * - I think there should be a second version of fmemopen() that does
201 fmemopen (voi function
[all...]
H A Dstdio.h273 extern FILE *fmemopen (void *__s, size_t __len, __const char *__modes) __THROW;
/haiku/headers/posix/
H A Dstdio.h102 extern FILE *fmemopen(void *buf, size_t size, const char *mode);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1735 void fmemopen() {} function
H A Dlibroot_stubs_legacy.c1680 void fmemopen() {} function

Completed in 113 milliseconds