Home
last modified time | relevance | path

Searched refs:exe_ext (Results 1 – 2 of 2) sorted by relevance

/external/curl/tests/
Dsshhelp.pm109 $sshdexe = 'sshd' .exe_ext(); # base name and ext of ssh daemon
110 $sshexe = 'ssh' .exe_ext(); # base name and ext of ssh client
111 $sftpsrvexe = 'sftp-server' .exe_ext(); # base name and ext of sftp-server
112 $sftpexe = 'sftp' .exe_ext(); # base name and ext of sftp client
113 $sshkeygenexe = 'ssh-keygen' .exe_ext(); # base name and ext of ssh-keygen
114 $httptlssrvexe = 'gnutls-serv' .exe_ext(); # base name and ext of gnutls-serv
182 sub exe_ext { subroutine
317 my $xext = exe_ext();
Druntests.pl147 my $CURL="../src/curl".exe_ext(); # what curl executable to run on the tests
3199 if(exe_ext() && (exe_ext() eq '.exe')) {