| /illumos-gate/usr/src/lib/efcode/ |
| H A D | Makefile | 30 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 D | Makefile.com | 95 README_REVISION=../../packages/common/readme_revision 96 ONLDREADME= ../../packages/common/SUNWonld-README
|
| /illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
| H A D | dryrun.c | 123 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 D | depend.c | 42 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 D | nightly.sh | 82 # 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 D | s10_python_wrapper.sh.in | 41 PYTHONPATH=/.SUNWnative/usr/lib/python@PYTHON_VERSION@/vendor-packages
|
| /illumos-gate/usr/src/lib/pylibbe/ |
| H A D | Makefile.com | 35 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 D | Makefile.com | 35 ROOTLIBDIR= $(ROOT)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/solaris
|
| /illumos-gate/usr/src/lib/pyzfs/ |
| H A D | Makefile.com | 38 ROOTLIBDIR= $(ROOT)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/zfs
|
| /illumos-gate/usr/src/pkg/ |
| H A D | Makefile | 67 # 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 D | Makefile | 181 XRPRUNE= rtld.4.x packages abi
|
| /osnet-11/usr/src/lib/brand/solaris10/cmd/ |
| H A D | s10_python_wrapper.sh | 41 PYTHONPATH=/.SUNWnative/usr/lib/python2.6/vendor-packages
|
| /osnet-11/usr/src/lib/efcode/ |
| H A D | Makefile | 27 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 D | vars.pm | 73 loading of subroutines within packages can create problems with
|
| H A D | AutoLoader.pm | 314 handle multiple packages in a file.
|
| H A D | AutoSplit.pm | 93 =head2 Multiple packages 96 multiple packages within a single file. Both of the following cases
|
| H A D | Carp.pm | 59 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 D | Cwd.pm | 110 it will only be kept up to date if all packages which use chdir import
|
| H A D | DB.pm | 612 (or packages that want to simply get at the "privileged" debugging data) 730 ask DB not to stop in these packages
|
| H A D | Dumpvalue.pm | 529 Dump symbol tables of packages.
|
| H A D | SelfLoader.pm | 10 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 D | Symbol.pm | 73 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 D | pod2latex.PL | 279 (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 D | Pretty.pm | 195 # 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 D | ReadLine.pm | 3 Term::ReadLine - Perl interface to various C<readline> packages. 21 This package is just a front end to some other packages. At the moment
|