HomeSort by: relevance | last modified time | path
    Searched defs:erealloc (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
erealloc.c 1 /* $NetBSD: erealloc.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
48 erealloc (void *ptr, size_t sz) function
  /src/tests/lib/libutil/
t_efun.c 107 ATF_TC(erealloc); variable
108 ATF_TC_HEAD(erealloc, tc)
110 atf_tc_set_md_var(tc, "descr", "A basic test of erealloc(3)");
113 ATF_TC_BODY(erealloc, tc)
118 x = erealloc(NULL, -1);
132 ATF_TP_ADD_TC(tp, erealloc);
  /src/lib/libutil/
efun.c 129 erealloc(void *p, size_t n) function
  /src/external/bsd/ntp/dist/include/
ntp_stdlib.h 137 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE) macro
155 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE, \ macro
  /src/crypto/external/bsd/heimdal/include/
roken.h 268 #define erealloc rk_erealloc macro
269 ROKEN_LIB_FUNCTION void * ROKEN_LIB_CALL erealloc (void *, size_t);
  /src/external/bsd/top/dist/
os.h 60 #define erealloc realloc macro

Completed in 26 milliseconds