Searched defs:erealloc (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Derealloc.c48 erealloc (void *ptr, size_t sz) function
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_stdlib.h95 #define erealloc(p, c) ereallocz(p, (c), 0, FALSE) macro
107 #define erealloc(p, c) ereallocz(p, (c), 0, FALSE, \ macro
/netbsd-6-1-5-RELEASE/tests/lib/libutil/
H A Dt_efun.c106 ATF_TC(erealloc); variable
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Defun.c122 erealloc(void *p, size_t n) function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/include/
H A Droken.h251 #define erealloc rk_erealloc macro
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/shell-backends/
H A Dshellutil.c315 erealloc( void *s, unsigned size ) function
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dos.h60 #define erealloc realloc macro
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dzic.c412 #define erealloc(ptr, size) memcheck(irealloc((ptr), (size))) macro

Completed in 167 milliseconds