Lines Matching refs:exe
1269 magic_exe="%%%MAGIC EXE variable%%%"
1466 execute|execut|execu|exec|exe|ex|e)
1717 *.exe) ;;
1718 *) func_ltwrapper_exec_suffix=.exe ;;
1730 func_stripname '' '.exe' "$func_basename_result"
1764 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
3524 # If the file is missing, and there is a .exe on the end, strip it
3529 *.exe)
3531 func_stripname '' '.exe' "$file"
3533 stripped_ext=".exe"
3545 func_stripname '' '.exe' "$file"
3612 # remove .exe since cygwin /usr/bin/install will append another
3617 *.exe:*.exe)
3620 *.exe:*)
3621 destfile=$destfile.exe
3623 *:*.exe)
3624 func_stripname '' '.exe' "$destfile"
4767 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
4771 const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
4860 "(main) found exe (before symlink chase) at: %s\n",
4865 "(main) found exe (after symlink chase) at: %s\n",
4873 strendzap (actual_cwrapper_name, ".exe");
4874 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
4881 strendzap (target_name, ".exe");
4882 tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
5385 }) ? "cmd.exe" : "command.com").
9123 *cygwin*) func_stripname '' '.exe' "$output"
9124 output=$func_stripname_result.exe;;
9454 # a .exe suffix, so we strip it off here.
9456 *.exe) func_stripname '' '.exe' "$output"
9459 # test for cygwin because mv fails w/o .exe extensions
9462 exeext=.exe
9463 func_stripname '' '.exe' "$outputname"
9473 cwrapper="$output_path/$output_name.exe"
9990 *.exe)
9991 func_stripname '' '.exe' "$file"
9993 func_stripname '' '.exe' "$name"
9995 # $file with .exe has already been added to rmfiles,
9996 # add $file without .exe
10012 # note $name still contains .exe if it was in $file originally