Searched refs:mainstr (Results 1 – 1 of 1) sorted by relevance
3982 #define STRCAT_WITH_RET(mainstr, buf) do { \ argument3983 (mainstr) = strcat_realloc((mainstr), (buf)); \3984 if ((mainstr) == NULL) return NULL; \