Searched refs:dragonfly (Results 1 - 25 of 34) sorted by relevance

12

/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDragonFly.h19 /// dragonfly -- Directly call GNU Binutils assembler and linker
20 namespace dragonfly { namespace in namespace:clang::driver::tools
24 : Tool("dragonfly::Assembler", "assembler", TC) {}
36 Linker(const ToolChain &TC) : Tool("dragonfly::Linker", "linker", TC) {}
46 } // end namespace dragonfly
H A DDragonFly.cpp26 void dragonfly::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
53 void dragonfly::Linker::ConstructJob(Compilation &C, const JobAction &JA,
199 return new tools::dragonfly::Assembler(*this);
203 return new tools::dragonfly::Linker(*this);
/openbsd-current/gnu/usr.bin/perl/dist/IO/t/
H A Dcachepropagate-unix.t53 if $^O =~ /^(netbsd|darwin|cygwin|hpux|solaris|dragonfly|os390|gnu)$/;
108 if $^O =~ /^(netbsd|darwin|cygwin|hpux|solaris|dragonfly|os390|gnu)$/;
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dmagic.t439 # setproctitle() misbehaves on dragonfly
443 if $^O eq "dragonfly";
912 unless $^O =~ /^(linux|android|dragonfly|freebsd)$/;
938 my $ps_re = ( $^O =~ /^(dragonfly|freebsd)$/ )
/openbsd-current/gnu/usr.bin/perl/cpan/Perl-OSType/lib/Perl/
H A DOSType.pm23 dragonfly Unix
107 $other_type = os_type('dragonfly'); # gives 'Unix'
138 $is_unix = is_os_type('Unix', 'dragonfly');
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Dfs.t503 my %noatime_oses = map { $_ => 1 } ( qw| haiku netbsd dragonfly | );
/openbsd-current/gnu/lib/libiberty/
H A Dconfig.guess1262 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
H A Dconfig.sub1217 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
/openbsd-current/gnu/usr.bin/binutils/
H A Dconfig.guess1208 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
H A Dconfig.sub1166 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A Dconfig.sub1217 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
H A Dconfig.guess1262 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
/openbsd-current/gnu/usr.bin/texinfo/
H A Dconfig.guess1210 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
H A Dconfig.sub1181 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
/openbsd-current/gnu/llvm/llvm/cmake/
H A Dconfig.guess1376 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
/openbsd-current/usr.sbin/unbound/
H A Dltmain.sh7022 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
7042 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
9127 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
H A Dconfig.guess1564 GUESS=$UNAME_MACHINE-unknown-dragonfly$DRAGONFLY_REL
H A Dconfig.sub1766 | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
/openbsd-current/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm31 push @$BLACKLIST, qw|lftp| if $^O eq 'dragonfly' || $^O eq 'hpux';
61 use constant HAS_FETCH => ( $^O =~ m!^(freebsd|netbsd|dragonfly)$! );
/openbsd-current/usr.sbin/nsd/
H A Dconfig.guess1529 GUESS=$UNAME_MACHINE-unknown-dragonfly$DRAGONFLY_REL
H A Dconfig.sub1756 | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
/openbsd-current/gnu/usr.bin/perl/Cross/
H A DMakefile-cross-SH64 netbsd*|freebsd[234]*|openbsd*|dragonfly*|bitrig*)
/openbsd-current/gnu/usr.bin/perl/
H A DMakefile.SH82 netbsd*|freebsd[234]*|openbsd*|dragonfly*|bitrig*)
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Unix.pm39 grep( $^O eq $_, qw(bsdos interix dragonfly) )
/openbsd-current/gnu/gcc/libssp/
H A Dconfigure4580 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)

Completed in 200 milliseconds

12