Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dfmemopen.c41 struct __file_mem { struct
53 struct __file_mem *mf = (struct __file_mem *)f; in __fmem_put() argument
79 struct __file_mem *mf = (struct __file_mem *)f; in __fmem_get()
92 struct __file_mem *mf = (struct __file_mem *)f; in __fmem_flush()
105 struct __file_mem *mf = (struct __file_mem *)f; in __fmem_seek()
127 struct __file_mem *mf = (struct __file_mem *)f; in __fmem_close()
144 struct __file_mem *mf; in fmemopen()
154 mf = calloc(1, sizeof(struct __file_mem)); in fmemopen()
193 *mf = (struct __file_mem){ in fmemopen()