Searched refs:reallocf (Results 1 – 8 of 8) sorted by relevance
35 reallocf (void *ptr, in reallocf() function
88 reallocf.c
138 'reallocf.c',
133 dest_str = reallocf(dest_str, dest_len = nlen + delta); in __collate_substitute()
1178 p->g->sets = (cset *)reallocf((char *)p->g->sets, in allocset()1183 p->g->setbits = (uch *)reallocf((char *)p->g->setbits, in allocset()1314 cs->multis = reallocf(cs->multis, cs->smultis); in mcadd()1345 cs->multis = reallocf(cs->multis, cs->smultis); in mcsub()
165 void *reallocf(void *, size_t) __result_use_check __alloc_size(2);
7635 * libc/posix/Makefile.am: Remove reallocf.7637 * libc/posix/reallocf.c: Moved to...7638 * libc/stdlib/reallocf.c: Here7639 * libc/stdlib/malloc.c: Add reallocf documentation.7640 * libc/include/stdlib.h: Add reallocf and _reallocf_r prototypes.7641 * libc/stdlib/Makefile.am: Add reallocf.7753 * libc/posix/reallocf.c: Ditto.7792 * libc/sys/linux/stdlib/reallocf.c: Ditto.9064 * libc/sys/linux/stdlib/reallocf.c: Ditto.15773 * libc/sys/linux/stdlib/reallocf.c: Ditto.
187 Files: newlib/libc/stdlib/reallocf.c