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

/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-win32.c400 char *full_executable; local
431 full_executable = xmalloc (fe_len);
440 e = full_executable;
450 for (e = full_executable; *e; e++)
455 full_executable. */
461 strcat (full_executable, *ext);
464 h = CreateFile (full_executable, GENERIC_READ,
473 free (full_executable);
478 return full_executable;
491 char *full_executable; local
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dpex-win32.c446 char *full_executable; local
476 full_executable = XNEWVEC (char, fe_len);
485 e = full_executable;
495 for (e = full_executable; *e; e++)
500 full_executable. */
506 strcat (full_executable, *ext);
509 h = CreateFile (full_executable, GENERIC_READ,
518 free (full_executable);
523 return full_executable;
576 char *full_executable; local
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dpex-win32.c450 char *full_executable; local
480 full_executable = XNEWVEC (char, fe_len);
489 e = full_executable;
499 for (e = full_executable; *e; e++)
504 full_executable. */
510 strcat (full_executable, *ext);
513 h = CreateFile (full_executable, GENERIC_READ,
522 free (full_executable);
527 return full_executable;
580 char *full_executable; local
[all...]

Completed in 103 milliseconds