Searched refs:foundbuf (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-win32.c183 char *namebuf, *foundbuf; local
203 foundbuf = XNEWVEC (char, maxlen);
204 foundbuf[0] = '\0';
205 if (!namebuf || !foundbuf)
210 if (foundbuf)
211 free (foundbuf);
225 if (strcasecmp (namebuf, foundbuf) > 0)
226 strcpy (foundbuf, namebuf);
230 /* If foundbuf is empty, we didn't find anything. Punt. */
231 if (!foundbuf[
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dpex-win32.c190 char *namebuf, *foundbuf; local
210 foundbuf = XNEWVEC (char, maxlen);
211 foundbuf[0] = '\0';
212 if (!namebuf || !foundbuf)
216 free (foundbuf);
230 if (strcasecmp (namebuf, foundbuf) > 0)
231 strcpy (foundbuf, namebuf);
235 /* If foundbuf is empty, we didn't find anything. Punt. */
236 if (!foundbuf[0])
238 free (foundbuf);
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dpex-win32.c190 char *namebuf, *foundbuf; local
210 foundbuf = XNEWVEC (char, maxlen);
211 foundbuf[0] = '\0';
212 if (!namebuf || !foundbuf)
216 free (foundbuf);
230 if (strcasecmp (namebuf, foundbuf) > 0)
231 strcpy (foundbuf, namebuf);
235 /* If foundbuf is empty, we didn't find anything. Punt. */
236 if (!foundbuf[0])
238 free (foundbuf);
[all...]

Completed in 102 milliseconds