Searched refs:packages (Results 1 - 25 of 51) sorted by relevance

123

/illumos-gate/usr/src/lib/efcode/
H A DMakefile30 SUBDIRS = engine fcdriver extend packages pci gp2 upa interpreter efdaemon \
64 extend fcdriver packages pci gp2 upa interpreter efdaemon jupiter: engine
66 fcdriver: packages
70 interpreter: packages extend
/illumos-gate/usr/src/cmd/sgs/libconv/
H A DMakefile.com95 README_REVISION=../../packages/common/readme_revision
96 ONLDREADME= ../../packages/common/SUNWonld-README
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c123 struct dr_pkg_entry *packages; /* pointer to the list of packages */ member in struct:drinfo
127 int total_pkgs; /* total number of dryrun packages */
171 pkg_entry = &(dr_info.packages);
191 pkg_entry = dr_info.packages;
387 pkg_entry = dr_info.packages;
447 * Now all of the entries about the various packages that own
501 dr_info.packages = NULL;
615 * Now all of the entries about the various packages that own
/illumos-gate/usr/src/tools/protocmp/
H A Ddepend.c42 static pkg_list *packages[HASH_SIZE]; variable
53 for (tmp = packages[bucket]; tmp != NULL; tmp = tmp->next) {
70 tmp->next = packages[bucket];
71 packages[bucket] = tmp;
153 * depend won't exist in ON packages until a build
156 * packages would copy in during the build.
171 * We have to be careful with some of the packages that are
175 * packages, since on x86 we only want the .i one, and on sparc
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh82 # non-DEBUG packages.
324 echo "\n==== Creating $LABEL packages at `date` ====\n" \
352 echo "\n==== No $LABEL packages to build ====\n" \
356 echo "\n==== Not creating $LABEL packages ====\n" >> $LOGFILE
653 -p create packages
1325 WARNING: the p option (create packages) is set, but so is the N option (do
/illumos-gate/usr/src/lib/brand/solaris10/cmd/
H A Ds10_python_wrapper.sh.in41 PYTHONPATH=/.SUNWnative/usr/lib/python@PYTHON_VERSION@/vendor-packages
/illumos-gate/usr/src/lib/pylibbe/
H A DMakefile.com35 ROOTLIBDIR= $(ROOT)/usr/lib/python$(PYTHON_VERSION)/vendor-packages
36 ROOTLIBDIR64= $(ROOT)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/64
/illumos-gate/usr/src/lib/pysolaris/
H A DMakefile.com35 ROOTLIBDIR= $(ROOT)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/solaris
/illumos-gate/usr/src/lib/pyzfs/
H A DMakefile.com38 ROOTLIBDIR= $(ROOT)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/zfs
/illumos-gate/usr/src/pkg/
H A DMakefile67 # get packaging failures building all packages, because pkgsend
118 # The packages directory will contain the processed manifests as
124 PDIR= packages.$(PKGMACH)
220 # subset of packages, override this on the command line or in the
247 # build rules and dependencies. The synthetic and real packages use
287 # such packages are not included in the incorporation or group packages,
291 $(REPOS:%=$(PDIR)/packages.%.current) \
292 $(REPOS:%=$(PDIR)/packages.%.renamed) \
293 $(REPOS:%=$(PDIR)/packages
[all...]
/illumos-gate/usr/src/cmd/sgs/
H A DMakefile181 XRPRUNE= rtld.4.x packages abi
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_python_wrapper.sh41 PYTHONPATH=/.SUNWnative/usr/lib/python2.6/vendor-packages
/osnet-11/usr/src/lib/efcode/
H A DMakefile27 SUBDIRS = engine fcdriver extend packages pci gp2 upa interpreter efdaemon \
67 extend fcdriver packages pci gp2 upa interpreter efdaemon jupiter: engine
69 fcdriver: packages
73 interpreter: packages extend
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dvars.pm73 loading of subroutines within packages can create problems with
H A DAutoLoader.pm314 handle multiple packages in a file.
H A DAutoSplit.pm93 =head2 Multiple packages
96 multiple packages within a single file. Both of the following cases
H A DCarp.pm59 packages explicitly marked as safe by inclusion in @CARP_NOT, or
112 # The members of %Internal are packages that are internal to perl.
113 # Carp will not report errors from within these packages if it
115 # system. Carp will not report errors from within these packages
116 # either, and will not report calls *to* these packages for carp and
177 sub shortmess { # Short-circuit &longmess if called via multiple packages
H A DCwd.pm110 it will only be kept up to date if all packages which use chdir import
H A DDB.pm612 (or packages that want to simply get at the "privileged" debugging data)
730 ask DB not to stop in these packages
H A DDumpvalue.pm529 Dump symbol tables of packages.
H A DSelfLoader.pm10 my %Cache; # private cache for all SelfLoader's client packages
298 =head1 Multiple packages and fully qualified subroutine names
300 Subroutines in multiple packages within the same file are supported - but you
315 will ensure that the packages 'foo' and 'baz' correctly have the
H A DSymbol.pm73 that lives in the specified package and in its sub-packages. Since perl,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL279 (unless C<=for/=begin> directives are used that rely on extra packages).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPretty.pm195 # To allow overriding, search through the packages
197 my @packages = ($self,@{"$self\:\:ISA"});
201 foreach $pck (@packages) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm3 Term::ReadLine - Perl interface to various C<readline> packages.
21 This package is just a front end to some other packages. At the moment

Completed in 342 milliseconds

123