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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-win32.c405 char *full_executable; local
436 full_executable = xmalloc (fe_len);
445 e = full_executable;
455 for (e = full_executable; *e; e++)
460 full_executable. */
466 strcat (full_executable, *ext);
469 h = CreateFile (full_executable, GENERIC_READ,
478 free (full_executable);
483 return full_executable;
533 char *full_executable; local
[all...]

Completed in 69 milliseconds