Home
last modified time | relevance | path

Searched refs:read (Results 1 – 22 of 22) sorted by relevance

/bionic/libc/arch-arm/syscalls/
Dread.S5 .type read, #function
6 .globl read symbol
10 read: label
/bionic/libc/arch-x86/syscalls/
Dread.S5 .type read, @function
6 .globl read symbol
9 read: label
/bionic/linker/
Ddebugger.c63 read(s, &tid, 1); in debugger_signal_handler()
Dlinker.c567 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/
Dandroid_pmem.h46 ssize_t (*read) (struct file *, char __user *, size_t, long long *); member
Dsysfs.h45 ssize_t (*read)(struct kobject *, char *, loff_t, size_t); member
Dnfs_xdr.h514 int (*read) (struct nfs_read_data *); member
/bionic/libc/bionic/
Dssp.c48 ssize_t len = read(fd, &__stack_chk_guard, in __guard_setup()
Darc4random.c118 read(fd, rdat.rnd, sizeof(rdat.rnd)); in arc4_stir()
Ddlmalloc.c2540 read(fd, buf, sizeof(buf)) == sizeof(buf)) { in init_mparams()
/bionic/libc/stdio/
Dstdio.c49 ret = read(fp->_file, buf, n); in __sread()
/bionic/libc/kernel/common/linux/nfsd/
Dxdr.h130 struct nfsd_readargs read; member
/bionic/libc/include/
Dunistd.h131 extern ssize_t read(int, void *, size_t);
/bionic/libc/docs/
DOVERVIEW.TXT98 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/
Dmtd.h104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf); member
/bionic/libc/kernel/tools/
Dutils.py268 olddata = f.read()
320 olddata = f.read()
/bionic/libc/unistd/
Dsysconf.c325 ret = read(p->fd, p->input, sizeof(p->input)); in line_parser_getc()
/bionic/libc/include/sys/
Dlinux-unistd.h52 ssize_t read (int, void*, size_t);
/bionic/libc/netbsd/resolv/
Dres_send.c768 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/
Dstrftime.c826 if (read(fd, p, (size_t) st.st_size) != st.st_size)
Dlocaltime.c426 while (read(fidix, buf, sizeof(buf)) == sizeof(buf)) {
457 nread = read(fid, u.buf, toread);
/bionic/libc/
DSYSCALLS.TXT77 ssize_t read (int, void*, size_t) 3