Home
last modified time | relevance | path

Searched refs:erealloc (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/netbsd-tests/lib/libutil/
H A Dt_efun.c107 ATF_TC(erealloc);
108 ATF_TC_HEAD(erealloc, tc) in ATF_TC_HEAD() argument
113 ATF_TC_BODY(erealloc, tc) in ATF_TC_BODY() argument
118 x = erealloc(NULL, -1); in ATF_TC_BODY()
132 ATF_TP_ADD_TC(tp, erealloc); in ATF_TP_ADD_TCS()
/freebsd/contrib/ntp/ntpd/
H A Dntp_util.c433 stats_drift_file = erealloc(stats_drift_file, len + 1); in stats_config()
434 stats_temp_file = erealloc(stats_temp_file, in stats_config()
529 leapfile_name = erealloc(leapfile_name, len + 1); in stats_config()
1011 key_file_name = erealloc(key_file_name, len + 1); in getauthkeys()
1014 key_file_name = erealloc(key_file_name, _MAX_PATH); in getauthkeys()
1023 key_file_name = erealloc(key_file_name, in getauthkeys()
H A Dcmd_args.c145 user = erealloc(user, len); in getCmdOpts()
/freebsd/sbin/rcorder/
H A Dealloc.h5 void *erealloc(void *ptr, size_t size);
H A Dealloc.c100 erealloc(void *ptr, size_t size) in erealloc() function
/freebsd/crypto/heimdal/lib/roken/
H A Derealloc.c46 erealloc (void *ptr, size_t sz) in erealloc() function
/freebsd/sbin/fsck/
H A Dfsutil.h41 void *erealloc(void *, size_t);
H A Dfsutil.c202 erealloc(void *p, size_t s) in erealloc() function
H A Dfsck.c503 s = erealloc(s, j); in catopt()
526 argv = erealloc(argv, maxargc * sizeof(char *)); in mangle()
/freebsd/contrib/bmake/
H A Dmake_malloc.h37 #define bmake_realloc(p, n) erealloc(p, n)
/freebsd/lib/libnetbsd/
H A Dutil.h48 void *erealloc(void *, size_t);
H A Defun.c123 erealloc(void *p, size_t n) in erealloc() function
/freebsd/contrib/ntp/include/isc/
H A Dmem.h52 ( ISC_MEM_UNUSED_ARG(c), erealloc((mem), cnt) )
/freebsd/contrib/ntp/include/
H A Dntp_stdlib.h129 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE) macro
147 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE, \ macro
/freebsd/crypto/heimdal/appl/gssmask/
H A Dcommon.c56 *list = erealloc(*list, sizeof(**list) * (*listlen + 1)); in add_list()
/freebsd/crypto/heimdal/kuser/
H A Dgenerate-requests.c52 w = erealloc (w, alloc * sizeof(char **)); in read_words()
H A Dkswitch.c106 ids = erealloc(ids, (len + 1) * sizeof(ids[0])); in kswitch()
/freebsd/kerberos5/lib/libroken/
H A DMakefile23 erealloc.c \
/freebsd/crypto/heimdal/kadmin/
H A Dadd-random-users.c61 w = erealloc (w, alloc * sizeof(char **)); in read_words()
/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c54 w = erealloc (w, alloc * sizeof(char **)); in read_words()
/freebsd/usr.sbin/makefs/ffs/
H A Dbuf.c212 n = erealloc(bp->b_data, (size_t)size); in getblk()
/freebsd/usr.sbin/jail/
H A Djailparse.y213 $$->s = erealloc($$->s, $$->len + len1 + 1);
H A Djailp.h207 extern void *erealloc(void *, size_t);
/freebsd/crypto/heimdal/lib/hx509/
H A Dfile.c264 data = erealloc(data, len + i); in hx509_pem_read()
/freebsd/contrib/ntp/sntp/
H A Dkod_management.c81 kod_db = erealloc(kod_db, kod_db_cnt * sizeof(kod_db[0])); in add_entry()

12