Home | History | Annotate | Download | only in libevent

Lines Matching refs:exe

4394 	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
4941 # a .exe suffix, so we strip it off here.
4943 *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
4945 # test for cygwin because mv fails w/o .exe extensions
4948 exeext=.exe
4949 outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
4957 cwrapper="$output_path/$output_name.exe"
5068 DEBUG("(main) found exe at : %s\n",newargz[1]);
5069 /* we know the script has the same name, without the .exe */
5070 /* so make sure newargz[1] doesn't end in .exe */
5071 strendzap(newargz[1],".exe");
6149 # If the file is missing, and there is a .exe on the end, strip it
6154 *.exe)
6156 file=`$echo $file|${SED} 's,.exe$,,'`
6157 stripped_ext=".exe"
6165 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6176 # foo even if both foo and FILE.exe exist: automatic-append-.exe
6212 # foo even if both foo and FILE.exe exist: automatic-append-.exe
6248 # remove .exe since cygwin /usr/bin/install will append another
6253 *.exe:*.exe)
6256 *.exe:*)
6257 destfile=$destfile.exe
6259 *:*.exe)
6260 destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
6674 *.exe)
6675 file=`$echo $file|${SED} 's,.exe$,,'`
6676 noexename=`$echo $name|${SED} 's,.exe$,,'`
6677 # $file with .exe has already been added to rmfiles,
6678 # add $file without .exe
6687 # note $name still contains .exe if it was in $file originally