Home | History | Annotate | Download | only in pcre

Lines Matching refs:exe

732 magic_exe="%%%MAGIC EXE variable%%%"
855 execute|execut|execu|exec|exe|ex|e)
1101 *.exe) ;;
1102 *) func_ltwrapper_exec_suffix=.exe ;;
1116 func_stripname '' '.exe' "$func_basename_result"
1151 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
2361 # If the file is missing, and there is a .exe on the end, strip it
2366 *.exe)
2368 func_stripname '' '.exe' "$file"
2370 stripped_ext=".exe"
2382 func_stripname '' '.exe' "$file"
2449 # remove .exe since cygwin /usr/bin/install will append another
2454 *.exe:*.exe)
2457 *.exe:*)
2458 destfile=$destfile.exe
2460 *:*.exe)
2461 func_stripname '' '.exe' "$destfile"
3596 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
3600 const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
3689 "(main) found exe (before symlink chase) at: %s\n",
3694 "(main) found exe (after symlink chase) at: %s\n",
3702 strendzap (actual_cwrapper_name, ".exe");
3703 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
3710 strendzap (target_name, ".exe");
3711 tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
4210 }) ? "cmd.exe" : "command.com").
7822 *cygwin*) func_stripname '' '.exe' "$output"
7823 output=$func_stripname_result.exe;;
8134 # a .exe suffix, so we strip it off here.
8136 *.exe) func_stripname '' '.exe' "$output"
8139 # test for cygwin because mv fails w/o .exe extensions
8142 exeext=.exe
8143 func_stripname '' '.exe' "$outputname"
8153 cwrapper="$output_path/$output_name.exe"
8652 *.exe)
8653 func_stripname '' '.exe' "$file"
8655 func_stripname '' '.exe' "$name"
8657 # $file with .exe has already been added to rmfiles,
8658 # add $file without .exe
8674 # note $name still contains .exe if it was in $file originally