Searched refs:exe_ext (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dsshhelp.pm94 exe_ext
109 $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();
H A Druntests.pl100 exe_ext
146 my $CURL="../src/curl".exe_ext(); # what curl executable to run on the tests
3074 if(exe_ext() && (exe_ext() eq '.exe')) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A DConfigure566 my $exe_ext="";
928 $exe_ext=".exe" if ($target eq "Cygwin" || $target eq "DJGPP" || $target eq "mingw");
929 $exe_ext=".pm" if ($target =~ /vos/);
1300 s/^EXE_EXT=.*$/EXE_EXT= $exe_ext/;
1715 if (-f "$path/$name$exe_ext" and -x _)
1717 return "$path/$name$exe_ext" unless ($name eq "perl" and
1718 system("$path/$name$exe_ext -e " . '\'exit($]<5.0);\''));

Completed in 222 milliseconds