Home
last modified time | relevance | path

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

1234

/netbsd/src/tests/lib/libutil/
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/
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()
Dos.h60 #define erealloc realloc macro
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_util.c438 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()
Dcmd_args.c147 user = erealloc(user, len); in getCmdOpts()
/netbsd/src/usr.bin/column/
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/
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/tsort/
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/
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/
Derealloc.c48 erealloc (void *ptr, size_t sz) in erealloc() function
/netbsd/src/usr.bin/make/
Dmake_malloc.h37 #define bmake_realloc(p, n) erealloc(p, n)
/netbsd/src/external/bsd/ntp/dist/include/isc/
Dmem.h54 ( ISC_MEM_UNUSED_ARG(c), erealloc((mem), cnt) )
/netbsd/src/usr.bin/sort/
Dsort.c178 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/
Dntp_stdlib.h137 #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/
Dtest_x500.c61 inrealms = erealloc(inrealms, (num_inrealms + 2) * sizeof(inrealms[0])); in check_linear()
/netbsd/src/usr.sbin/netgroup_mkdb/
Dstr.c66 buf->s_str = erealloc(buf->s_str, buf->s_len + len + in str_append()
/netbsd/src/lib/libutil/
Dutil.expsym17 erealloc
Defun.c129 erealloc(void *p, size_t n) in erealloc() function
/netbsd/src/crypto/external/bsd/heimdal/dist/kuser/
Dgenerate-requests.c54 w = erealloc (w, alloc * sizeof(char **)); in read_words()
/netbsd/src/sbin/mount_puffs/
Dmount_puffs.c121 *opts = erealloc(*opts, orig_len + 1 + strlen(opt) + 1); in add_opt()
/netbsd/src/sbin/fsck/
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/
DMakefile27 erealloc.c \
/netbsd/src/include/
Dutil.h159 void *erealloc(void *, size_t);
/netbsd/src/usr.bin/unexpand/
Dunexpand.c102 tabstops = erealloc(tabstops, maxstops); in main()
/netbsd/src/usr.bin/shuffle/
Dshuffle.c126 lines = erealloc(lines, (sizeof(char *) * maxlines)); in get_lines()

1234