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 D | cookie_io_functions_t.h | 18 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/ |
D | cookie_io_functions_t.h | 18 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 D | stdio.h | 202 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 D | stdio.h | 202 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 D | stdio.h | 202 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef
|
/aosp_15_r20/external/musl/include/ |
H A D | stdio.h | 202 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 D | stdio.h | 202 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef
|
/aosp_15_r20/external/trusty/musl/include/ |
D | stdio.h | 204 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef
|
/aosp_15_r20/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 78 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/ |
D | libio.h | 366 typedef __io_seek_fn cookie_seek_function_t; typedef
|
/aosp_15_r20/external/python/pycparser/tests/c_files/ |
D | cppd_with_stdio_h.c | 4907 typedef int cookie_seek_function_t(void *__cookie, off_t *__off, int __whence); typedef
|