Home
last modified time | relevance | path

Searched refs:oreallocarray (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/ntp/include/
HDntp_stdlib.h106 extern void * oreallocarray (void *optr, size_t nmemb, size_t size);
112 #define ereallocarray(p, n, s) oreallocarray((p), (n), (s))
113 #define eallocarray(n, s) oreallocarray(NULL, (n), (s))
119 extern void * oreallocarray (void *optr, size_t nmemb, size_t size,
130 #define ereallocarray(p, n, s) oreallocarray((p), (n), (s), \
132 #define eallocarray(n, s) oreallocarray(NULL, (n), (s), \
/NextBSD/contrib/ntp/libntp/
HDemalloc.c86 oreallocarray( in oreallocarray() function
/NextBSD/contrib/ntp/
HDCommitLog10741 add 'oreallocarray()' prototypes and the macros 'eallocarray' and 'ereallocarray'