/bionic/libc/stdio/ |
D | stdio.c | 44 __sread(void *cookie, char *buf, int n) in __sread() argument 46 FILE *fp = cookie; in __sread() 59 __swrite(void *cookie, const char *buf, int n) in __swrite() argument 61 FILE *fp = cookie; in __swrite() 70 __sseek(void *cookie, fpos_t offset, int whence) in __sseek() argument 72 FILE *fp = cookie; in __sseek() 86 __sclose(void *cookie) in __sclose() argument 88 return (close(((FILE *)cookie)->_file)); in __sclose()
|
D | funopen.c | 39 funopen(const void *cookie, int (*readfn)(void *, char *, int), in funopen() argument 62 fp->_cookie = (void *)cookie; /* SAFE: cookie not modified */ in funopen()
|
D | vsscanf.c | 40 eofread(void *cookie, char *buf, int len) in eofread() argument
|
D | sscanf.c | 41 eofread(void *cookie, char *buf, int len) in eofread() argument
|
/bionic/libc/kernel/common/linux/lockd/ |
D | xdr.h | 44 struct nlm_cookie cookie; member 57 struct nlm_cookie cookie; member
|
/bionic/libc/kernel/common/linux/ |
D | binder.h | 43 void *cookie; member 83 void *cookie; member 105 void *cookie; member 116 void *cookie; member
|
D | inotify.h | 20 __u32 cookie; member
|
D | if_arcnet.h | 65 uint8_t cookie[sizeof(int)]; member
|
D | nfs_xdr.h | 228 __u64 cookie, member 309 __u32 cookie; member 410 __u64 cookie; member
|
/bionic/libc/include/ |
D | stdio.h | 367 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) argument 368 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0) argument
|
/bionic/libthread_db/ |
D | libthread_db.c | 207 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, in td_ta_thr_iter() argument 228 if (func(&handle, cookie) != 0) { in td_ta_thr_iter()
|
/bionic/libc/kernel/common/linux/nfsd/ |
D | xdr.h | 89 __u32 cookie; member
|
/bionic/libthread_db/include/ |
D | thread_db.h | 149 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
|
/bionic/libc/kernel/common/linux/sunrpc/ |
D | sched.h | 146 unsigned long cookie; member
|