Home
last modified time | relevance | path

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

12

/NextBSD/contrib/netbsd-tests/lib/libutil/
HDt_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()
/NextBSD/contrib/ntp/ntpd/
HDntp_util.c401 stats_drift_file = erealloc(stats_drift_file, len + 1); in stats_config()
402 stats_temp_file = erealloc(stats_temp_file, in stats_config()
484 leapfile_name = erealloc(leapfile_name, len + 1); in stats_config()
943 key_file_name = erealloc(key_file_name, len + 1); in getauthkeys()
946 key_file_name = erealloc(key_file_name, _MAX_PATH); in getauthkeys()
955 key_file_name = erealloc(key_file_name, in getauthkeys()
HDcmd_args.c145 user = erealloc(user, len); in getCmdOpts()
/NextBSD/kerberos5/lib/libroken/
HDMakefile.depend50 erealloc.So: roken.h
51 erealloc.o: roken.h
52 erealloc.po: roken.h
HDMakefile22 erealloc.c \
/NextBSD/sbin/rcorder/
HDealloc.h6 void *erealloc(void *ptr, size_t size);
HDealloc.c99 erealloc(void *ptr, size_t size) in erealloc() function
/NextBSD/crypto/heimdal/lib/roken/
HDerealloc.c46 erealloc (void *ptr, size_t sz) in erealloc() function
/NextBSD/contrib/bmake/
HDmake_malloc.h37 #define bmake_realloc(x,y) erealloc(x,y)
/NextBSD/sbin/fsck/
HDfsutil.h38 void *erealloc(void *, size_t);
HDfsck.c503 s = erealloc(s, j); in catopt()
526 argv = erealloc(argv, maxargc * sizeof(char *)); in mangle()
HDfsutil.c206 erealloc(void *p, size_t s) in erealloc() function
/NextBSD/contrib/ntp/include/isc/
HDmem.h52 ( ISC_MEM_UNUSED_ARG(c), erealloc((mem), cnt) )
/NextBSD/contrib/ntp/include/
HDntp_stdlib.h110 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE) macro
126 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE, \ macro
/NextBSD/crypto/heimdal/appl/gssmask/
HDcommon.c56 *list = erealloc(*list, sizeof(**list) * (*listlen + 1)); in add_list()
/NextBSD/crypto/heimdal/kuser/
HDgenerate-requests.c52 w = erealloc (w, alloc * sizeof(char **)); in read_words()
HDkswitch.c105 ids = erealloc(ids, (len + 1) * sizeof(ids[0])); in kswitch()
/NextBSD/usr.sbin/jail/
HDjailparse.y199 $$->s = erealloc($$->s, $$->len + len1 + 1);
HDjailp.h194 extern void *erealloc(void *, size_t);
/NextBSD/contrib/tzcode/zic/
HDzic.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)));
/NextBSD/contrib/ntp/libntp/
HDauthkeys.c115 key_hash = erealloc(key_hash, newalloc); in init_auth()
245 key_hash = erealloc(key_hash, newalloc); in auth_resize_hashtable()
/NextBSD/crypto/heimdal/kadmin/
HDadd-random-users.c61 w = erealloc (w, alloc * sizeof(char **)); in read_words()
/NextBSD/crypto/heimdal/kpasswd/
HDkpasswd-generator.c54 w = erealloc (w, alloc * sizeof(char **)); in read_words()
/NextBSD/contrib/ntp/sntp/
HDkod_management.c81 kod_db = erealloc(kod_db, kod_db_cnt * sizeof(kod_db[0])); in add_entry()
/NextBSD/crypto/heimdal/lib/hx509/
HDfile.c264 data = erealloc(data, len + i); in hx509_pem_read()

12