Home
last modified time | relevance | path

Searched refs:realloc (Results 1 – 25 of 691) sorted by relevance

12345678910>>...28

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c36 #define realloc ______realloc macro
66 #undef realloc
67 #define realloc _ast_realloc macro
157 #undef realloc
169 #undef realloc
176 #define realloc _ast_realloc macro
573 extern Void_t* realloc();
575 return realloc(data, size);
814 r = realloc(ptr, size); in vm_realloc_hook()
911 #undef realloc
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dreplica.c110 if ((list = realloc(list, (*count + 1) * in parse_replica()
143 if ((list = realloc(list, (*count + 1) * in parse_replica()
176 if ((list = realloc(list, (*count + 1) * in parse_replica()
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c128 p = realloc(localvalue, sizeof (char)*(strlen(buf2)+1)); in do_extends()
203 p = realloc(localvalue, sizeof (char)*(strlen(buf2)+1)); in do_extends()
205 p = realloc(NULL, in do_extends()
346 p = realloc(localvalue, sizeof (char)*(strlen(buf2)+1)); in arch_match()
348 p = realloc(NULL, in arch_match()
/illumos-gate/usr/src/head/
H A Dmalloc.h70 void *realloc(void *, size_t);
78 using std::realloc;
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/
H A Dace_utf8.c208 tmps = (uchar_t *)realloc((void *)cd->ib, in _icv_iconv()
239 tmps = (uchar_t *)realloc((void *)cd->ob, in _icv_iconv()
296 tmps = (uchar_t *)realloc( in _icv_iconv()
326 tmps = (uchar_t *)realloc( in _icv_iconv()
376 tmps = (uchar_t *)realloc((void *)cd->ib, in _icv_iconv()
/illumos-gate/usr/src/ucbcmd/users/
H A Dusers.c43 names = namp = (char **)realloc((void *)NULL, BUFSIZ * sizeof (char *)); in main()
56 names = (char **)realloc(names, in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h197 extern Void_t* realloc _ARG_(( Void_t*, size_t ));
246 #undef realloc
255 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) ) macro
268 #define realloc(d,s) (_VMFL_(Vmregion), realloc((Void_t*)(d),(size_t)(s)) )
282 #define realloc(d,s) (_VMFL_(Vmregion), _VMNM_(reallo,/,*,*,/,c)\
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dheap.c150 newptr = realloc(ptr, MALLOC_SIZE(size));
177 newptr = realloc(ptr, MALLOC_SIZE(size));
533 newptr = realloc(ptr, MALLOC_SIZE(size));
555 newptr = realloc(ptr, MALLOC_SIZE(size));
601 newptr = realloc(ptr, MALLOC_SIZE(size));
624 newptr = realloc(ptr, MALLOC_SIZE(size));
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgetline.c58 if ((*lineptr = realloc(*lineptr, LINESZ)) == NULL) { in getdelim()
78 if ((ptr = realloc(*lineptr, 2 * size)) == NULL) { in getdelim()
/illumos-gate/usr/src/man/man3malloc/
H A DMakefile37 realloc.3malloc \
51 realloc.3malloc := LINKSRC = malloc.3malloc
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c1715 realloc((char *)lhstext, sizeof (wchar_t)*lhs_len); in lhsfill()
1754 realloc((char *)rhstext, sizeof (wchar_t)*rhs_len); in rhsfill()
1907 realloc((char *)tokname, sizeof (wchar_t) * toksize); in exp_tokname()
1921 prdptr = (int **) realloc((char *)prdptr, sizeof (int *) * (nprodsz+2)); in exp_prod()
1922 levprd = (int *) realloc((char *)levprd, sizeof (int) * (nprodsz+2)); in exp_prod()
1924 realloc((char *)had_act, sizeof (wchar_t) * (nprodsz+2)); in exp_prod()
1958 toklev = (int *) realloc((char *)toklev, sizeof (int) * ntoksz); in exp_ntok()
1980 realloc((char *)nontrst, sizeof (TOKSYMB) * nnontersz); in exp_nonterm()
2003 realloc((char *)tracemem, sizeof (int) * new_memsize); in exp_mem()
2020 temp1 = (int *)realloc((char *)temp1, sizeof (int)*size); in exp_mem()
[all …]
H A Dy1.c380 realloc((char *)sarr, sizeof (*sarr) * isize); in writem()
1187 lkst = (LOOKSETS *) realloc((char *)lkst, sizeof (LOOKSETS) * lsetsize); in exp_lkst()
1231 wsets = (WSET *) realloc((char *)wsets, sizeof (WSET) * wsetsz); in exp_wsets()
1255 realloc((char *)pstate, sizeof (ITEM *)*(nstatesz+2)); in exp_states()
1256 mstates = (int *)realloc((char *)mstates, sizeof (int)*nstatesz); in exp_states()
1257 defact = (int *)realloc((char *)defact, sizeof (int)*nstatesz); in exp_states()
1258 tystate = (int *)realloc((char *)tystate, sizeof (int)*nstatesz); in exp_states()
1259 indgo = (int *)realloc((char *)indgo, sizeof (int)*nstatesz); in exp_states()
1281 psmem = (ITEM *) realloc((char *)psmem, sizeof (ITEM) * new_pstsize); in exp_psmem()
/illumos-gate/usr/src/lib/libidmap/common/
H A Dutils.c68 tmplist = realloc( in _udt_extend_batch()
95 t1 = realloc(gh->batch.idmap_mapping_batch_val, nsize); in _get_ids_extend_batch()
104 t2 = realloc(gh->retlist, nsize); in _get_ids_extend_batch()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_utils.c78 realloc(t->bt_rkey.data, sizeof(recno_t)));
108 realloc(t->bt_rdata.data, rl->dsize + 1));
H A Drec_get.c135 realloc(t->bt_rdata.data, t->bt_reclen);
208 realloc(t->bt_rdata.data, t->bt_rdata.size);
247 realloc(t->bt_rdata.data, t->bt_reclen);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dcopy_addrs.c109 tempaddr = (krb5_address **) realloc((char *)*outaddr,
133 tempaddr = (krb5_address **) realloc((char *)tempaddr,
/illumos-gate/usr/src/psm/stand/bootlst/common/
H A Dbootlst.c68 titles = (char **)realloc(titles, in add_title_entry()
70 datasets = (char **)realloc(datasets, in add_title_entry()
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c216 ids = realloc(ids, (nids = n) * sizeof (int)); in main()
275 ids = realloc(ids, (nids = n) * sizeof (int)); in main()
341 ids = realloc(ids, (nids = n) * sizeof (int)); in main()
487 buf = realloc(buf, bufsize = buf->msgsnap_size); in dumpmsgq()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddepchk.c247 erc->ier_zones = (char **)realloc(erc->ier_zones, in depchkRecordError()
250 erc->ier_values = (char **)realloc(erc->ier_values, in depchkRecordError()
275 a_erc->er_theEntries = realloc(a_erc->er_theEntries, in depchkRecordError()
/illumos-gate/usr/src/lib/libnsl/ipsec/
H A Dalgs.c148 nks = (int *)realloc(key_sizes, in build_keysizes()
266 new_proto = (ipsec_proto_t *)realloc(rc, in build_list()
408 nbk = (int *)realloc(block_sizes, in build_list()
439 nbk = (int *)realloc(mech_params, in build_list()
480 nnames = (char **)realloc(curalg->a_names, in build_list()
501 new_proto->proto_algs_pkgs = realloc( in build_list()
519 newalglist = realloc(new_proto->proto_algs, in build_list()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_sn.c139 bufp = realloc(bufp, i);
171 bufp = realloc(bufp, i);
/illumos-gate/usr/src/cmd/awk/
H A Dmain.c130 pfile = realloc(pfile, in main()
139 pfile = realloc(pfile, in main()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dutil.c82 if ((t2 = realloc(t, (size_t)(sizeof (table_t) + in add_to_stringtable()
199 if ((string = realloc(string, vlen + 1)) == NULL) { in strset()
/illumos-gate/usr/src/cmd/refer/
H A Drefer7.c106 extern int *realloc(); in recopy()
130 if ((++wcnt > wsize) && ((wref = realloc(wref, in recopy()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c454 realloc(strings, str_size)) == NULL) { in compress()
466 realloc(strings, str_size)) == NULL) { in compress()
491 hash_key = realloc((char *)hash_key, in compress()
493 hash_str = realloc((char *)hash_str, in compress()

12345678910>>...28