Home
last modified time | relevance | path

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

123

/netbsd-src/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()
/netbsd-src/external/bsd/top/dist/
H A Dcolor.c105 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 Dos.h60 #define erealloc realloc macro
/netbsd-src/usr.bin/column/
H A Dcolumn.c227 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 Dsetup.c137 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 Dsortinfo.c65 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 Dtsort.c161 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 Droken.h268 #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 Derealloc.c48 erealloc (void *ptr, size_t sz) in erealloc() function
/netbsd-src/usr.bin/make/
H A Dmake_malloc.h37 #define bmake_realloc(p, n) erealloc(p, n)
/netbsd-src/external/bsd/ntp/dist/include/isc/
H A Dmem.h54 ( ISC_MEM_UNUSED_ARG(c), erealloc((mem), cnt) )
/netbsd-src/usr.bin/sort/
H A Dsort.c178 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 Dtest_x500.c61 inrealms = erealloc(inrealms, (num_inrealms + 2) * sizeof(inrealms[0])); in check_linear()
/netbsd-src/usr.sbin/netgroup_mkdb/
H A Dstr.c66 buf->s_str = erealloc(buf->s_str, buf->s_len + len + in str_append()
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/
H A Dgenerate-requests.c54 w = erealloc (w, alloc * sizeof(char **)); in read_words()
H A Dkswitch.c110 ids = erealloc(ids, (len + 1) * sizeof(ids[0])); in kswitch()
/netbsd-src/sbin/mount_puffs/
H A Dmount_puffs.c121 *opts = erealloc(*opts, orig_len + 1 + strlen(opt) + 1); in add_opt()
/netbsd-src/sbin/fsck/
H A Dfsck.c506 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 DMakefile27 erealloc.c \
/netbsd-src/include/
H A Dutil.h159 void *erealloc(void *, size_t);
/netbsd-src/usr.bin/unexpand/
H A Dunexpand.c102 tabstops = erealloc(tabstops, maxstops); in main()
/netbsd-src/usr.sbin/npf/npfd/
H A Dnpfd.c165 buf = erealloc(buf, len = p + l + 1); in copyargs()
/netbsd-src/lib/libutil/
H A Defun.c129 erealloc(void *p, size_t n) in erealloc() function
/netbsd-src/usr.bin/shuffle/
H A Dshuffle.c126 lines = erealloc(lines, (sizeof(char *) * maxlines)); in get_lines()
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dadd-random-users.c63 w = erealloc (w, alloc * sizeof(char **)); in read_words()

123