Searched refs:erealloc (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-current/sbin/rcorder/
H A Dealloc.h5 void *erealloc(void *ptr, size_t size);
H A Dealloc.c96 * erealloc --
100 erealloc(void *ptr, size_t size) function
/freebsd-current/contrib/netbsd-tests/lib/libutil/
H A Dt_efun.c107 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);
/freebsd-current/crypto/heimdal/lib/roken/
H A Derealloc.c46 erealloc (void *ptr, size_t sz) function
/freebsd-current/contrib/bmake/
H A Dmake_malloc.h37 #define bmake_realloc(p, n) erealloc(p, n)
/freebsd-current/sbin/fsck/
H A Dfsutil.h41 void *erealloc(void *, size_t);
H A Dfsutil.c202 erealloc(void *p, size_t s) function
H A Dfsck.c503 s = erealloc(s, j);
526 argv = erealloc(argv, maxargc * sizeof(char *));
/freebsd-current/lib/libnetbsd/
H A Dutil.h48 void *erealloc(void *, size_t);
H A Defun.c123 erealloc(void *p, size_t n) function
/freebsd-current/contrib/ntp/include/isc/
H A Dmem.h52 ( ISC_MEM_UNUSED_ARG(c), erealloc((mem), cnt) )
/freebsd-current/crypto/heimdal/appl/gssmask/
H A Dcommon.c56 *list = erealloc(*list, sizeof(**list) * (*listlen + 1));
/freebsd-current/crypto/heimdal/kuser/
H A Dgenerate-requests.c52 w = erealloc (w, alloc * sizeof(char **));
H A Dkswitch.c106 ids = erealloc(ids, (len + 1) * sizeof(ids[0]));
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_util.c436 stats_drift_file = erealloc(stats_drift_file,
438 stats_temp_file = erealloc(stats_temp_file,
530 leapfile_name = erealloc(leapfile_name, len + 1);
1013 key_file_name = erealloc(key_file_name, len + 1);
1016 key_file_name = erealloc(key_file_name, _MAX_PATH);
1025 key_file_name = erealloc(key_file_name,
H A Dcmd_args.c145 user = erealloc(user, len);
/freebsd-current/kerberos5/lib/libroken/
H A DMakefile23 erealloc.c \
/freebsd-current/contrib/ntp/include/
H A Dntp_stdlib.h131 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE) macro
149 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE, \ macro
/freebsd-current/crypto/heimdal/kadmin/
H A Dadd-random-users.c61 w = erealloc (w, alloc * sizeof(char **));
/freebsd-current/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c54 w = erealloc (w, alloc * sizeof(char **));
/freebsd-current/usr.sbin/makefs/ffs/
H A Dbuf.c212 n = erealloc(bp->b_data, (size_t)size);
/freebsd-current/usr.sbin/jail/
H A Djailparse.y213 $$->s = erealloc($$->s, $$->len + len1 + 1);
H A Djailp.h207 extern void *erealloc(void *, size_t);
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dfile.c264 data = erealloc(data, len + i);
/freebsd-current/contrib/ntp/sntp/
H A Dkod_management.c81 kod_db = erealloc(kod_db, kod_db_cnt * sizeof(kod_db[0]));

Completed in 384 milliseconds

12