Home
last modified time | relevance | path

Searched defs:__ptr (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/sys/
Dun.h44 #define SUN_LEN(__ptr) (offsetof(struct sockaddr_un, sun_path) + strlen((__ptr)->sun_path)) argument
/bionic/libc/include/
Dmalloc.h94 static __inline __nodiscard void* _Nullable reallocarray(void* _Nullable __ptr, size_t __item_count… in reallocarray()