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

/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Dxm-cygwin.h1 #define EXECUTABLE_SUFFIX ".exe" macro
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dxm-dos.h34 #define EXECUTABLE_SUFFIX ".exe" macro
H A Dxm-djgpp.h28 #define EXECUTABLE_SUFFIX ".exe" macro
H A Dxm-mingw32.h45 #define EXECUTABLE_SUFFIX ".exe" macro
H A Dxm-cygwin.h22 #define EXECUTABLE_SUFFIX ".exe" macro
H A Dxm-os2.h64 #define EXECUTABLE_SUFFIX ".exe" macro
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dxm-vms.h93 #define EXECUTABLE_SUFFIX ".exe" macro
/haiku-buildtools/legacy/gcc/gcc/config/winnt/
H A Dxm-winnt.h48 #define EXECUTABLE_SUFFIX ".exe" macro
/haiku-buildtools/legacy/binutils/binutils/
H A Dconfig.in15 #undef EXECUTABLE_SUFFIX
H A Ddllwrap.c172 string contains a '/', try appending EXECUTABLE_SUFFIX if it is
184 + strlen (EXECUTABLE_SUFFIX)
197 || stat (strcat (cmd, EXECUTABLE_SUFFIX), &s) == 0
231 If there's an EXECUTABLE_SUFFIX, it'll use that as well; for each
232 name, it'll try without and then with EXECUTABLE_SUFFIX.
H A Ddlltool.c3343 string contains a '/', try appending EXECUTABLE_SUFFIX if it is
3355 + strlen (EXECUTABLE_SUFFIX)
3368 || stat (strcat (cmd, EXECUTABLE_SUFFIX), &s) == 0
3402 If there's an EXECUTABLE_SUFFIX, it'll use that as well; for each
3403 name, it'll try without and then with EXECUTABLE_SUFFIX.
/haiku-buildtools/binutils/binutils/
H A Ddllwrap.c174 string contains a '/', try appending EXECUTABLE_SUFFIX if it is
186 + strlen (EXECUTABLE_SUFFIX)
199 || stat (strcat (cmd, EXECUTABLE_SUFFIX), &s) == 0
233 If there's an EXECUTABLE_SUFFIX, it'll use that as well; for each
234 name, it'll try without and then with EXECUTABLE_SUFFIX.
H A Ddlltool.c4354 string contains a '/', try appending EXECUTABLE_SUFFIX if it is
4366 + strlen (EXECUTABLE_SUFFIX)
4379 || stat (strcat (cmd, EXECUTABLE_SUFFIX), &s) == 0
4413 If there's an EXECUTABLE_SUFFIX, it'll use that as well; for each
4414 name, it'll try without and then with EXECUTABLE_SUFFIX.
/haiku-buildtools/legacy/gcc/gcc/
H A Dgcc.c48 #ifdef EXECUTABLE_SUFFIX
51 #define EXECUTABLE_SUFFIX "" macro
2003 const char *file_suffix = ((mode & X_OK) != 0 ? EXECUTABLE_SUFFIX : "");
2475 if (! do_exe || EXECUTABLE_SUFFIX[0] == 0 || (len == 2 && name[0] == '-'))
2487 obstack_grow0 (&obstack, EXECUTABLE_SUFFIX, strlen (EXECUTABLE_SUFFIX));

Completed in 211 milliseconds