Searched refs:realloc (Results 1 - 25 of 418) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libsqlite/tool/
H A Dmemleak2.awk22 /[0-9]+ realloc / {
H A Dmemleak.awk11 /[0-9]+ realloc / {
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Drealloc.c0 /* realloc() function that is glibc compatible.
23 /* Only the AC_FUNC_REALLOC macro defines 'realloc' already in config.h. */
24 #ifdef realloc
26 /* Whereas the gnulib module 'realloc-gnu' defines HAVE_REALLOC_GNU. */
37 /* Below we want to call the system's malloc and realloc.
39 declaration of malloc(), not of rpl_malloc(), and likewise for realloc. */
41 #undef realloc macro
48 /* Below we want to call the system's malloc and realloc.
52 #undef realloc macro
68 /* In theory realloc migh
[all...]
H A Dgetdelim.c54 NULL), pointing to *N characters of space. It is realloc'ed as
76 new_lineptr = (char *) realloc (*lineptr, *n);
113 new_lineptr = (char *) realloc (*lineptr, needed);
H A Dstdlib.in.h510 # undef realloc
511 # define realloc rpl_realloc
513 _GL_FUNCDECL_RPL (realloc, void *, (void *ptr, size_t size));
514 _GL_CXXALIAS_RPL (realloc, void *, (void *ptr, size_t size));
516 _GL_CXXALIAS_SYS (realloc, void *, (void *ptr, size_t size));
518 _GL_CXXALIASWARN (realloc);
520 # undef realloc
521 /* Assume realloc is always declared. */
522 _GL_WARN_ON_USE (realloc, "realloc i
[all...]
/osnet-11/usr/src/lib/libbsdmalloc/common/
H A Dllib-lbsdmalloc36 char *realloc(char *cp, unsigned nbytes);
/osnet-11/usr/src/lib/libmtmalloc/tests/
H A Dreallocs.c30 * realloc() optimization for Small sized caches.
31 * If a malloc'ed buffer can satisfy a realloc() request
47 q = realloc(p, size);
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dstdlib.h44 realloc (void *ptr, grub_size_t size) function
/osnet-11/usr/src/lib/libcurses/screen/
H A Dvwprintw.c79 buffer = (char *) realloc(buffer, size);
H A Ddelkey.c108 cur_term->_keys = (_KEY_MAP **) realloc((char *)
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvw_print.c67 buffer = (char *)realloc(buffer, size);
H A Dvwprintw.c72 buffer = (char *)realloc(buffer, size);
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dgetline.c58 if ((*lineptr = realloc(*lineptr, LINESZ)) == NULL) {
78 if ((ptr = realloc(*lineptr, 2 * size)) == NULL) {
/osnet-11/usr/src/lib/libproject/common/
H A Dproject_walk.c53 if ((projids = realloc(projids, sz * sizeof (projid_t)))
56 * If realloc() fails, we return ENOMEM.
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dnfs_netcfg.c68 tmp_list = realloc(return_list,
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgerr.c79 err->msgs = (char **)realloc(err->msgs,
81 err->errs = (PKG_ERR_CODE *)realloc(err->errs,
H A Dpkgxpand.c83 pkglist = (char **)realloc(pkglist,
H A Dprogerr.c152 * Calls realloc() with the specfied parameters. xrealloc()
153 * checks for realloc failures and adjusts the return value
159 * NULL - realloc() failed
160 * void * - pointer to realloc'd structured
169 if ((tmp = (void *)realloc(ptr, size)) == (void *)NULL) {
/osnet-11/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,
/osnet-11/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));
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c36 #define realloc ______realloc macro
66 #undef realloc macro
67 #define realloc _ast_realloc macro
155 #undef realloc macro
271 extern Void_t* realloc(reg Void_t* data, reg size_t size) function
273 extern Void_t* realloc(data,size)
279 #undef realloc macro
281 extern Void_t* realloc(Void_t*, size_t);
283 extern Void_t* realloc();
297 return realloc(dat
583 #undef realloc macro
584 #define realloc macro
693 #undef realloc macro
733 #define realloc macro
[all...]
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dxmalloc.c57 p = realloc (p, n);
/osnet-11/usr/src/lib/libfru/libfrureg/
H A Dfrureg.c81 rc = realloc(rc, sizeof (char *) * (number + 1));
/osnet-11/usr/src/lib/krb5/ss/
H A Drequest_tbl.c28 info->rqt_tables = (ssrt **)realloc(info->rqt_tables,
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dmm.c59 ret = realloc (ptr, size);

Completed in 102 milliseconds

1234567891011>>