/bionic/libc/stdio/ |
D | stdio.cpp | 395 int __sread(void* cookie, char* buf, int n) { in __sread() 400 int __swrite(void* cookie, const char* buf, int n) { in __swrite() 411 fpos_t __sseek(void* cookie, fpos_t offset, int whence) { in __sseek() 416 off64_t __sseek64(void* cookie, off64_t offset, int whence) { in __sseek64() 421 int __sclose(void* cookie) { in __sclose() 549 static FILE* __funopen(const void* cookie, in __funopen() 578 FILE* funopen(const void* cookie, in funopen() 590 FILE* funopen64(const void* cookie, in funopen64()
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vsscanf.c | 40 eofread(void *cookie, char *buf, int len) in eofread()
|
D | sscanf.c | 41 eofread(void *cookie, char *buf, int len) in eofread()
|
D | vdprintf.c | 44 __dwrite(void *cookie, const char *buf, int n) in __dwrite()
|
D | vswscanf.c | 46 eofread(void *cookie, char *buf, int len) in eofread()
|
/bionic/libc/bionic/ |
D | setjmp_cookie.cpp | 59 extern "C" __LIBC_HIDDEN__ long __bionic_setjmp_cookie_check(long cookie) { in __bionic_setjmp_cookie_check()
|
D | system_properties_compat.c | 120 void (*propfn)(const prop_info *pi, void *cookie), in __system_property_foreach_compat()
|
D | system_properties.cpp | 590 find_nth_cookie *cookie = reinterpret_cast<find_nth_cookie*>(ptr); in find_nth_fn() local 599 void (*propfn)(const prop_info *pi, void *cookie), void *cookie) in foreach_property() 642 bool prop_area::foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in foreach() 1268 find_nth_cookie cookie(n); in __system_property_find_nth() local 1278 int __system_property_foreach(void (*propfn)(const prop_info *pi, void *cookie), in __system_property_foreach()
|
/bionic/libc/kernel/uapi/linux/ |
D | binder.h | 56 binder_uintptr_t cookie; member 101 binder_uintptr_t cookie; member 122 binder_uintptr_t cookie; member 127 binder_uintptr_t cookie; member 139 binder_uintptr_t cookie; member
|
D | inotify.h | 27 __u32 cookie; member
|
D | rds.h | 165 rds_rdma_cookie_t cookie; member 170 rds_rdma_cookie_t cookie; member 180 rds_rdma_cookie_t cookie; member
|
D | if_arcnet.h | 69 __u8 cookie[sizeof(int)]; member
|
/bionic/libc/kernel/uapi/linux/android/ |
D | binder.h | 57 binder_uintptr_t cookie; member 102 binder_uintptr_t cookie; member 124 binder_uintptr_t cookie; member 129 binder_uintptr_t cookie; member 140 binder_uintptr_t cookie; member
|
/bionic/libc/include/ |
D | stdio.h | 282 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) argument 283 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0) argument
|
/bionic/tests/libs/ |
D | bionic_tests_zipalign.cpp | 42 void* cookie; in GetEntries() local
|
/bionic/tests/ |
D | system_properties_test.cpp | 69 static void foreach_test_callback(const prop_info *pi, void* cookie) { in foreach_test_callback() 76 static void hierarchical_test_callback(const prop_info *pi, void *cookie) { in hierarchical_test_callback()
|