| /freebsd-13.1/contrib/netbsd-tests/lib/libutil/ |
| H A D | 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()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntp_util.c | 403 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 D | cmd_args.c | 145 user = erealloc(user, len); in getCmdOpts()
|
| /freebsd-13.1/sbin/rcorder/ |
| H A D | ealloc.h | 6 void *erealloc(void *ptr, size_t size);
|
| H A D | ealloc.c | 101 erealloc(void *ptr, size_t size) in erealloc() function
|
| /freebsd-13.1/crypto/heimdal/lib/roken/ |
| H A D | erealloc.c | 46 erealloc (void *ptr, size_t sz) in erealloc() function
|
| /freebsd-13.1/sbin/fsck/ |
| H A D | fsutil.h | 44 void *erealloc(void *, size_t);
|
| H A D | fsck.c | 507 s = erealloc(s, j); in catopt() 530 argv = erealloc(argv, maxargc * sizeof(char *)); in mangle()
|
| H A D | fsutil.c | 248 erealloc(void *p, size_t s) in erealloc() function
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | make_malloc.h | 37 #define bmake_realloc(p, n) erealloc(p, n)
|
| /freebsd-13.1/lib/libnetbsd/ |
| H A D | util.h | 49 void *erealloc(void *, size_t);
|
| H A D | efun.c | 124 erealloc(void *p, size_t n) in erealloc() function
|
| /freebsd-13.1/contrib/ntp/include/isc/ |
| H A D | mem.h | 52 ( ISC_MEM_UNUSED_ARG(c), erealloc((mem), cnt) )
|
| /freebsd-13.1/contrib/ntp/include/ |
| H A D | ntp_stdlib.h | 115 #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 D | common.c | 56 *list = erealloc(*list, sizeof(**list) * (*listlen + 1)); in add_list()
|
| /freebsd-13.1/crypto/heimdal/kuser/ |
| H A D | generate-requests.c | 52 w = erealloc (w, alloc * sizeof(char **)); in read_words()
|
| H A D | kswitch.c | 106 ids = erealloc(ids, (len + 1) * sizeof(ids[0])); in kswitch()
|
| /freebsd-13.1/kerberos5/lib/libroken/ |
| H A D | Makefile | 24 erealloc.c \
|
| /freebsd-13.1/usr.sbin/jail/ |
| H A D | jailparse.y | 201 $$->s = erealloc($$->s, $$->len + len1 + 1);
|
| H A D | jailp.h | 200 extern void *erealloc(void *, size_t);
|
| /freebsd-13.1/crypto/heimdal/kadmin/ |
| H A D | add-random-users.c | 61 w = erealloc (w, alloc * sizeof(char **)); in read_words()
|
| /freebsd-13.1/crypto/heimdal/kpasswd/ |
| H A D | kpasswd-generator.c | 54 w = erealloc (w, alloc * sizeof(char **)); in read_words()
|
| /freebsd-13.1/contrib/tzcode/zic/ |
| H A D | 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)));
|
| /freebsd-13.1/usr.sbin/makefs/ffs/ |
| H A D | buf.c | 209 n = erealloc(bp->b_data, size); in getblk()
|
| /freebsd-13.1/contrib/ntp/libntp/ |
| H A D | authkeys.c | 287 key_hash = erealloc(key_hash, newalloc); in init_auth() 460 key_hash = erealloc(key_hash, newalloc); in auth_resize_hashtable()
|