Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/include/llvm-libc-types/
H A Dcookie_io_functions_t.h18 typedef int cookie_seek_function_t(void *, off64_t *, int); typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/riscv32-unknown-unknown-elf/llvm-libc-types/
Dcookie_io_functions_t.h18 typedef int cookie_seek_function_t(void *, off64_t *, int); typedef
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/
H A Dstdio.h202 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/
H A Dstdio.h202 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/
H A Dstdio.h202 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef
/aosp_15_r20/external/musl/include/
H A Dstdio.h202 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/
H A Dstdio.h202 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef
/aosp_15_r20/external/trusty/musl/include/
Dstdio.h204 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef
/aosp_15_r20/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h78 typedef int cookie_seek_function_t; typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dlibio.h366 typedef __io_seek_fn cookie_seek_function_t; typedef
/aosp_15_r20/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