Searched refs:__ptr (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/include/ |
D | malloc.h | 77 void* _Nullable realloc(void* _Nullable __ptr, size_t __byte_count) __BIONIC_ALLOC_SIZE(2) __wur; 90 void* _Nullable reallocarray(void* _Nullable __ptr, size_t __item_count, size_t __item_size) __BION… 96 void free(void* _Nullable __ptr); 113 size_t malloc_usable_size(const void* _Nullable __ptr) __wur; 381 extern void* _Nonnull (*volatile _Nonnull __realloc_hook)(void* _Nullable __ptr, size_t __byte_coun… 392 extern void (*volatile _Nonnull __free_hook)(void* _Nullable __ptr, const void* _Nonnull __caller) …
|
D | ifaddrs.h | 91 void freeifaddrs(struct ifaddrs* _Nullable __ptr) __INTRODUCED_IN(24);
|
D | netdb.h | 203 void freeaddrinfo(struct addrinfo* _Nullable __ptr);
|
D | wchar.h | 104 …k(wchar_t* _Nullable __s, const wchar_t* _Nonnull __delimiter, wchar_t* _Nonnull * _Nonnull __ptr); 136 FILE* _Nullable open_wmemstream(wchar_t* _Nonnull * _Nonnull __ptr, size_t* _Nonnull __size_ptr) _…
|
D | stdio.h | 276 __wur FILE* _Nullable open_memstream(char* _Nonnull * _Nonnull __ptr, size_t* _Nonnull __size_ptr) …
|
/bionic/libc/include/sys/ |
D | un.h | 43 #define SUN_LEN(__ptr) (offsetof(struct sockaddr_un, sun_path) + strlen((__ptr)->sun_path)) argument
|
/bionic/libc/include/net/ |
D | if.h | 50 void if_freenameindex(struct if_nameindex* _Nullable __ptr) __INTRODUCED_IN(24);
|
/bionic/libc/include/arpa/ |
D | nameser.h | 556 int ns_skiprr(const u_char* _Nonnull __ptr, const u_char* _Nonnull __eom, ns_sect __section, int __…
|