Home
last modified time | relevance | path

Searched refs:fmemopen_read (Results 1 – 1 of 1) sorted by relevance

/src/lib/libc/stdio/
H A Dfmemopen.c46 static int fmemopen_read(void *cookie, char *buf, int nbytes);
140 (flags & O_ACCMODE) == O_WRONLY ? NULL : fmemopen_read, in fmemopen()
164 fmemopen_read(void *cookie, char *buf, int nbytes) in fmemopen_read() function