Home
last modified time | relevance | path

Searched refs:eallocarrayxz (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_stdlib.h134 #define eallocarrayxz(n, s, x) oreallocarrayxz(NULL, (n), (s), (x)) macro
157 #define eallocarrayxz(n, s, x) oreallocarrayxz(NULL, (n), (s), (x), \ macro
/freebsd/contrib/ntp/libntp/
H A Dauthkeys.c348 sk = eallocarrayxz(i, sizeof(*sk), MOREMEM_EXTRA_ALLOC); in auth_moremem()