| /netbsd/src/tests/lib/libutil/ |
| 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()
|
| /netbsd/src/external/bsd/top/dist/ |
| D | color.c | 105 color_ansi = erealloc(color_ansi, max_color_ansi * sizeof(char *)); in color_slot() 210 bytag = erealloc(bytag, totaltags * sizeof(color_entry *)); in color_tag() 211 bytag_names = erealloc(bytag_names, totaltags * sizeof(char *)); in color_tag()
|
| D | os.h | 60 #define erealloc realloc macro
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntp_util.c | 438 stats_drift_file = erealloc(stats_drift_file, in stats_config() 440 stats_temp_file = erealloc(stats_temp_file, in stats_config() 532 leapfile_name = erealloc(leapfile_name, len + 1); in stats_config() 1015 key_file_name = erealloc(key_file_name, len + 1); in getauthkeys() 1018 key_file_name = erealloc(key_file_name, _MAX_PATH); in getauthkeys() 1027 key_file_name = erealloc(key_file_name, in getauthkeys()
|
| D | cmd_args.c | 147 user = erealloc(user, len); in getCmdOpts()
|
| /netbsd/src/usr.bin/column/ |
| D | column.c | 227 ncols = erealloc(cols, (maxcols + in maketbl() 229 nlens = erealloc(lens, (maxcols + in maketbl() 290 n = erealloc(list, (maxentry + DEFNUM) * sizeof(*n)); in input()
|
| /netbsd/src/sbin/fsck_lfs/ |
| D | setup.c | 137 din_table = erealloc(din_table, len * sizeof(*din_table)); in reset_maxino() 138 statemap = erealloc(statemap, len * sizeof(char)); in reset_maxino() 139 typemap = erealloc(typemap, len * sizeof(char)); in reset_maxino() 140 lncntp = erealloc(lncntp, len * sizeof(int16_t)); in reset_maxino()
|
| /netbsd/src/usr.bin/tsort/ |
| D | tsort.c | 161 b->b_buf = erealloc(NULL, b->b_bsize = 1024); in main() 176 b->b_buf = erealloc(b->b_buf, bsize *= 2); in main() 230 n1->n_arcs = erealloc(n1->n_arcs, bsize); in add_arc()
|
| /netbsd/src/crypto/external/bsd/heimdal/include/ |
| D | roken.h | 268 #define erealloc rk_erealloc macro 269 ROKEN_LIB_FUNCTION void * ROKEN_LIB_CALL erealloc (void *, size_t);
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | erealloc.c | 48 erealloc (void *ptr, size_t sz) in erealloc() function
|
| /netbsd/src/usr.bin/make/ |
| D | make_malloc.h | 37 #define bmake_realloc(p, n) erealloc(p, n)
|
| /netbsd/src/external/bsd/ntp/dist/include/isc/ |
| D | mem.h | 54 ( ISC_MEM_UNUSED_ARG(c), erealloc((mem), cnt) )
|
| /netbsd/src/usr.bin/sort/ |
| D | sort.c | 178 fldtab = erealloc(fldtab, (fldtab_sz + 1) * sizeof(*fldtab)); in main() 418 return (erealloc(rec, size + sizeof(long) - 1)); in allocrec()
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_stdlib.h | 137 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE) macro 155 #define erealloc(p, c) ereallocz((p), (c), 0, FALSE, \ macro
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| D | test_x500.c | 61 inrealms = erealloc(inrealms, (num_inrealms + 2) * sizeof(inrealms[0])); in check_linear()
|
| /netbsd/src/usr.sbin/netgroup_mkdb/ |
| D | str.c | 66 buf->s_str = erealloc(buf->s_str, buf->s_len + len + in str_append()
|
| /netbsd/src/lib/libutil/ |
| D | util.expsym | 17 erealloc
|
| D | efun.c | 129 erealloc(void *p, size_t n) in erealloc() function
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/kuser/ |
| D | generate-requests.c | 54 w = erealloc (w, alloc * sizeof(char **)); in read_words()
|
| /netbsd/src/sbin/mount_puffs/ |
| D | mount_puffs.c | 121 *opts = erealloc(*opts, orig_len + 1 + strlen(opt) + 1); in add_opt()
|
| /netbsd/src/sbin/fsck/ |
| D | fsck.c | 506 s = erealloc(s, j); in catopt() 529 argv = erealloc(argv, maxargc * sizeof(char *)); in mangle()
|
| /netbsd/src/crypto/external/bsd/heimdal/lib/libroken/ |
| D | Makefile | 27 erealloc.c \
|
| /netbsd/src/include/ |
| D | util.h | 159 void *erealloc(void *, size_t);
|
| /netbsd/src/usr.bin/unexpand/ |
| D | unexpand.c | 102 tabstops = erealloc(tabstops, maxstops); in main()
|
| /netbsd/src/usr.bin/shuffle/ |
| D | shuffle.c | 126 lines = erealloc(lines, (sizeof(char *) * maxlines)); in get_lines()
|