Searched refs:tmpbuff (Results 1 – 1 of 1) sorted by relevance
37 char *tmpbuff; in vasprintf() local40 tmpbuff = (char*)realloc(*buffer, size); in vasprintf()43 if (tmpbuff == NULL) { /* we need to free it*/ in vasprintf()48 *buffer=tmpbuff; in vasprintf()
Completed in 2 milliseconds