Home
last modified time | relevance | path

Searched refs:distributions (Results 1 – 25 of 115) sorted by relevance

12345

/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DNNTP.pm344 my $distributions = shift || "";
346 $distributions = join(",", @{$distributions})
347 if ref($distributions);
349 $nntp->_NEWGROUPS($since, $distributions)
361 my $distributions = shift || "";
367 $distributions = join(",", @{$distributions})
368 if ref($distributions);
370 $nntp->_NEWNEWS($groups, $since, $distributions)
444 sub distributions { subroutine
/openbsd/gnu/llvm/clang/cmake/caches/
H A DMultiDistributionExample.cmake1 # This file sets up a CMakeCache for a simple build with multiple distributions.
6 # specific to multiple distributions instead.
27 # We'll build two distributions: Toolchain, which just holds the tools
31 # targets to install the distributions.
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DLLVMDistributionSupport.cmake30 # Build the map of targets to distributions that's used to look up the
44 # By default, we allow a target to be in multiple distributions, and use
51 "Target ${target} cannot be in multiple distributions \
68 # scope to indicate if the target is in any distribution. If no distributions
72 # the default (unnamed) distribution, or if no distributions have been
149 # files for all distributions. See the comment at the top of this file for
220 # Create the targets for installing the configured distributions. The
238 set(distributions "${LLVM_DISTRIBUTIONS}") variable
239 if(NOT distributions)
244 set(distributions "<DEFAULT>") variable
[all …]
/openbsd/gnu/llvm/llvm/docs/
H A DBuildingADistribution.rst76 recommended for building distributions, only installs specific parts of LLVM as
82 development and testing of LLVM, and should only be included in distributions
96 distribution. LLVM's build system also supports building multiple distributions,
121 By default, each target can appear in multiple distributions; a target will be
122 installed as part of all distributions it appears in, and it'll be exported by
123 the last distribution it appears in (the order of distributions is the order
129 enforce a target appearing in only one distribution and umbrella distributions
130 being consistent with target distributions.
133 as an example of configuring multiple distributions.
211 help construct distributions. This is not an exhaustive list, and many
[all …]
H A DDebuggingJITedCode.rst34 available on most modern distributions of Linux. The version of GDB that
/openbsd/gnu/usr.bin/texinfo/doc/
H A DREADME23 with TeX preinstalled, as most GNU/Linux distributions offer, TEXMF
41 epsf.tex comes with dvips distributions, and you may already have it
/openbsd/usr.bin/indent/
H A DREADME46 | emacs distributions.
50 | UNIX distributions, along with the emacs stuff. I was no longer at the
52 | care if they used it, and since then it has been on the BSD distributions.
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/
H A DMeta_1_1.pod38 distributions such as the ones found on L<CPAN|http://www.cpan.org>. It is
90 who are prepared to deal with distributions that have no version
175 distributions (PAUSE, search.cpan.org) ought to ignore the items
234 - make official location for installed *distributions*, which can
H A DMeta_1_4.pod76 Perl distributions such as the ones found on CPAN. It is typically
125 together for other developers to use. Examples of distributions are
285 distributions are hybrids of several kinds of things, or some new
703 Add L</keywords> field as a means to aid searching distributions.
H A DMeta_1_3.pod76 Perl distributions such as the ones found on CPAN. It is typically
125 together for other developers to use. Examples of distributions are
285 distributions are hybrids of several kinds of things, or some new
689 Add L</keywords> field as a means to aid searching distributions.
H A DMeta_1_2.pod76 Perl distributions such as the ones found on CPAN. It is typically
297 distributions are hybrids of several kinds of things, or some new
660 Add L</keywords> field as a means to aid searching distributions.
H A DMeta_1_0.pod38 distributions such as the ones found on L<CPAN|http://www.cpan.org>. It is
/openbsd/regress/lib/libc/qsort/
H A Dqsort_test.c653 static struct test_distribution distributions[] = { variable
707 for (d = distributions; d->name != NULL; d++) { in run_tests()
741 for (d = distributions; d->name != NULL; d++) { in main()
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dsearch50.t43 # print "# (On Debian-based distributions Pod is stripped from\n",
/openbsd/gnu/llvm/clang/docs/
H A DCrossCompilation.rst37 only have to maintain one build system, and for OS distributions, that
148 distributions have cross-compiler packages available), make
195 Some Linux distributions have support for Multilib, which handle that
/openbsd/gnu/llvm/lldb/docs/resources/
H A Dcaveats.rst34 apply to binary distributions of LLDB as well.
/openbsd/gnu/usr.bin/cvs/
H A DDEVEL-CVS27 distributions of CVS, like RCVS, etc.),
/openbsd/usr.bin/vi/
H A DFAQ117 A: There's a version of ctags available on the 4.4BSD-Lite distributions,
118 as well as the OpenBSD, FreeBSD, NetBSD, Linux and GNU distributions.
/openbsd/gnu/usr.bin/binutils/gdb/config/djgpp/
H A DREADME67 Source distributions downloaded from one of the GNU FTP sites need
70 official distributions need to be changed to avoid problems on the
/openbsd/gnu/usr.bin/perl/Porting/
H A DREADME.pod16 Program to prepare dual-life distributions for insertion into the Perl 5
57 checks for commits that span multiple distributions in F<cpan/> or F<dist/>.
58 Makes sure that updated CPAN distributions also update
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq2.pod30 Binary distributions for some proprietary platforms can be found
120 (Some operating system distributions may ship the documentation in a different
/openbsd/lib/libz/
H A DREADME109 contributions to and distributions of this project solely in our personal
/openbsd/gnu/llvm/libcxx/docs/
H A DUsingLibcxx.rst504 Additional types supported in random distributions
508 distributions with types other than ``short``, ``int``, ``long``, ``long long``, and their unsigned…
/openbsd/usr.sbin/unbound/doc/
H A DREADME129 NLnet Labs website but also through the various OS distributions for
/openbsd/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/
H A DCoreList.pod138 library in each of the left and right perl distributions.

12345