HelenOS sources

realloc           114 common/include/stdlib.h extern void *realloc(void *addr, size_t size)
realloc           114 kernel/generic/common/include/stdlib.h extern void *realloc(void *addr, size_t size)
realloc           227 uspace/app/bdsh/cmds/modules/ls/ls.c 			tmp = (struct dir_elem_t *) realloc(tosort,
realloc           270 uspace/app/bdsh/cmds/modules/ls/ls.c 		tmp = (struct dir_elem_t *) realloc(*dir_list_ptr,
realloc           305 uspace/app/bdsh/cmds/modules/rm/rm.c 		buff = (char *) realloc(buff, len);
realloc            61 uspace/app/bdsh/util.c 	usr->cwd = (char *) realloc(usr->cwd, PATH_MAX);
realloc          1052 uspace/app/edit/edit.c 		char *tmp = realloc(buf, buf_size);
realloc           114 uspace/app/edit/sheet.c 		newp = realloc(sh->data, sh->dbuf_size * 2);
realloc           176 uspace/app/edit/sheet.c 		newp = realloc(sh->data, shrink_size);
realloc           256 uspace/app/vuhid/device.c 	extra_descriptors = realloc(dev->descriptors->configuration->extra,
realloc           793 uspace/dist/src/c/demos/edit/edit.c 		buf = realloc(buf, buf_size);
realloc           112 uspace/dist/src/c/demos/edit/sheet.c 		newp = realloc(sh->data, sh->dbuf_size * 2);
realloc           174 uspace/dist/src/c/demos/edit/sheet.c 		newp = realloc(sh->data, shrink_size);
realloc           146 uspace/drv/root/root/root.c 	char *tmp = realloc(platform, platform_size + 1);
realloc            77 uspace/lib/bithenge/src/blob.c 		char *buffer = realloc(blob->buffer, blob->buffer_size);
realloc           191 uspace/lib/bithenge/src/failure.c 	return realloc(ptr, size);
realloc           372 uspace/lib/bithenge/src/script.c 	void *result = realloc(ptr, size);
realloc           124 uspace/lib/bithenge/src/sequence.c 			aoff64_t *new_ends = realloc(self->ends,
realloc           189 uspace/lib/bithenge/src/sequence.c 			aoff64_t *new_ends = realloc(self->ends,
realloc           114 uspace/lib/c/common/include/stdlib.h extern void *realloc(void *addr, size_t size)
realloc           813 uspace/lib/c/generic/loc.c 		service_id_t *tmp = realloc(ids, alloc_size);
realloc           224 uspace/lib/c/generic/rtld/rtld.c 		tcb->dtv = realloc(tcb->dtv, (1 + mod_id) * sizeof(void *));
realloc           402 uspace/lib/c/generic/stdio/scanf.c 		strbuf->buf = realloc(strbuf->buf, strbuf->size);
realloc           131 uspace/lib/c/test/stdlib.c 	p = realloc(p, 2);
realloc           726 uspace/lib/clui/src/tinput.c 			char **temp = realloc(compl, compl_len * sizeof(char *));
realloc            89 uspace/lib/cpp/src/__bits/runtime.cpp             auto tmp = std::realloc(aux::destructors, aux::destructor_size * 2);
realloc           165 uspace/lib/device/src/pci.c 		service_id_t *tmp = realloc(ids, alloc_size);
realloc           233 uspace/lib/device/src/vbd.c 		service_id_t *tmp = realloc(ids, alloc_size);
realloc           170 uspace/lib/device/src/vol.c 		service_id_t *temp = realloc(ids, alloc_size);
realloc           106 uspace/lib/inet/src/inetcfg.c 		service_id_t *tmp = realloc(ids, alloc_size);
realloc           114 uspace/lib/posix/include/common/stdlib.h extern void *realloc(void *addr, size_t size)
realloc           116 uspace/lib/posix/src/stdio.c 			*lineptr = realloc(*lineptr, *n + alloc_step);
realloc           742 uspace/lib/sif/src/sif.c 			nstr = realloc(str, str_size + 1);
realloc           572 uspace/srv/fs/tmpfs/tmpfs_ops.c 	void *newdata = realloc(nodep->data, nodep->size + delta);
realloc           612 uspace/srv/fs/tmpfs/tmpfs_ops.c 	void *newdata = realloc(nodep->data, size);
realloc           155 uspace/srv/fs/udf/udf_file.c 			node->allocators = realloc(node->allocators,
realloc           164 uspace/srv/fs/udf/udf_file.c 		node->allocators = realloc(node->allocators,
realloc           191 uspace/srv/fs/udf/udf_file.c 			node->allocators = realloc(node->allocators,
realloc           200 uspace/srv/fs/udf/udf_file.c 		node->allocators = realloc(node->allocators,
realloc           537 uspace/srv/fs/udf/udf_volume.c 				instance->partitions = realloc(instance->partitions,
realloc            75 uspace/srv/net/dnsrsrv/dns_msg.c 	nstr = realloc(*dstr, nsize);
realloc           220 uspace/srv/test/ipc-test/main.c 	nbuf = realloc(rw_buf, size);
HelenOS homepage, sources at GitHub