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

/freebsd-10.2-release/gnu/usr.bin/binutils/libbinutils/
H A Dconfig.h22 #define EXECUTABLE_SUFFIX "" macro
/freebsd-10.2-release/contrib/binutils/binutils/
H A Ddllwrap.c169 string contains a '/', try appending EXECUTABLE_SUFFIX if it is
181 + strlen (EXECUTABLE_SUFFIX)
194 || stat (strcat (cmd, EXECUTABLE_SUFFIX), &s) == 0
228 If there's an EXECUTABLE_SUFFIX, it'll use that as well; for each
229 name, it'll try without and then with EXECUTABLE_SUFFIX.
H A Ddlltool.c3441 string contains a '/', try appending EXECUTABLE_SUFFIX if it is
3453 + strlen (EXECUTABLE_SUFFIX)
3466 || stat (strcat (cmd, EXECUTABLE_SUFFIX), &s) == 0
3500 If there's an EXECUTABLE_SUFFIX, it'll use that as well; for each
3501 name, it'll try without and then with EXECUTABLE_SUFFIX.

Completed in 289 milliseconds