Home
last modified time | relevance | path

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

12

/src/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()
/src/contrib/ntp/ntpd/ !
H A Dntp_util.c436 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 Dcmd_args.c145 user = erealloc(user, len); in getCmdOpts()
/src/sbin/rcorder/ !
H A Dealloc.h5 void *erealloc(void *ptr, size_t size);
H A Dealloc.c100 erealloc(void *ptr, size_t size) in erealloc() function
/src/crypto/heimdal/lib/roken/ !
H A Derealloc.c46 erealloc (void *ptr, size_t sz) in erealloc() function
/src/sbin/fsck/ !
H A Dfsutil.h41 void *erealloc(void *, size_t);
H A Dfsutil.c202 erealloc(void *p, size_t s) in erealloc() function
H A Dfsck.c503 s = erealloc(s, j); in catopt()
526 argv = erealloc(argv, maxargc * sizeof(char *)); in mangle()
/src/contrib/bmake/ !
H A Dmake_malloc.h37 #define bmake_realloc(p, n) erealloc(p, n)
/src/lib/libnetbsd/ !
H A Dutil.h48 void *erealloc(void *, size_t);
H A Defun.c123 erealloc(void *p, size_t n) in erealloc() function
/src/contrib/ntp/include/isc/ !
H A Dmem.h52 ( ISC_MEM_UNUSED_ARG(c), erealloc((mem), cnt) )
/src/contrib/ntp/include/ !
H A Dntp_stdlib.h131 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE) macro
149 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE, \ macro
/src/crypto/heimdal/appl/gssmask/ !
H A Dcommon.c56 *list = erealloc(*list, sizeof(**list) * (*listlen + 1)); in add_list()
/src/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()
/src/kerberos5/lib/libroken/ !
H A DMakefile20 erealloc.c \
/src/crypto/heimdal/kpasswd/ !
H A Dkpasswd-generator.c54 w = erealloc (w, alloc * sizeof(char **)); in read_words()
/src/crypto/heimdal/kadmin/ !
H A Dadd-random-users.c61 w = erealloc (w, alloc * sizeof(char **)); in read_words()
/src/usr.sbin/jail/ !
H A Djailparse.y213 $$->s = erealloc($$->s, $$->len + len1 + 1);
H A Djailp.h207 extern void *erealloc(void *, size_t);
/src/usr.sbin/makefs/ffs/ !
H A Dbuf.c212 n = erealloc(bp->b_data, (size_t)size); in getblk()
/src/crypto/heimdal/lib/hx509/ !
H A Dfile.c264 data = erealloc(data, len + i); in hx509_pem_read()
/src/contrib/ntp/sntp/ !
H A Dkod_management.c81 kod_db = erealloc(kod_db, kod_db_cnt * sizeof(kod_db[0])); in add_entry()

12