/aosp_15_r20/external/llvm-libc/src/stdio/ |
H A D | fopencookie.cpp | 26 cookie_io_functions_t ops; 34 CookieFile(void *c, cookie_io_functions_t cops, uint8_t *buffer, in CookieFile() 85 cookie_io_functions_t ops)) {
|
H A D | fopencookie.h | 19 cookie_io_functions_t desc);
|
/aosp_15_r20/external/trusty/musl/src/stdio/ |
D | fopencookie.c | 11 cookie_io_functions_t iofuncs; 98 FILE *fopencookie(void *cookie, const char *mode, cookie_io_functions_t iofuncs) in fopencookie()
|
/aosp_15_r20/external/musl/src/stdio/ |
H A D | fopencookie.c | 11 cookie_io_functions_t iofuncs; 98 FILE *fopencookie(void *cookie, const char *mode, cookie_io_functions_t iofuncs) in fopencookie()
|
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/ |
H A D | stdio.h | 210 } cookie_io_functions_t; typedef 212 FILE *fopencookie(void *, const char *, cookie_io_functions_t);
|
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/ |
H A D | stdio.h | 210 } cookie_io_functions_t; typedef 212 FILE *fopencookie(void *, const char *, cookie_io_functions_t);
|
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/ |
H A D | stdio.h | 210 } cookie_io_functions_t; typedef 212 FILE *fopencookie(void *, const char *, cookie_io_functions_t);
|
/aosp_15_r20/external/musl/include/ |
H A D | stdio.h | 210 } cookie_io_functions_t; typedef 212 FILE *fopencookie(void *, const char *, cookie_io_functions_t);
|
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/ |
H A D | stdio.h | 210 } cookie_io_functions_t; typedef 212 FILE *fopencookie(void *, const char *, cookie_io_functions_t);
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_posix.cc | 1269 CHECK_TYPE_SIZE(cookie_io_functions_t); 1270 CHECK_SIZE_AND_OFFSET(cookie_io_functions_t, read); 1271 CHECK_SIZE_AND_OFFSET(cookie_io_functions_t, write); 1272 CHECK_SIZE_AND_OFFSET(cookie_io_functions_t, seek); 1273 CHECK_SIZE_AND_OFFSET(cookie_io_functions_t, close);
|
/aosp_15_r20/external/trusty/musl/include/ |
D | stdio.h | 212 } cookie_io_functions_t; typedef 214 FILE *fopencookie(void *, const char *, cookie_io_functions_t);
|
/aosp_15_r20/external/llvm-libc/include/llvm-libc-types/ |
H A D | cookie_io_functions_t.h | 26 } cookie_io_functions_t; 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 | 26 } cookie_io_functions_t; typedef
|
/aosp_15_r20/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 80 typedef int cookie_io_functions_t; typedef
|
/aosp_15_r20/external/llvm-libc/test/src/unistd/ |
H A D | getopt_test.cpp | 47 static cookie_io_functions_t cookie{nullptr, &cookie_write, nullptr, nullptr};
|
/aosp_15_r20/external/llvm-libc/test/src/stdio/ |
H A D | fopencookie_test.cpp | 88 constexpr cookie_io_functions_t STRING_STREAM_FUNCS = {&read_ss, &write_ss,
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | libio.h | 377 typedef _IO_cookie_io_functions_t cookie_io_functions_t; typedef
|
/aosp_15_r20/external/python/pycparser/tests/c_files/ |
D | cppd_with_stdio_h.c | 4918 } cookie_io_functions_t; typedef
|
/aosp_15_r20/external/mesa3d/src/asahi/lib/ |
H A D | decode.c | 1123 static cookie_io_functions_t funcs = {.write = libagxdecode_writer};
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | tokenizer.c | 2162 cookie_io_functions_t io_cb = {borrow_read, NULL, NULL, NULL}; in fdopen_borrow()
|
/aosp_15_r20/external/python/pycparser/utils/benchmark/inputs/ |
D | redis.c.ppout | 94 typedef int cookie_io_functions_t;
|
D | tccgen.c.ppout | 94 typedef int cookie_io_functions_t;
|
/aosp_15_r20/external/skia/bazel/rbe/gce_linux/cc/ |
H A D | module.modulemap | 404 textual header "/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h" 4537 textual header "/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h"
|
/aosp_15_r20/external/grpc-grpc/third_party/toolchains/rbe_ubuntu2004/cc/ |
H A D | module.modulemap | 1190 textual header "/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h" 3536 textual header "/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h"
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/toolchains/rbe_ubuntu2004/cc/ |
D | module.modulemap | 1190 textual header "/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h" 3536 textual header "/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h"
|