/bionic/libc/include/sys/ |
D | mman.h | 53 void* mmap(void* __addr, size_t __size, int __prot, int __flags, int __fd, off_t __offset) __RENAME… 55 void* mmap(void* __addr, size_t __size, int __prot, int __flags, int __fd, off_t __offset); 67 void* mmap64(void* __addr, size_t __size, int __prot, int __flags, int __fd, off64_t __offset) __IN… 84 int msync(void* __addr, size_t __size, int __flags); 107 void* mremap(void* __old_addr, size_t __old_size, size_t __new_size, int __flags, ...); 115 int mlockall(int __flags) __INTRODUCED_IN(17); 139 int mlock2(const void* __addr, size_t __size, int __flags) __INTRODUCED_IN(30); 172 …s_madvise(int __pid_fd, const struct iovec* __iov, size_t __count, int __advice, unsigned __flags); 182 int memfd_create(const char* __name, unsigned __flags) __INTRODUCED_IN(30);
|
D | pidfd.h | 52 int pidfd_open(pid_t __pid, unsigned int __flags) __INTRODUCED_IN(31); 64 int pidfd_getfd(int __pidfd, int __targetfd, unsigned int __flags) __INTRODUCED_IN(31); 74 int pidfd_send_signal(int __pidfd, int __sig, siginfo_t *__info, unsigned int __flags) __INTRODUCED…
|
D | msg.h | 51 int msgget(key_t __key, int __flags) __INTRODUCED_IN(26); 53 ssize_t msgrcv(int __msg_id, void* __msgbuf_ptr, size_t __size, long __type, int __flags) __INTRODU… 55 int msgsnd(int __msg_id, const void* __msgbuf_ptr, size_t __size, int __flags) __INTRODUCED_IN(26);
|
D | signalfd.h | 51 int signalfd(int __fd, const sigset_t* __mask, int __flags) __INTRODUCED_IN(18); 56 int signalfd64(int __fd, const sigset64_t* __mask, int __flags) __INTRODUCED_IN(28);
|
D | xattr.h | 51 int fsetxattr(int __fd, const char* __name, const void* __value, size_t __size, int __flags); 61 … setxattr(const char* __path, const char* __name, const void* __value, size_t __size, int __flags); 72 …lsetxattr(const char* __path, const char* __name, const void* __value, size_t __size, int __flags);
|
D | mount.h | 58 int mount(const char* __source, const char* __target, const char* __fs_type, unsigned long __flags,… 74 int umount2(const char* __target, int __flags);
|
D | timerfd.h | 56 int timerfd_create(clockid_t __clock, int __flags) __INTRODUCED_IN(19); 71 int timerfd_settime(int __fd, int __flags, const struct itimerspec* __new_value, struct itimerspec*…
|
D | shm.h | 50 void* shmat(int __shm_id, const void* __addr, int __flags) __INTRODUCED_IN(26); 56 int shmget(key_t __key, size_t __size, int __flags) __INTRODUCED_IN(26);
|
D | socket.h | 297 __socketcall int accept4(int __fd, struct sockaddr* __addr, socklen_t* __addr_length, int __flags) … 304 __socketcall int recvmmsg(int __fd, struct mmsghdr* __msgs, unsigned int __msg_count, int __flags, … 306 __socketcall ssize_t recvmsg(int __fd, struct msghdr* __msg, int __flags); 307 …sg(int __fd, const struct mmsghdr* __msgs, unsigned int __msg_count, int __flags) __INTRODUCED_IN(… 308 __socketcall ssize_t sendmsg(int __fd, const struct msghdr* __msg, int __flags); 314 ssize_t recv(int __fd, void* __buf, size_t __n, int __flags); 315 ssize_t send(int __fd, const void* __buf, size_t __n, int __flags); 317 __socketcall ssize_t sendto(int __fd, const void* __buf, size_t __n, int __flags, const struct sock… 318 __socketcall ssize_t recvfrom(int __fd, void* __buf, size_t __n, int __flags, struct sockaddr* __sr…
|
D | stat.h | 145 int fstatat(int __dir_fd, const char* __path, struct stat* __buf, int __flags); 146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(… 167 int fchmodat(int __dir_fd, const char* __path, mode_t __mode, int __flags); 173 int utimensat(int __dir_fd, const char* __path, const struct timespec __times[2], int __flags); 183 int statx(int __dir_fd, const char* __path, int __flags, unsigned __mask, struct statx* __buf) __IN…
|
D | uio.h | 49 …uct iovec* __remote_iov, unsigned long __remote_iov_count, unsigned long __flags) __INTRODUCED_IN(… 50 …uct iovec* __remote_iov, unsigned long __remote_iov_count, unsigned long __flags) __INTRODUCED_IN(…
|
D | swap.h | 61 int swapon(const char* __path, int __flags) __INTRODUCED_IN(19);
|
D | random.h | 65 ssize_t getrandom(void* __buffer, size_t __buffer_size, unsigned int __flags) __wur __INTRODUCED_IN…
|
D | eventfd.h | 54 int eventfd(unsigned int __initial_value, int __flags);
|
D | inotify.h | 57 int inotify_init1(int __flags) __INTRODUCED_IN(21);
|
D | epoll.h | 41 int epoll_create1(int __flags) __INTRODUCED_IN(21);
|
/bionic/libc/include/ |
D | fcntl.h | 125 int openat(int __dir_fd, const char* __path, int __flags, ...); 127 int openat64(int __dir_fd, const char* __path, int __flags, ...) __INTRODUCED_IN(21); 136 int open(const char* __path, int __flags, ...); 138 int open64(const char* __path, int __flags, ...) __INTRODUCED_IN(21); 152 …fset, int __out_fd, off64_t* __out_offset, size_t __length, unsigned int __flags) __INTRODUCED_IN(… 166 ssize_t tee(int __in_fd, int __out_fd, size_t __length, unsigned int __flags) __INTRODUCED_IN(21); 180 ssize_t vmsplice(int __fd, const struct iovec* __iov, size_t __count, unsigned int __flags) __INTRO… 246 int sync_file_range(int __fd, off64_t __offset, off64_t __length, unsigned int __flags) __INTRODUCE…
|
D | stdlib.h | 66 int mkostemp64(char* __template, int __flags) __INTRODUCED_IN(23); 67 int mkostemp(char* __template, int __flags) __INTRODUCED_IN(23); 68 int mkostemps64(char* __template, int __suffix_length, int __flags) __INTRODUCED_IN(23); 69 int mkostemps(char* __template, int __suffix_length, int __flags) __INTRODUCED_IN(23); 72 int mkstemps64(char* __template, int __flags) __INTRODUCED_IN(23); 73 int mkstemps(char* __template, int __flags); 122 int posix_openpt(int __flags) __INTRODUCED_IN(21);
|
D | ftw.h | 59 …st char*, const struct stat*, int, struct FTW*), int __max_fd_count, int __flags) __INTRODUCED_IN(… 61 … char*, const struct stat64*, int, struct FTW*), int __max_fd_count, int __flags) __RENAME_STAT64(…
|
D | spawn.h | 59 int posix_spawnattr_setflags(posix_spawnattr_t* __attr, short __flags) __INTRODUCED_IN(28); 60 int posix_spawnattr_getflags(const posix_spawnattr_t* __attr, short* __flags) __INTRODUCED_IN(28); 84 …posix_spawn_file_actions_t* __actions, int __fd, const char* __path, int __flags, mode_t __mode) _…
|
D | regex.h | 100 int regcomp(regex_t* __re, const char* __regex, int __flags); 102 …c(const regex_t* __re, const char* __s, size_t __match_count, regmatch_t __matches[], int __flags);
|
D | unistd.h | 207 int faccessat(int __dirfd, const char* __path, int __mode, int __flags); 209 …d, const char* __old_path, int __new_dir_fd, const char* __new_path, int __flags) __INTRODUCED_IN(… 211 int unlinkat(int __dirfd, const char* __path, int __flags); 217 int pipe2(int __fds[2], int __flags); 227 int fchownat(int __dir_fd, const char* __path, uid_t __owner, gid_t __group, int __flags); 243 int dup3(int __old_fd, int __new_fd, int __flags) __INTRODUCED_IN(21);
|
D | fnmatch.h | 68 int fnmatch(const char* _Nonnull __pattern, const char* _Nonnull __string, int __flags);
|
/bionic/libc/bionic/ |
D | recvmsg.cpp | 36 extern "C" ssize_t __recvmsg(int __fd, struct msghdr* __msg, int __flags); 37 extern "C" int __recvmmsg(int __fd, struct mmsghdr* __msgs, unsigned int __msg_count, int __flags, 68 ssize_t recvmsg(int __fd, struct msghdr* __msg, int __flags) { in recvmsg() argument 69 ssize_t rc = __recvmsg(__fd, __msg, __flags); in recvmsg() 77 int recvmmsg(int __fd, struct mmsghdr* __msgs, unsigned int __msg_count, int __flags, in recvmmsg() argument 79 int rc = __recvmmsg(__fd, __msgs, __msg_count, __flags, __timeout); in recvmmsg()
|
/bionic/libc/include/android/ |
D | legacy_sys_mman_inlines.h | 47 static __inline void* mmap64(void* __addr, size_t __size, int __prot, int __flags, int __fd, 49 static __inline void* mmap64(void* __addr, size_t __size, int __prot, int __flags, int __fd, in mmap64() argument 64 extern void* __mmap2(void* __addr, size_t __size, int __prot, int __flags, int __fd, in mmap64() 66 return __mmap2(__addr, __size, __prot, __flags, __fd, __offset >> __mmap2_shift); in mmap64()
|