Home
last modified time | relevance | path

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

12345678910>>...29

/titanic_53/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
530 extern Void_t* realloc(reg Void_t* data, reg size_t size) in realloc() function
532 extern Void_t* realloc(data,size) in realloc()
569 #undef realloc /* let the native realloc() take care of it */
571 extern Void_t* realloc(Void_t*, size_t);
[all …]
/titanic_53/usr/src/head/
H A Dmalloc.h70 void *realloc(void *, size_t);
78 using std::realloc;
/titanic_53/usr/src/cmd/fs.d/nfs/lib/
H A Dreplica.c112 if ((list = realloc(list, (*count + 1) * in parse_replica()
145 if ((list = realloc(list, (*count + 1) * in parse_replica()
178 if ((list = realloc(list, (*count + 1) * in parse_replica()
/titanic_53/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c130 p = realloc(localvalue, sizeof (char)*(strlen(buf2)+1)); in do_extends()
205 p = realloc(localvalue, sizeof (char)*(strlen(buf2)+1)); in do_extends()
207 p = realloc(NULL, in do_extends()
348 p = realloc(localvalue, sizeof (char)*(strlen(buf2)+1)); in arch_match()
350 p = realloc(NULL, in arch_match()
/titanic_53/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()
/titanic_53/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()
/titanic_53/usr/src/cmd/sendmail/libsm/
H A Dheap.c152 newptr = realloc(ptr, MALLOC_SIZE(size));
179 newptr = realloc(ptr, MALLOC_SIZE(size));
535 newptr = realloc(ptr, MALLOC_SIZE(size));
557 newptr = realloc(ptr, MALLOC_SIZE(size));
603 newptr = realloc(ptr, MALLOC_SIZE(size));
626 newptr = realloc(ptr, MALLOC_SIZE(size));
/titanic_53/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)\
/titanic_53/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()
/titanic_53/usr/src/lib/libpkg/common/
H A Dpkgerr.c80 err->msgs = (char **)realloc(err->msgs, in pkgerr_add()
82 err->errs = (PKG_ERR_CODE *)realloc(err->errs, in pkgerr_add()
/titanic_53/usr/src/man/man3malloc/
H A DMakefile37 realloc.3malloc \
51 realloc.3malloc := LINKSRC = malloc.3malloc
/titanic_53/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_utils.c80 realloc(t->bt_rkey.data, sizeof(recno_t)));
110 realloc(t->bt_rdata.data, rl->dsize + 1));
/titanic_53/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,
/titanic_53/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()
/titanic_53/usr/src/cmd/sgs/yacc/common/
H A Dy2.c1724 realloc((char *)lhstext, sizeof (wchar_t)*lhs_len);
1764 realloc((char *)rhstext, sizeof (wchar_t)*rhs_len);
1917 realloc((char *)tokname, sizeof (wchar_t) * toksize); in exp_tokname()
1931 prdptr = (int **) realloc((char *)prdptr, sizeof (int *) * (nprodsz+2)); in exp_prod()
1932 levprd = (int *) realloc((char *)levprd, sizeof (int) * (nprodsz+2)); in exp_prod()
1934 realloc((char *)had_act, sizeof (wchar_t) * (nprodsz+2)); in exp_prod()
1967 tokset = (TOKSYMB *) realloc((char *)tokset, sizeof (TOKSYMB) * ntoksz); in exp_ntok()
1968 toklev = (int *) realloc((char *)toklev, sizeof (int) * ntoksz); in exp_ntok()
1990 realloc((char *)nontrst, sizeof (TOKSYMB) * nnontersz); in exp_nonterm()
2014 realloc((char *)tracemem, sizeof (int) * new_memsize);
[all …]
H A Dy1.c382 realloc((char *)sarr, sizeof (*sarr) * isize);
1198 lkst = (LOOKSETS *) realloc((char *)lkst, sizeof (LOOKSETS) * lsetsize); in exp_lkst()
1242 wsets = (WSET *) realloc((char *)wsets, sizeof (WSET) * wsetsz); in exp_wsets()
1266 realloc((char *)pstate, sizeof (ITEM *)*(nstatesz+2)); in exp_states()
1267 mstates = (int *)realloc((char *)mstates, sizeof (int)*nstatesz); in exp_states()
1268 defact = (int *)realloc((char *)defact, sizeof (int)*nstatesz); in exp_states()
1269 tystate = (int *)realloc((char *)tystate, sizeof (int)*nstatesz); in exp_states()
1270 indgo = (int *)realloc((char *)indgo, sizeof (int)*nstatesz); in exp_states()
1292 psmem = (ITEM *) realloc((char *)psmem, sizeof (ITEM) * new_pstsize); in exp_psmem()
/titanic_53/usr/src/cmd/egrep/
H A Degrep.y383 if((chars = realloc(chars, maxclin)) == (char *)0) in allocchars()
392 if((name = (int *)realloc(name, maxlin*sizeof(int))) == (int *)0) in alloctree()
394 if((left = (int *)realloc(left, maxlin*sizeof(int))) == (int *)0) in alloctree()
396 if((right = (int *)realloc(right, maxlin*sizeof(int))) == (int *)0) in alloctree()
398 if((parent = (int *)realloc(parent, maxlin*sizeof(int))) == (int *)0) in alloctree()
400 if((foll = (int *)realloc(foll, maxlin*sizeof(int))) == (int *)0) in alloctree()
402 if((tmpstat = (int *)realloc(tmpstat, maxlin*sizeof(int))) == (int *)0) in alloctree()
404 if((initstat = (int *)realloc(initstat, maxlin*sizeof(int))) == (int *)0) in alloctree()
606 if((positions = (int *)realloc(positions, maxpos *sizeof(int))) == (int *)0) in add()
851 if ((buf = realloc (buf, lBufSiz + EBUFSIZ)) == NULL) { in execute()
[all …]
/titanic_53/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()
/titanic_53/usr/src/cmd/ipcs/
H A Dipcs.c219 ids = realloc(ids, (nids = n) * sizeof (int)); in main()
278 ids = realloc(ids, (nids = n) * sizeof (int)); in main()
344 ids = realloc(ids, (nids = n) * sizeof (int)); in main()
490 buf = realloc(buf, bufsize = buf->msgsnap_size); in dumpmsgq()
/titanic_53/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()
/titanic_53/usr/src/cmd/ipf/lib/common/
H A Dipft_sn.c139 bufp = realloc(bufp, i);
171 bufp = realloc(bufp, i);
/titanic_53/usr/src/cmd/fgrep/
H A Dfgrep.c76 if ((buf = realloc(buf, \
344 if ((buf = realloc(buf, in execute()
403 if ((buf = realloc(buf, fw_lBufsiz + BUFSIZ)) == NULL) { in execute()
644 if ((queue = (struct words **)realloc(queue, in cfail()
670 if ((queue = (struct words **)realloc(queue, in cfail()
/titanic_53/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()
/titanic_53/usr/src/cmd/abi/spectrans/spec2map/
H A Dutil.c83 if ((t2 = realloc(t, (size_t)(sizeof (table_t) + in add_to_stringtable()
200 if ((string = realloc(string, vlen + 1)) == NULL) { in strset()
/titanic_53/usr/src/cmd/refer/
H A Drefer7.c108 extern int *realloc(); in recopy()
132 if ((++wcnt > wsize) && ((wref = realloc(wref, in recopy()

12345678910>>...29