OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetos
(Results
1 - 2
of
2
) sorted by null
/external/curl/tests/
testcurl.pl
70
$buildlogname $configurebuild $
targetos
$confheader $binext
93
$
targetos
= (split(/=/, shift @ARGV, 2))[1];
149
if ($^O eq 'MSWin32' || $
targetos
) {
150
if (!$
targetos
) {
152
$
targetos
= 'vc';
154
if ($
targetos
=~ /vc/ || $
targetos
=~ /borland/ || $
targetos
=~ /watcom/) {
158
elsif ($
targetos
=~ /mingw/) {
164
elsif ($
targetos
=~ /netware/)
[
all
...]
/external/fio/
configure
130
targetos
=""
197
targetos
="Android"
199
targetos
="Linux"
201
targetos
='OpenBSD'
203
targetos
='SunOS'
206
targetos
='CYGWIN'
208
targetos
=`uname -s`
215
echo "CONFIG_TARGET_OS=$
targetos
" >> $config_host_mak
221
case $
targetos
in
340
if test "$
targetos
" = "FreeBSD"; the
[
all
...]
Completed in 184 milliseconds