Searched defs:__pass_object_size (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/include/ |
D | string.h | 185 char* stpcpy(char* _Nonnull __restrict const dst __pass_object_size, const char* _Nonnull __restric… in stpcpy() 193 char* strcpy(char* _Nonnull __restrict const dst __pass_object_size, const char* _Nonnull __restric… in strcpy() 199 char* strcat(char* _Nonnull __restrict const dst __pass_object_size, const char* _Nonnull __restric… in strcat() 205 char* strncat(char* const _Nonnull __restrict dst __pass_object_size, const char* _Nonnull __restri… in strncat() 250 void* memchr(const void* const _Nonnull s __pass_object_size, int c, size_t n) in memchr() 262 void* memrchr(const void* const _Nonnull s __pass_object_size, int c, size_t n) in memrchr() 276 char* stpncpy(char* __restrict const _Nonnull dst __pass_object_size, const char* __restrict const … in stpncpy() 290 char* strncpy(char* __restrict const _Nonnull dst __pass_object_size, const char* __restrict const … in strncpy() 306 size_t strlcpy(char* const _Nonnull __restrict dst __pass_object_size, const char *_Nonnull __restr… in strlcpy() 318 size_t strlcat(char* const _Nonnull __restrict dst __pass_object_size, const char* _Nonnull __restr… in strlcat() [all …]
|
D | poll.h | 60 int poll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, in poll() 80 int ppoll(struct pollfd* const fds __pass_object_size, nfds_t fd_count, in ppoll()
|
/bionic/libc/include/sys/ |
D | cdefs.h | 304 #define __pass_object_size __pass_object_size_n(__bos_level) macro
|