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

/freebsd-10-stable/contrib/gcc/config/i386/
H A Dxm-cygwin.h22 #define HOST_EXECUTABLE_SUFFIX ".exe" macro
H A Dxm-mingw32.h23 #define HOST_EXECUTABLE_SUFFIX ".exe" macro
H A Dxm-djgpp.h25 #define HOST_EXECUTABLE_SUFFIX ".exe" macro
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dmake-relative-prefix.c80 # define HOST_EXECUTABLE_SUFFIX ".exe" macro
274 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK)
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dmake-relative-prefix.c80 # define HOST_EXECUTABLE_SUFFIX ".exe" macro
274 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK)
/freebsd-10-stable/contrib/gcc/
H A Dgcc.c95 #if defined(TARGET_EXECUTABLE_SUFFIX) && defined(HOST_EXECUTABLE_SUFFIX)
100 #ifdef HOST_EXECUTABLE_SUFFIX
103 #define HOST_EXECUTABLE_SUFFIX "" macro
2737 info.suffix = (mode & X_OK) != 0 ? HOST_EXECUTABLE_SUFFIX : "";

Completed in 278 milliseconds