Home
last modified time | relevance | path

Searched defs:cookie_seek_function_t (Results 1 – 5 of 5) sorted by relevance

/external/llvm-libc/include/llvm-libc-types/
Dcookie_io_functions_t.h18 typedef int cookie_seek_function_t(void *, off64_t *, int); typedef
/external/musl/include/
Dstdio.h195 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef
/external/trusty/musl/include/
Dstdio.h204 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h78 typedef int cookie_seek_function_t; typedef
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c4907 typedef int cookie_seek_function_t(void *__cookie, off_t *__off, int __whence); typedef