Home | History | Annotate | Download | only in libpng

Lines Matching refs:exe

584 magic_exe="%%%MAGIC EXE variable%%%"
707 execute|execut|execu|exec|exe|ex|e)
941 *.exe) ;;
942 *) func_ltwrapper_exec_suffix=.exe ;;
956 func_stripname '' '.exe' "$func_basename_result"
991 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
2140 # If the file is missing, and there is a .exe on the end, strip it
2145 *.exe)
2147 func_stripname '' '.exe' "$file"
2149 stripped_ext=".exe"
2161 func_stripname '' '.exe' "$file"
2228 # remove .exe since cygwin /usr/bin/install will append another
2233 *.exe:*.exe)
2236 *.exe:*)
2237 destfile=$destfile.exe
2239 *:*.exe)
2240 func_stripname '' '.exe' "$destfile"
3331 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
3335 const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
3404 LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n",
3408 LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n",
3416 strendzap (actual_cwrapper_name, ".exe");
3417 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
3424 strendzap (target_name, ".exe");
3425 tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
7490 *cygwin*) func_stripname '' '.exe' "$output"
7491 output=$func_stripname_result.exe;;
7813 # a .exe suffix, so we strip it off here.
7815 *.exe) func_stripname '' '.exe' "$output"
7818 # test for cygwin because mv fails w/o .exe extensions
7821 exeext=.exe
7822 func_stripname '' '.exe' "$outputname"
7832 cwrapper="$output_path/$output_name.exe"
8313 *.exe)
8314 func_stripname '' '.exe' "$file"
8316 func_stripname '' '.exe' "$name"
8318 # $file with .exe has already been added to rmfiles,
8319 # add $file without .exe
8335 # note $name still contains .exe if it was in $file originally