Searched refs:newBuf (Results 1 – 2 of 2) sorted by relevance
875 char *newBuf; in targetEntryPath() local878 newBuf = (char *)realloc(helper->buf, needLen); in targetEntryPath()879 if (newBuf == NULL) { in targetEntryPath()882 helper->buf = newBuf; in targetEntryPath()
874 char *newBuf; in targetEntryPath() local877 newBuf = (char *)realloc(helper->buf, needLen); in targetEntryPath()878 if (newBuf == NULL) { in targetEntryPath()881 helper->buf = newBuf; in targetEntryPath()