/bionic/libc/include/ |
H A D | string.h | 185 char* stpcpy(char* _Nonnull __restrict const dst __pass_object_size, const char* _Nonnull __restrict src) 193 char* strcpy(char* _Nonnull __restrict const dst __pass_object_size, const char* _Nonnull __restrict src) 199 char* strcat(char* _Nonnull __restrict const dst __pass_object_size, const char* _Nonnull __restrict src) 205 char* strncat(char* const _Nonnull __restrict dst __pass_object_size, const char* _Nonnull __restrict src, size_t n) 250 void* memchr(const void* const _Nonnull s __pass_object_size, int c, size_t n) 262 void* memrchr(const void* const _Nonnull s __pass_object_size, int c, size_t n) 276 char* stpncpy(char* __restrict const _Nonnull dst __pass_object_size, const char* __restrict const _Nonnull src __pass_object_size, size_t n) 290 char* strncpy(char* __restrict const _Nonnull dst __pass_object_size, const char* __restrict const _Nonnull src __pass_object_size, size_ 427 memchr(const void *_Nonnull s __pass_object_size, int c, size_t n) argument 511 strlcpy(char* _Nonnull __restrict dst __pass_object_size, const char* _Nonnull __restrict src, size_t size) argument 611 __bionic_memchr(const void* const _Nonnull s __pass_object_size, int c, size_t n) argument 627 __bionic_strchr(const char* const _Nonnull s __pass_object_size, int c) argument 644 __bionic_strrchr(const char* const _Nonnull s __pass_object_size, int c) argument [all...] |
H A D | fcntl.h | 132 int open(const char* const __pass_object_size pathname, 138 int open(const char* const __pass_object_size pathname, int flags, mode_t modes) 154 int openat(int dirfd, const char* const __pass_object_size pathname, 160 int openat(int dirfd, const char* const __pass_object_size pathname, int flags,
|
H A D | poll.h | 60 int poll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, 80 int ppoll(struct pollfd* const fds __pass_object_size, nfds_t fd_count,
|
H A D | stdio.h | 272 int vsnprintf(char *const __pass_object_size dest, size_t size, 278 int vsprintf(char *const __pass_object_size dest, const char *_Nonnull format, 300 int snprintf(char *__restrict const __pass_object_size dest, 318 int sprintf(char *__restrict const __pass_object_size dest, 395 char *fgets(char* __restrict const __pass_object_size dest,
|
H A D | unistd.h | 298 char* getcwd(char* const __pass_object_size buf, size_t size) __overloadable { 463 ssize_t readlink(const char* path, char* const __pass_object_size buf, 487 char* const __pass_object_size buf, size_t size)
|
/bionic/tools/versioner/current/ |
H A D | string.h | 185 char* stpcpy(char* _Nonnull __restrict const dst __pass_object_size, const char* _Nonnull __restrict src) 193 char* strcpy(char* _Nonnull __restrict const dst __pass_object_size, const char* _Nonnull __restrict src) 199 char* strcat(char* _Nonnull __restrict const dst __pass_object_size, const char* _Nonnull __restrict src) 205 char* strncat(char* const _Nonnull __restrict dst __pass_object_size, const char* _Nonnull __restrict src, size_t n) 250 void* memchr(const void* const _Nonnull s __pass_object_size, int c, size_t n) 262 void* memrchr(const void* const _Nonnull s __pass_object_size, int c, size_t n) 276 char* stpncpy(char* __restrict const _Nonnull dst __pass_object_size, const char* __restrict const _Nonnull src __pass_object_size, size_t n) 290 char* strncpy(char* __restrict const _Nonnull dst __pass_object_size, const char* __restrict const _Nonnull src __pass_object_size, size_ 427 memchr(const void *_Nonnull s __pass_object_size, int c, size_t n) argument 511 strlcpy(char* _Nonnull __restrict dst __pass_object_size, const char* _Nonnull __restrict src, size_t size) argument 611 __bionic_memchr(const void* const _Nonnull s __pass_object_size, int c, size_t n) argument 627 __bionic_strchr(const char* const _Nonnull s __pass_object_size, int c) argument 644 __bionic_strrchr(const char* const _Nonnull s __pass_object_size, int c) argument [all...] |
H A D | fcntl.h | 132 int open(const char* const __pass_object_size pathname, 138 int open(const char* const __pass_object_size pathname, int flags, mode_t modes) 154 int openat(int dirfd, const char* const __pass_object_size pathname, 160 int openat(int dirfd, const char* const __pass_object_size pathname, int flags,
|
H A D | poll.h | 60 int poll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, 80 int ppoll(struct pollfd* const fds __pass_object_size, nfds_t fd_count,
|
H A D | stdio.h | 272 int vsnprintf(char *const __pass_object_size dest, size_t size, 278 int vsprintf(char *const __pass_object_size dest, const char *_Nonnull format, 300 int snprintf(char *__restrict const __pass_object_size dest, 318 int sprintf(char *__restrict const __pass_object_size dest, 395 char *fgets(char* __restrict const __pass_object_size dest,
|
H A D | unistd.h | 298 char* getcwd(char* const __pass_object_size buf, size_t size) __overloadable { 463 ssize_t readlink(const char* path, char* const __pass_object_size buf, 487 char* const __pass_object_size buf, size_t size)
|
/bionic/libc/include/sys/ |
H A D | cdefs.h | 304 #define __pass_object_size __pass_object_size_n(__bos_level) macro
|
/bionic/tools/versioner/current/sys/ |
H A D | cdefs.h | 304 #define __pass_object_size __pass_object_size_n(__bos_level) macro
|