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

/freebsd-11-stable/lib/libc/stdio/
H A Dfmemopen.c48 static int fmemopen_write(void *cookie, const char *buf, int nbytes);
142 flags & O_RDONLY ? NULL : fmemopen_write,
183 fmemopen_write(void *cookie, const char *buf, int nbytes) function

Completed in 102 milliseconds