/freebsd/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/contrib/ntp/ntpd/ |
H A D | ntp_util.c | 436 stats_drift_file = erealloc(stats_drift_file, in stats_config() 438 stats_temp_file = erealloc(stats_temp_file, in stats_config() 530 leapfile_name = erealloc(leapfile_name, len + 1); in stats_config() 1013 key_file_name = erealloc(key_file_name, len + 1); in getauthkeys() 1016 key_file_name = erealloc(key_file_name, _MAX_PATH); in getauthkeys() 1025 key_file_name = erealloc(key_file_name, in getauthkeys()
|
H A D | cmd_args.c | 145 user = erealloc(user, len); in getCmdOpts()
|
/freebsd/sbin/rcorder/ |
H A D | ealloc.h | 5 void *erealloc(void *ptr, size_t size);
|
H A D | ealloc.c | 100 erealloc(void *ptr, size_t size) in erealloc() function
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | erealloc.c | 46 erealloc (void *ptr, size_t sz) in erealloc() function
|
/freebsd/sbin/fsck/ |
H A D | fsutil.h | 41 void *erealloc(void *, size_t);
|
H A D | fsutil.c | 202 erealloc(void *p, size_t s) in erealloc() function
|
H A D | fsck.c | 503 s = erealloc(s, j); in catopt() 526 argv = erealloc(argv, maxargc * sizeof(char *)); in mangle()
|
/freebsd/contrib/bmake/ |
H A D | make_malloc.h | 37 #define bmake_realloc(p, n) erealloc(p, n)
|
/freebsd/lib/libnetbsd/ |
H A D | util.h | 48 void *erealloc(void *, size_t);
|
H A D | efun.c | 123 erealloc(void *p, size_t n) in erealloc() function
|
/freebsd/contrib/ntp/include/isc/ |
H A D | mem.h | 52 ( ISC_MEM_UNUSED_ARG(c), erealloc((mem), cnt) )
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_stdlib.h | 131 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE) 149 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE, \ 129 #define erealloc(p, c) ereallocz global() macro 147 #define erealloc(p, c) ereallocz global() macro
|
/freebsd/crypto/heimdal/appl/gssmask/ |
H A D | common.c | 56 *list = erealloc(*list, sizeof(**list) * (*listlen + 1)); in add_list()
|
/freebsd/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/kerberos5/lib/libroken/ |
H A D | Makefile | 22 erealloc.c \
|
/freebsd/crypto/heimdal/kpasswd/ |
H A D | kpasswd-generator.c | 54 w = erealloc (w, alloc * sizeof(char **)); in read_words()
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | add-random-users.c | 61 w = erealloc (w, alloc * sizeof(char **)); in read_words()
|
/freebsd/usr.sbin/makefs/ffs/ |
H A D | buf.c | 212 n = erealloc(bp->b_data, (size_t)size); in getblk()
|
/freebsd/usr.sbin/jail/ |
H A D | jailparse.y | 213 $$->s = erealloc($$->s, $$->len + len1 + 1);
|
H A D | jailp.h | 207 extern void *erealloc(void *, size_t);
|
/freebsd/contrib/ntp/sntp/ |
H A D | kod_management.c | 81 kod_db = erealloc(kod_db, kod_db_cnt * sizeof(kod_db[0])); in add_entry()
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | file.c | 264 data = erealloc(data, len + i); in hx509_pem_read()
|