Home
last modified time | relevance | path

Searched defs:__pass_object_size (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/bits/fortify/
Dstring.h81 char* stpcpy(char* const dst __pass_object_size, const char* src) in stpcpy()
93 char* strcpy(char* const dst __pass_object_size, const char* src) in strcpy()
106 char* strcat(char* const dst __pass_object_size, const char* src) in strcat()
120 char* strncat(char* const dst __pass_object_size, const char* src, size_t n) in strncat()
142 void* memchr(const void* const s __pass_object_size, int c, size_t n) __overloadable { in memchr()
167 char* stpncpy(char* const dst __pass_object_size, const char* const src __pass_object_size, size_t … in stpncpy()
183 char* strncpy(char* const dst __pass_object_size, const char* const src __pass_object_size, size_t … in strncpy()
199 size_t strlcpy(char* const dst __pass_object_size, const char* src, size_t size) in strlcpy()
211 size_t strlcat(char* const dst __pass_object_size, const char* src, size_t size) in strlcat()
230 char* strchr(const char* const s __pass_object_size, int c) __overloadable { in strchr()
[all …]
Dpoll.h43 int poll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, int timeout) in poll()
58 int ppoll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, const struct timespec* time… in ppoll()
74 int ppoll64(struct pollfd* const fds __pass_object_size, nfds_t fd_count, const struct timespec* ti… in ppoll64()
/bionic/libc/include/
Dstring.h168 void* _Nullable __bionic_memchr(const void* _Nonnull const s __pass_object_size, int c, size_t n) { in __bionic_memchr()
173 const void* _Nullable memchr(const void* _Nonnull const s __pass_object_size, int c, size_t n) in memchr()
179 void* _Nullable memchr(void* _Nonnull const s __pass_object_size, int c, size_t n) __prefer_this_ov… in memchr()
184 char* _Nullable __bionic_strchr(const char* _Nonnull const s __pass_object_size, int c) { in __bionic_strchr()
189 const char* _Nullable strchr(const char* _Nonnull const s __pass_object_size, int c) in strchr()
195 char* _Nullable strchr(char* _Nonnull const s __pass_object_size, int c) in strchr()
201 char* _Nullable __bionic_strrchr(const char* _Nonnull const s __pass_object_size, int c) { in __bionic_strrchr()
206 const char* _Nullable strrchr(const char* _Nonnull const s __pass_object_size, int c) __prefer_this… in strrchr()
211 char* _Nullable strrchr(char* _Nonnull const s __pass_object_size, int c) __prefer_this_overload { in strrchr()
/bionic/libc/include/sys/
Dcdefs.h311 #define __pass_object_size __pass_object_size_n(__bos_level) macro