Searched refs:foundbuf (Results 1 – 1 of 1) sorted by relevance
188 char *namebuf, *foundbuf; in mingw_rootify() local208 foundbuf = XNEWVEC (char, maxlen); in mingw_rootify()209 foundbuf[0] = '\0'; in mingw_rootify()210 if (!namebuf || !foundbuf) in mingw_rootify()215 if (foundbuf) in mingw_rootify()216 free (foundbuf); in mingw_rootify()230 if (strcasecmp (namebuf, foundbuf) > 0) in mingw_rootify()231 strcpy (foundbuf, namebuf); in mingw_rootify()236 if (!foundbuf[0]) in mingw_rootify()238 free (foundbuf); in mingw_rootify()[all …]