Searched refs:ssize_t (Results 1 - 25 of 71) sorted by relevance

123

/bionic/libc/include/sys/
H A Duio.h37 ssize_t readv(int, const struct iovec*, int);
38 ssize_t writev(int, const struct iovec*, int);
42 ssize_t preadv(int, const struct iovec*, int, off_t) __RENAME(preadv64);
43 ssize_t pwritev(int, const struct iovec*, int, off_t) __RENAME(pwritev64);
45 ssize_t preadv(int, const struct iovec*, int, off_t) __INTRODUCED_IN(24);
46 ssize_t pwritev(int, const struct iovec*, int, off_t) __INTRODUCED_IN(24);
48 ssize_t preadv64(int, const struct iovec*, int, off64_t) __INTRODUCED_IN(24);
49 ssize_t pwritev64(int, const struct iovec*, int, off64_t) __INTRODUCED_IN(24);
53 ssize_t process_vm_readv(pid_t, const struct iovec*, unsigned long, const struct iovec*,
55 ssize_t process_vm_write
[all...]
H A Dsendfile.h38 ssize_t sendfile(int out_fd, int in_fd, off_t* offset, size_t count) __RENAME(sendfile64)
41 ssize_t sendfile(int out_fd, int in_fd, off_t* offset, size_t count);
43 ssize_t sendfile64(int out_fd, int in_fd, off64_t* offset, size_t count) __INTRODUCED_IN(21);
H A Dxattr.h45 ssize_t fgetxattr(int fd, const char* name, void* value, size_t size) __INTRODUCED_IN(16);
46 ssize_t getxattr(const char* path, const char* name, void* value, size_t size) __INTRODUCED_IN(16);
47 ssize_t lgetxattr(const char* path, const char* name, void* value, size_t size) __INTRODUCED_IN(16);
49 ssize_t listxattr(const char* path, char* list, size_t size) __INTRODUCED_IN(16);
50 ssize_t llistxattr(const char* path, char* list, size_t size) __INTRODUCED_IN(16);
51 ssize_t flistxattr(int fd, char* list, size_t size) __INTRODUCED_IN(16);
H A Dmsg.h46 ssize_t msgrcv(int, void*, size_t, long, int) __INTRODUCED_IN(26);
H A Dsocket.h312 __socketcall ssize_t recvmsg(int, struct msghdr*, int);
314 __socketcall ssize_t sendmsg(int, const struct msghdr*, int);
320 ssize_t recv(int, void*, size_t, int) __overloadable __RENAME_CLANG(recv);
321 ssize_t send(int, const void*, size_t, int) __overloadable __RENAME_CLANG(send);
323 __socketcall ssize_t sendto(int, const void*, size_t, int, const struct sockaddr*, socklen_t)
325 __socketcall ssize_t recvfrom(int, void*, size_t, int, struct sockaddr*,
328 extern ssize_t __sendto_chk(int, const void*, size_t, size_t, int, const struct sockaddr*,
330 ssize_t __recvfrom_chk(int, void*, size_t, size_t, int, struct sockaddr*,
340 ssize_t recvfrom(int fd, void* const buf __pass_object_size0, size_t len,
348 ssize_t recvfro
[all...]
/bionic/tools/versioner/current/sys/
H A Duio.h37 ssize_t readv(int, const struct iovec*, int);
38 ssize_t writev(int, const struct iovec*, int);
42 ssize_t preadv(int, const struct iovec*, int, off_t) __RENAME(preadv64);
43 ssize_t pwritev(int, const struct iovec*, int, off_t) __RENAME(pwritev64);
45 ssize_t preadv(int, const struct iovec*, int, off_t) __INTRODUCED_IN(24);
46 ssize_t pwritev(int, const struct iovec*, int, off_t) __INTRODUCED_IN(24);
48 ssize_t preadv64(int, const struct iovec*, int, off64_t) __INTRODUCED_IN(24);
49 ssize_t pwritev64(int, const struct iovec*, int, off64_t) __INTRODUCED_IN(24);
53 ssize_t process_vm_readv(pid_t, const struct iovec*, unsigned long, const struct iovec*,
55 ssize_t process_vm_write
[all...]
H A Dsendfile.h38 ssize_t sendfile(int out_fd, int in_fd, off_t* offset, size_t count) __RENAME(sendfile64)
41 ssize_t sendfile(int out_fd, int in_fd, off_t* offset, size_t count);
43 ssize_t sendfile64(int out_fd, int in_fd, off64_t* offset, size_t count) __INTRODUCED_IN(21);
H A Dxattr.h45 ssize_t fgetxattr(int fd, const char* name, void* value, size_t size) __INTRODUCED_IN(16);
46 ssize_t getxattr(const char* path, const char* name, void* value, size_t size) __INTRODUCED_IN(16);
47 ssize_t lgetxattr(const char* path, const char* name, void* value, size_t size) __INTRODUCED_IN(16);
49 ssize_t listxattr(const char* path, char* list, size_t size) __INTRODUCED_IN(16);
50 ssize_t llistxattr(const char* path, char* list, size_t size) __INTRODUCED_IN(16);
51 ssize_t flistxattr(int fd, char* list, size_t size) __INTRODUCED_IN(16);
H A Dmsg.h46 ssize_t msgrcv(int, void*, size_t, long, int) __INTRODUCED_IN(26);
H A Dsocket.h312 __socketcall ssize_t recvmsg(int, struct msghdr*, int);
314 __socketcall ssize_t sendmsg(int, const struct msghdr*, int);
320 ssize_t recv(int, void*, size_t, int) __overloadable __RENAME_CLANG(recv);
321 ssize_t send(int, const void*, size_t, int) __overloadable __RENAME_CLANG(send);
323 __socketcall ssize_t sendto(int, const void*, size_t, int, const struct sockaddr*, socklen_t)
325 __socketcall ssize_t recvfrom(int, void*, size_t, int, struct sockaddr*,
328 extern ssize_t __sendto_chk(int, const void*, size_t, size_t, int, const struct sockaddr*,
330 ssize_t __recvfrom_chk(int, void*, size_t, size_t, int, struct sockaddr*,
340 ssize_t recvfrom(int fd, void* const buf __pass_object_size0, size_t len,
348 ssize_t recvfro
[all...]
/bionic/libc/private/
H A Dgrp_pwd.h39 ssize_t getgrent_idx;
47 ssize_t getpwent_idx;
/bionic/libc/bionic/
H A Dflistxattr.cpp36 extern "C" ssize_t ___flistxattr(int, char*, size_t);
38 ssize_t flistxattr(int fd, char *list, size_t size) {
40 ssize_t result = ___flistxattr(fd, list, size);
H A Drecv.cpp32 ssize_t recv(int socket, void *buf, size_t len, int flags) {
H A Dsend.cpp31 ssize_t send(int socket, const void* buf, size_t len, int flags) __overloadable {
H A Dfgetxattr.cpp36 extern "C" ssize_t ___fgetxattr(int, const char*, void*, size_t);
38 ssize_t fgetxattr(int fd, const char *name, void *value, size_t size) {
40 ssize_t result = ___fgetxattr(fd, name, value, size);
H A Dpthread_setname_np.cpp65 ssize_t n = TEMP_FAILURE_RETRY(read(fd, buf, buf_size));
77 if (n == static_cast<ssize_t>(buf_size)) return ERANGE;
97 ssize_t n = TEMP_FAILURE_RETRY(write(fd, thread_name, thread_name_len));
101 if (n != static_cast<ssize_t>(thread_name_len)) return EIO;
H A Dreadlink.cpp36 ssize_t readlink(const char* path, char* buf, size_t size) {
H A Dlegacy_32_bit_support.cpp74 ssize_t pread(int fd, void* buf, size_t byte_count, off_t offset) {
79 ssize_t pwrite(int fd, const void* buf, size_t byte_count, off_t offset) {
87 ssize_t preadv(int fd, const struct iovec* ios, int count, off_t offset) {
90 ssize_t preadv64(int fd, const struct iovec* ios, int count, off64_t offset) {
93 ssize_t pwritev(int fd, const struct iovec* ios, int count, off_t offset) {
96 ssize_t pwritev64(int fd, const struct iovec* ios, int count, off64_t offset) {
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/
H A Dfoo.h2 typedef int ssize_t; typedef
22 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64)
27 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset);
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/headers/
H A Dfoo.h2 typedef int ssize_t; typedef
20 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64)
23 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset);
/bionic/tests/libs/
H A Dpreinit_syscall_test_helper.cpp24 static ssize_t g_result;
/bionic/libc/include/
H A Dunistd.h142 ssize_t readlink(const char* __path, char* __buf, size_t __bufsiz)
144 ssize_t readlinkat(int __dirfd, const char* __path, char* __buf,
157 ssize_t read(int __fd, void* __buf, size_t __count) __overloadable
159 ssize_t write(int __fd, const void* __buf, size_t __count) __overloadable
178 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset)
180 ssize_t pwrite(int __fd, const void* __buf, size_t __count, off_t __offset)
185 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset)
187 ssize_t pwrite(int __fd, const void* __buf, size_t __count, off_t __offset)
193 ssize_t pread64(int __fd, void* __buf, size_t __count, off64_t __offset)
195 ssize_t pwrite6
[all...]
/bionic/tools/versioner/current/
H A Dunistd.h142 ssize_t readlink(const char* __path, char* __buf, size_t __bufsiz)
144 ssize_t readlinkat(int __dirfd, const char* __path, char* __buf,
157 ssize_t read(int __fd, void* __buf, size_t __count) __overloadable
159 ssize_t write(int __fd, const void* __buf, size_t __count) __overloadable
178 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset)
180 ssize_t pwrite(int __fd, const void* __buf, size_t __count, off_t __offset)
185 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset)
187 ssize_t pwrite(int __fd, const void* __buf, size_t __count, off_t __offset)
193 ssize_t pread64(int __fd, void* __buf, size_t __count, off64_t __offset)
195 ssize_t pwrite6
[all...]
/bionic/tests/
H A Dsys_sendfile_test.cpp34 ssize_t rc = sendfile(dst_file.fd, src_file.fd, &offset, count);
53 ssize_t rc = sendfile64(dst_file.fd, src_file.fd, &offset, count);
/bionic/tools/relocation_packer/src/
H A Delf_file.h80 ssize_t hole_size,
88 ssize_t hole_size,

Completed in 548 milliseconds

123