Home
last modified time | relevance | path

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

12

/freebsd-13.1/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-13.1/contrib/ntp/ntpd/
H A Dntp_util.c403 stats_drift_file = erealloc(stats_drift_file, len + 1); in stats_config()
404 stats_temp_file = erealloc(stats_temp_file, in stats_config()
486 leapfile_name = erealloc(leapfile_name, len + 1); in stats_config()
961 key_file_name = erealloc(key_file_name, len + 1); in getauthkeys()
964 key_file_name = erealloc(key_file_name, _MAX_PATH); in getauthkeys()
973 key_file_name = erealloc(key_file_name, in getauthkeys()
H A Dcmd_args.c145 user = erealloc(user, len); in getCmdOpts()
/freebsd-13.1/sbin/rcorder/
H A Dealloc.h6 void *erealloc(void *ptr, size_t size);
H A Dealloc.c101 erealloc(void *ptr, size_t size) in erealloc() function
/freebsd-13.1/crypto/heimdal/lib/roken/
H A Derealloc.c46 erealloc (void *ptr, size_t sz) in erealloc() function
/freebsd-13.1/sbin/fsck/
H A Dfsutil.h44 void *erealloc(void *, size_t);
H A Dfsck.c507 s = erealloc(s, j); in catopt()
530 argv = erealloc(argv, maxargc * sizeof(char *)); in mangle()
H A Dfsutil.c248 erealloc(void *p, size_t s) in erealloc() function
/freebsd-13.1/contrib/bmake/
H A Dmake_malloc.h37 #define bmake_realloc(p, n) erealloc(p, n)
/freebsd-13.1/lib/libnetbsd/
H A Dutil.h49 void *erealloc(void *, size_t);
H A Defun.c124 erealloc(void *p, size_t n) in erealloc() function
/freebsd-13.1/contrib/ntp/include/isc/
H A Dmem.h52 ( ISC_MEM_UNUSED_ARG(c), erealloc((mem), cnt) )
/freebsd-13.1/contrib/ntp/include/
H A Dntp_stdlib.h115 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE) macro
133 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE, \ macro
/freebsd-13.1/crypto/heimdal/appl/gssmask/
H A Dcommon.c56 *list = erealloc(*list, sizeof(**list) * (*listlen + 1)); in add_list()
/freebsd-13.1/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-13.1/kerberos5/lib/libroken/
H A DMakefile24 erealloc.c \
/freebsd-13.1/usr.sbin/jail/
H A Djailparse.y201 $$->s = erealloc($$->s, $$->len + len1 + 1);
H A Djailp.h200 extern void *erealloc(void *, size_t);
/freebsd-13.1/crypto/heimdal/kadmin/
H A Dadd-random-users.c61 w = erealloc (w, alloc * sizeof(char **)); in read_words()
/freebsd-13.1/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c54 w = erealloc (w, alloc * sizeof(char **)); in read_words()
/freebsd-13.1/contrib/tzcode/zic/
H A Dzic.c389 #define erealloc(ptr, size) memcheck(irealloc((ptr), (size))) macro
958 rules = (struct rule *) (void *) erealloc((char *) rules,
976 buf = erealloc(buf, (int) (132 + strlen(TZDEFAULT)));
984 buf = erealloc(buf, (int) (132 + strlen(TZDEFRULES)));
994 buf = erealloc(buf, (int) (132 +
1091 zones = (struct zone *) (void *) erealloc((char *) zones,
1228 links = (struct link *) (void *) erealloc((char *) links,
1532 fullname = erealloc(fullname,
2367 buf = erealloc(buf, (int) (132 + strlen(yitcommand) + strlen(type)));
/freebsd-13.1/usr.sbin/makefs/ffs/
H A Dbuf.c209 n = erealloc(bp->b_data, size); in getblk()
/freebsd-13.1/contrib/ntp/libntp/
H A Dauthkeys.c287 key_hash = erealloc(key_hash, newalloc); in init_auth()
460 key_hash = erealloc(key_hash, newalloc); in auth_resize_hashtable()

12