| /NextBSD/contrib/netbsd-tests/lib/libutil/ |
| HD | t_efun.c | 107 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/ |
| HD | ntp_util.c | 401 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()
|
| HD | cmd_args.c | 145 user = erealloc(user, len); in getCmdOpts()
|
| /NextBSD/kerberos5/lib/libroken/ |
| HD | Makefile.depend | 50 erealloc.So: roken.h 51 erealloc.o: roken.h 52 erealloc.po: roken.h
|
| HD | Makefile | 22 erealloc.c \
|
| /NextBSD/sbin/rcorder/ |
| HD | ealloc.h | 6 void *erealloc(void *ptr, size_t size);
|
| HD | ealloc.c | 99 erealloc(void *ptr, size_t size) in erealloc() function
|
| /NextBSD/crypto/heimdal/lib/roken/ |
| HD | erealloc.c | 46 erealloc (void *ptr, size_t sz) in erealloc() function
|
| /NextBSD/contrib/bmake/ |
| HD | make_malloc.h | 37 #define bmake_realloc(x,y) erealloc(x,y)
|
| /NextBSD/sbin/fsck/ |
| HD | fsutil.h | 38 void *erealloc(void *, size_t);
|
| HD | fsck.c | 503 s = erealloc(s, j); in catopt() 526 argv = erealloc(argv, maxargc * sizeof(char *)); in mangle()
|
| HD | fsutil.c | 206 erealloc(void *p, size_t s) in erealloc() function
|
| /NextBSD/contrib/ntp/include/isc/ |
| HD | mem.h | 52 ( ISC_MEM_UNUSED_ARG(c), erealloc((mem), cnt) )
|
| /NextBSD/contrib/ntp/include/ |
| HD | ntp_stdlib.h | 110 #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/ |
| HD | common.c | 56 *list = erealloc(*list, sizeof(**list) * (*listlen + 1)); in add_list()
|
| /NextBSD/crypto/heimdal/kuser/ |
| HD | generate-requests.c | 52 w = erealloc (w, alloc * sizeof(char **)); in read_words()
|
| HD | kswitch.c | 105 ids = erealloc(ids, (len + 1) * sizeof(ids[0])); in kswitch()
|
| /NextBSD/usr.sbin/jail/ |
| HD | jailparse.y | 199 $$->s = erealloc($$->s, $$->len + len1 + 1);
|
| HD | jailp.h | 194 extern void *erealloc(void *, size_t);
|
| /NextBSD/contrib/tzcode/zic/ |
| HD | zic.c | 389 #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/ |
| HD | authkeys.c | 115 key_hash = erealloc(key_hash, newalloc); in init_auth() 245 key_hash = erealloc(key_hash, newalloc); in auth_resize_hashtable()
|
| /NextBSD/crypto/heimdal/kadmin/ |
| HD | add-random-users.c | 61 w = erealloc (w, alloc * sizeof(char **)); in read_words()
|
| /NextBSD/crypto/heimdal/kpasswd/ |
| HD | kpasswd-generator.c | 54 w = erealloc (w, alloc * sizeof(char **)); in read_words()
|
| /NextBSD/contrib/ntp/sntp/ |
| HD | kod_management.c | 81 kod_db = erealloc(kod_db, kod_db_cnt * sizeof(kod_db[0])); in add_entry()
|
| /NextBSD/crypto/heimdal/lib/hx509/ |
| HD | file.c | 264 data = erealloc(data, len + i); in hx509_pem_read()
|