/netbsd-src/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()
|
/netbsd-src/external/bsd/top/dist/ |
H A 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()
|
H A D | os.h | 60 #define erealloc realloc macro
|
/netbsd-src/usr.bin/column/ |
H A 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/ |
H A 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/sortinfo/ |
H A D | sortinfo.c | 65 slist = erealloc(slist, maxsections * sizeof(*slist)); in addsection() 80 s->lines = erealloc(s->lines, s->maxlines * sizeof(*s->lines)); in addline()
|
/netbsd-src/usr.bin/tsort/ |
H A 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/ |
H A 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/ |
H A D | erealloc.c | 48 erealloc (void *ptr, size_t sz) in erealloc() function
|
/netbsd-src/usr.bin/make/ |
H A D | make_malloc.h | 37 #define bmake_realloc(p, n) erealloc(p, n)
|
/netbsd-src/external/bsd/ntp/dist/include/isc/ |
H A D | mem.h | 54 ( ISC_MEM_UNUSED_ARG(c), erealloc((mem), cnt) )
|
/netbsd-src/usr.bin/sort/ |
H A 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/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | test_x500.c | 61 inrealms = erealloc(inrealms, (num_inrealms + 2) * sizeof(inrealms[0])); in check_linear()
|
/netbsd-src/usr.sbin/netgroup_mkdb/ |
H A D | str.c | 66 buf->s_str = erealloc(buf->s_str, buf->s_len + len + in str_append()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/ |
H A D | generate-requests.c | 54 w = erealloc (w, alloc * sizeof(char **)); in read_words()
|
H A D | kswitch.c | 110 ids = erealloc(ids, (len + 1) * sizeof(ids[0])); in kswitch()
|
/netbsd-src/sbin/mount_puffs/ |
H A D | mount_puffs.c | 121 *opts = erealloc(*opts, orig_len + 1 + strlen(opt) + 1); in add_opt()
|
/netbsd-src/sbin/fsck/ |
H A 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/ |
H A D | Makefile | 27 erealloc.c \
|
/netbsd-src/include/ |
H A D | util.h | 159 void *erealloc(void *, size_t);
|
/netbsd-src/usr.bin/unexpand/ |
H A D | unexpand.c | 102 tabstops = erealloc(tabstops, maxstops); in main()
|
/netbsd-src/usr.sbin/npf/npfd/ |
H A D | npfd.c | 165 buf = erealloc(buf, len = p + l + 1); in copyargs()
|
/netbsd-src/lib/libutil/ |
H A D | efun.c | 129 erealloc(void *p, size_t n) in erealloc() function
|
/netbsd-src/usr.bin/shuffle/ |
H A D | shuffle.c | 126 lines = erealloc(lines, (sizeof(char *) * maxlines)); in get_lines()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
H A D | add-random-users.c | 63 w = erealloc (w, alloc * sizeof(char **)); in read_words()
|