• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/file/

Lines Matching refs:exe

2284     execute|execut|execu|exec|exe|ex|e)
2554 *.exe) ;;
2555 *) func_ltwrapper_exec_suffix=.exe ;;
2567 func_stripname '' '.exe' "$func_basename_result"
2603 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
4416 # If the file is missing, and there is a .exe on the end, strip it
4421 *.exe)
4423 func_stripname '' '.exe' "$file"
4425 stripped_ext=.exe
4437 func_stripname '' '.exe' "$file"
4504 # remove .exe since cygwin /usr/bin/install will append another
4509 *.exe:*.exe)
4512 *.exe:*)
4513 destfile=$destfile.exe
4515 *:*.exe)
4516 func_stripname '' '.exe' "$destfile"
5714 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
5718 const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
5807 "(main) found exe (before symlink chase) at: %s\n",
5812 "(main) found exe (after symlink chase) at: %s\n",
5820 strendzap (actual_cwrapper_name, ".exe");
5821 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
5828 strendzap (target_name, ".exe");
5829 tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
6332 }) ? "cmd.exe" : "command.com").
10203 *cygwin*) func_stripname '' '.exe' "$output"
10204 output=$func_stripname_result.exe;;
10531 # a .exe suffix, so we strip it off here.
10533 *.exe) func_stripname '' '.exe' "$output"
10536 # test for cygwin because mv fails w/o .exe extensions
10539 exeext=.exe
10540 func_stripname '' '.exe' "$outputname"
10550 cwrapper=$output_path/$output_name.exe
11071 *.exe)
11072 func_stripname '' '.exe' "$file"
11074 func_stripname '' '.exe' "$name"
11076 # $file with .exe has already been added to rmfiles,
11077 # add $file without .exe
11093 # note $name still contains .exe if it was in $file originally