Searched refs:icatalloc (Results 1 – 3 of 3) sorted by relevance
11 icatalloc(char *const old, const char *const new) in icatalloc() function31 return icatalloc(NULL, string); in icpyalloc()
304 char * icatalloc(char * old, const char * new);
446 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp)))