/bionic/libc/arch-arm/syscalls/ |
D | read.S | 5 .type read, #function 6 .globl read symbol 10 read: label
|
/bionic/libc/arch-x86/syscalls/ |
D | read.S | 5 .type read, @function 6 .globl read symbol 9 read: label
|
/bionic/linker/ |
D | debugger.c | 63 read(s, &tid, 1); in debugger_signal_handler()
|
D | linker.c | 567 if (read(fd, &info, sizeof(info)) != sizeof(info)) { in is_prelinked() 995 if ((cnt = read(fd, &__header[0], PAGE_SIZE)) < 0) { in load_library()
|
/bionic/libc/kernel/common/linux/ |
D | android_pmem.h | 46 ssize_t (*read) (struct file *, char __user *, size_t, long long *); member
|
D | sysfs.h | 45 ssize_t (*read)(struct kobject *, char *, loff_t, size_t); member
|
D | nfs_xdr.h | 514 int (*read) (struct nfs_read_data *); member
|
/bionic/libc/bionic/ |
D | ssp.c | 48 ssize_t len = read(fd, &__stack_chk_guard, in __guard_setup()
|
D | arc4random.c | 118 read(fd, rdat.rnd, sizeof(rdat.rnd)); in arc4_stir()
|
D | dlmalloc.c | 2540 read(fd, buf, sizeof(buf)) == sizeof(buf)) { in init_mparams()
|
/bionic/libc/stdio/ |
D | stdio.c | 49 ret = read(fp->_file, buf, n); in __sread()
|
/bionic/libc/kernel/common/linux/nfsd/ |
D | xdr.h | 130 struct nfsd_readargs read; member
|
/bionic/libc/include/ |
D | unistd.h | 131 extern ssize_t read(int, void *, size_t);
|
/bionic/libc/docs/ |
D | OVERVIEW.TXT | 98 If you want to know why and how this is done, read kernel/README.TXT to get 131 - There is currently no support for read/write locks, priority-ceiling in 177 multi-core-safe double-checked-locking (read and write barriers). 200 At the moment, Bionic does not provide or use read/write memory barriers. 216 The header <sys/system_properties.h> can be used to read system 271 - read /system/etc/resolv.conf instead of /etc/resolv.conf 273 - read the list of servers from system properties. the code looks for 375 read the file docs/SYSV-IPCS.TXT.
|
/bionic/libc/kernel/common/linux/mtd/ |
D | mtd.h | 104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf); member
|
/bionic/libc/kernel/tools/ |
D | utils.py | 268 olddata = f.read() 320 olddata = f.read()
|
/bionic/libc/unistd/ |
D | sysconf.c | 325 ret = read(p->fd, p->input, sizeof(p->input)); in line_parser_getc()
|
/bionic/libc/include/sys/ |
D | linux-unistd.h | 52 ssize_t read (int, void*, size_t);
|
/bionic/libc/netbsd/resolv/ |
D | res_send.c | 768 while ((n = read(statp->_vcsock, (char *)cp, (size_t)len)) > 0) { in send_vc() 814 while (len != 0 && (n = read(statp->_vcsock, (char *)cp, (size_t)len)) > 0){ in send_vc() 833 n = read(statp->_vcsock, junk, in send_vc()
|
/bionic/libc/tzcode/ |
D | strftime.c | 826 if (read(fd, p, (size_t) st.st_size) != st.st_size)
|
D | localtime.c | 426 while (read(fidix, buf, sizeof(buf)) == sizeof(buf)) { 457 nread = read(fid, u.buf, toread);
|
/bionic/libc/ |
D | SYSCALLS.TXT | 77 ssize_t read (int, void*, size_t) 3
|