Searched refs:oreallocarray (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/ntp/include/ |
| HD | ntp_stdlib.h | 106 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/ |
| HD | emalloc.c | 86 oreallocarray( in oreallocarray() function
|
| /NextBSD/contrib/ntp/ |
| HD | CommitLog | 10741 add 'oreallocarray()' prototypes and the macros 'eallocarray' and 'ereallocarray'
|