Searched refs:package (Results 101 - 125 of 127) sorted by relevance

123456

/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathcheck.c3 * This software is part of the ast package *
25 * check if package+tool is ok to run
52 pathcheck(const char* package, const char* tool, Pathcheck_t* pc) argument
88 NoP(package);
/illumos-gate/usr/src/lib/libunistat/
H A DMakefile40 package := TARGET= package macro
55 all clean clobber delete lint package lintinter: $(SUBDIRS)
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs27 # avoid the overhead of using the DynaLoader package, and in addition constants
/illumos-gate/usr/src/cmd/sgs/nm/sparc/
H A DMakefile56 # Building SUNWonld results in a call to the `package' target. Requirements
60 package := LDLIBS += /usr/lib/libintl.so.1 macro
86 package \
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile78 package := TARGET= package macro
95 clean clobber delete lint package: $(SUBDIRS)
/illumos-gate/usr/src/cmd/sgs/packages/
H A DMakefile66 # have a 'package' target. This target is used to key
89 $(PKGDIRS) := TARGET = package
102 # invoke `package' to build this package from scratch. It will
104 # that this package is dependent upon
106 package: FRC
150 @ cd ../link_audit; pwd; $(MAKE) package
/illumos-gate/usr/src/grub/grub-0.97/
H A Dcompile45 If you are trying to build a whole package this is not the
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/
H A DMakefile52 all lint clean delete install package: $(SUBDIRS)
/illumos-gate/usr/src/cmd/sgs/nm/amd64/
H A DMakefile66 package \
/illumos-gate/usr/src/cmd/sgs/nm/sparcv9/
H A DMakefile67 package \
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man171 my $package = $program;
190 # <program> ({GNU,Free} <package>) <version>
191 # <program> - {GNU,Free} <package> <version>
201 $package = $2;
207 $package = $1 ? "$1$2" : $2;
473 .TH $PROGRAM "$section" "$date" "$package $version" FSF
/illumos-gate/usr/src/cmd/sgs/nm/i386/
H A DMakefile81 package \
/illumos-gate/usr/src/lib/libbsm/
H A DMakefile38 package := TARGET= package macro
61 all install lint package: $(GENSRCS) $(SUBDIRS)
/illumos-gate/usr/src/lib/libsecdb/
H A DMakefile75 all clean clobber delete install lint package: $(SUBDIRS)
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c122 uchar_t package; local
141 package = SAD_INTERLEAVE(sad[i].node_list, way);
144 if (package == 1)
146 else if (package == 2)
331 uchar_t package; local
342 package = node + 1;
351 if (package != xp) {
373 if (package != xp) {
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml35 be overwritten by package or patch operations, including
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c3 * This software is part of the ast package *
68 char* package; /* header package */ member in struct:proto
438 if (proto->package)
467 op = strcopy(op - 1, proto->package);
1812 if (!(flags & PLUSONLY) || proto->package)
1815 if (proto->package)
1817 op = strcopy(op - 1, proto->package);
2121 * package !=0 generate header for this package
2125 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags) argument
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Dpackage.c127 CHECK_DEPTH(env, 1, "push-package");
418 CHECK_DEPTH(env, 6, "begin-package");
429 check_my_self(env, "begin-package");
444 CHECK_DEPTH(env, 3, "open-package");
457 CHECK_DEPTH(env, 4, "$open-package");
474 CHECK_DEPTH(env, 1, "close-package");
513 * 'call-package' Fcode
520 CHECK_DEPTH(env, 2, "call-package");
623 device_t *package; local
626 CHECK_DEPTH(env, 2, "find-package");
[all...]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs93 # avoid the overhead of using the DynaLoader package, and in addition constants
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dmkbimage402 using \`superformat' to be found in \`fdutils' package.
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs157 # avoid the overhead of using the DynaLoader package, and in addition constants
/illumos-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni192 package com.sun.audit;
296 package com.sun.audit;
/illumos-gate/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh379 [[ ! -f "bin/package" ]] && fatal_error "build_shell: bin/package missing."
380 [[ ! -x "bin/package" ]] && fatal_error "build_shell: bin/package not executable."
385 bin/package make CCFLAGS="${CCFLAGS}" CC="${CC}" HOSTTYPE="${HOSTTYPE}"
389 log="${root}/lib/package/gen/make.out"
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3157 char *package; local
3186 * Add general/package property if PKGINST is set.
3188 if ((package = getenv("PKGINST")) != NULL) {
3190 SCF_TYPE_ASTRING, 1, package);
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh161 # Function to do the build, including package generation.
335 echo "\n==== package build errors ($LABEL) ====\n" \
342 tee $TMPDIR/package >> $mail_msg_file
343 if [[ -s $TMPDIR/package ]]; then

Completed in 3700 milliseconds

123456