Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfopencookie.c35 cookie_io_functions_t io_functions) in fopencookie() argument
38 register cookie_io_functions_t *io_functions) in fopencookie()
49 stream->__gcs = io_functions; in fopencookie()
51 stream->__gcs.read = io_functions->read; in fopencookie()
52 stream->__gcs.write = io_functions->write; in fopencookie()
53 stream->__gcs.seek = io_functions->seek; in fopencookie()
54 stream->__gcs.close = io_functions->close; in fopencookie()

Completed in 3 milliseconds