Searched defs:xreallocarray (Results 1 – 4 of 4) sorted by relevance
63 xreallocarray(void *ptr, size_t nmemb, size_t size) in xreallocarray() function
94 #define xreallocarray ssh_xreallocarray macro
61 xreallocarray(void *ptr, size_t nmemb, size_t size) in xreallocarray() function
89 #define xreallocarray(p, n, sz) Reallocarray(p, n, sz) macro