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* _Nonnull stpcpy(char* _Nonnull const dst __pass_object_size, const char* _Nonnull src) in stpcpy()
93 char* _Nonnull strcpy(char* _Nonnull const dst __pass_object_size, const char* _Nonnull src) in strcpy()
106 char* _Nonnull strcat(char* _Nonnull const dst __pass_object_size, const char* _Nonnull src) in strcat()
120 char* _Nonnull strncat(char* _Nonnull const dst __pass_object_size, const char* _Nonnull src, size_… in strncat()
142 void* _Nullable memchr(const void* _Nonnull const s __pass_object_size, int c, size_t n) __overload… in memchr()
167 char* _Nonnull stpncpy(char* _Nonnull const dst __pass_object_size, const char* _Nonnull const src … in stpncpy()
183 char* _Nonnull strncpy(char* _Nonnull const dst __pass_object_size, const char* _Nonnull const src … in strncpy()
199 size_t strlcpy(char* _Nonnull const dst __pass_object_size, const char* _Nonnull src, size_t size) in strlcpy()
211 size_t strlcat(char* _Nonnull const dst __pass_object_size, const char* _Nonnull src, size_t size) in strlcat()
230 char* _Nullable strchr(const char* _Nonnull const s __pass_object_size, int c) __overloadable { in strchr()
[all …]
Dpoll.h43 int poll(struct pollfd* _Nullable const fds __pass_object_size, nfds_t fd_count, int timeout) in poll()
58 int ppoll(struct pollfd* _Nullable const fds __pass_object_size, nfds_t fd_count, const struct time… in ppoll()
74 int ppoll64(struct pollfd* _Nullable const fds __pass_object_size, nfds_t fd_count, const struct ti… in ppoll64()
/bionic/libc/include/
Dstring.h195 void* _Nullable __bionic_memchr(const void* _Nonnull const s __pass_object_size, int c, size_t n) { in __bionic_memchr()
200 const void* _Nullable memchr(const void* _Nonnull const s __pass_object_size, int c, size_t n) in memchr()
206 void* _Nullable memchr(void* _Nonnull const s __pass_object_size, int c, size_t n) __prefer_this_ov… in memchr()
211 char* _Nullable __bionic_strchr(const char* _Nonnull const s __pass_object_size, int c) { in __bionic_strchr()
216 const char* _Nullable strchr(const char* _Nonnull const s __pass_object_size, int c) in strchr()
222 char* _Nullable strchr(char* _Nonnull const s __pass_object_size, int c) in strchr()
228 char* _Nullable __bionic_strrchr(const char* _Nonnull const s __pass_object_size, int c) { in __bionic_strrchr()
233 const char* _Nullable strrchr(const char* _Nonnull const s __pass_object_size, int c) __prefer_this… in strrchr()
238 char* _Nullable strrchr(char* _Nonnull const s __pass_object_size, int c) __prefer_this_overload { in strrchr()
/bionic/libc/include/sys/
Dcdefs.h281 #define __pass_object_size __pass_object_size_n(__bos_level) macro