Searched refs:exe_ext (Results 1 – 2 of 2) sorted by relevance
109 $sshdexe = 'sshd' .exe_ext(); # base name and ext of ssh daemon110 $sshexe = 'ssh' .exe_ext(); # base name and ext of ssh client111 $sftpsrvexe = 'sftp-server' .exe_ext(); # base name and ext of sftp-server112 $sftpexe = 'sftp' .exe_ext(); # base name and ext of sftp client113 $sshkeygenexe = 'ssh-keygen' .exe_ext(); # base name and ext of ssh-keygen114 $httptlssrvexe = 'gnutls-serv' .exe_ext(); # base name and ext of gnutls-serv182 sub exe_ext { subroutine317 my $xext = exe_ext();
147 my $CURL="../src/curl".exe_ext(); # what curl executable to run on the tests3199 if(exe_ext() && (exe_ext() eq '.exe')) {