Searched defs:ereallocarray (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/ntp/include/ |
H A D | ntp_stdlib.h | 133 #define ereallocarray(p, n, s) oreallocarrayxz((p), (n), (s), 0) macro 153 #define ereallocarray(p, n, s) oreallocarrayxz((p), (n), (s), 0, \ macro
|