Searched refs:package (Results 1 - 25 of 413) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dproject-id2 # Prints a package's identification PACKAGE VERSION or PACKAGE.
27 package=`(grep '^PACKAGE_NAME=' configure; grep '^ *PACKAGE=' configure) | grep -v '=[ ]*$' | sed -e '1q' | sed -e 's/^[^=]*=//' | sed -e "s/^'//" -e "s/'$//"`
28 case "$package" in
30 # Some packages (gcal) retrieve the package name dynamically.
31 package=
34 if test -n "$package"; then
35 is_gnu=`LC_ALL=C grep "GNU $package" * 2>/dev/null | grep -v '^libtool:'`
37 package="GNU $package"
48 echo "$package
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dattributes.d11 package(std) enum betterC = 1;
/netbsd-current/external/gpl3/binutils/dist/
H A Dsrc-release.sh78 package=$1
86 echo "==> Making $package-$ver/"
163 rm -f $package-$ver
164 ln -s proto-toplev $package-$ver
183 package=$1
185 echo "==> Making $package-$ver.tar"
186 rm -f $package-$ver.tar
187 find $package-$ver -follow \( $CVS_NAMES \) -prune \
189 | tar cTfh - $package-$ver.tar
195 package
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/
H A Dsrc-release.sh78 package=$1
86 echo "==> Making $package-$ver/"
165 rm -f $package-$ver
166 ln -s proto-toplev $package-$ver
185 package=$1
187 echo "==> Making $package-$ver.tar"
188 rm -f $package-$ver.tar
189 find $package-$ver -follow \( $CVS_NAMES \) -prune \
191 | tar cTfh - $package-$ver.tar
197 package
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/
H A Dsrc-release.sh78 package=$1
86 echo "==> Making $package-$ver/"
165 rm -f $package-$ver
166 ln -s proto-toplev $package-$ver
185 package=$1
187 echo "==> Making $package-$ver.tar"
188 rm -f $package-$ver.tar
189 find $package-$ver -follow \( $CVS_NAMES \) -prune \
191 | tar cTfh - $package-$ver.tar
197 package
[all...]
/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dtuklib_gettext.h29 # define tuklib_gettext_init(package, localedir) \
32 bindtextdomain(package, localedir); \
33 textdomain(package); \
37 # define tuklib_gettext_init(package, localedir) \
/netbsd-current/crypto/external/bsd/netpgp/dist/tests/
H A DMakefile.am7 package.m4 \
16 package.m4 \
21 package.m4 \
24 package.m4: $(top_srcdir)/configure.ac
26 echo '# Signature of the current package.'; \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/
H A Dintegers.go0 package main
H A Dpackage1.go0 package main
H A Dpackage2.go0 package package2
H A Dmethods.go0 package main
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dinternal.d3 /// Helper functions for std.algorithm package.
10 package template algoFormat()
19 package enum size_t maxArraySize = 50;
20 package enum size_t minArraySize = maxArraySize - 1;
22 package string[] rndstuff(T : string)()
41 package int[] rndstuff(T : int)()
54 package double[] rndstuff(T : double)()
67 package(std) T* addressOf(T)(ref T val) { return &val; }
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A DMakefile.common9 cvs dist cvs-clean configure.in configure.files subdirs package-messages package-merge:
23 if test "$@" = "package-merge"; then \
25 $(SHELL) $$admindir/cvs.sh package-merge ;\
34 .PHONY: cvs dist cvs-clean package-merge package-messages
/netbsd-current/external/gpl3/gdb/dist/
H A Dsrc-release.sh79 package=$1
87 echo "==> Making $package-$ver/"
164 rm -f $package-$ver
165 ln -s proto-toplev $package-$ver
184 package=$1
186 echo "==> Making $package-$ver.tar"
187 rm -f $package-$ver.tar
189 find $package-$ver -follow \( $CVS_NAMES \) -prune -o -type f -print \
190 | tar cTfh - $package-$ver.tar
194 find $package
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Dwarnings.t40 $template = Text::Template->new(type => 'STRING', package => 'MY', source => '');
41 $template->fill_in(package => 'MY', hash => { include => sub { 'XX' } });
43 $template = Text::Template->new(type => 'STRING', package => 'MY', source => '');
44 $template->fill_in(package => 'MY', hash => { include => sub { 'XX' } });
/netbsd-current/external/gpl3/gdb/dist/gdb/po/
H A Dgdbtext5 echo "Usage: $0 <xgettext> <package> <directory> ..." 1>&2
10 package=$1 ; shift
28 --default-domain=${package} \
38 -o po/${package}.pot
/netbsd-current/external/gpl3/gdb.old/dist/gdb/po/
H A Dgdbtext5 echo "Usage: $0 <xgettext> <package> <directory> ..." 1>&2
10 package=$1 ; shift
28 --default-domain=${package} \
38 -o po/${package}.pot
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dinternal.d3 /// Helper functions for std.algorithm package.
10 package template algoFormat()
19 package enum size_t maxArraySize = 50;
20 package enum size_t minArraySize = maxArraySize - 1;
22 package string[] rndstuff(T : string)()
47 package int[] rndstuff(T : int)()
66 package double[] rndstuff(T : double)()
77 package(std) T* addressOf(T)(ref T val) { return &val; }
/netbsd-current/usr.sbin/acpitools/aml/
H A Daml_obj.c93 if (ret->package.elements == 0) {
96 ret->package.objects = memman_alloc_flexsize(aml_memman,
97 ret->package.elements * sizeof(union aml_object *));
98 for (i = 0; i < ret->package.elements; i++) {
99 ret->package.objects[i] = aml_copy_object(env, orig->package.objects[i]);
202 if (obj->type == aml_t_package && obj->package.objects != NULL) {
203 for (i = 0; i < obj->package.elements; i++) {
204 aml_free_object(&obj->package.objects[i]);
206 memman_free_flexsize(aml_memman, obj->package
[all...]
/netbsd-current/distrib/syspkg/sets/
H A DMakefile11 TARGETS+=package
/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ure/
H A DREADME30 This is a simple regular expression package for matching against Unicode text
31 in UCS2 form. The implementation of this URE package is a variation on the
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/src/
H A Dgettext.sh.in52 package=@PACKAGE@
65 echo "$progname (GNU $package) $version"
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/
H A Dutility.d18 * the case (yet or anymore) for the startup/shutdown code in this package
21 package(rt) void safeAssert(
31 package(rt)
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dnbsd-namespace-acpi.h37 #define package Package macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dasn1_encode_test.c149 int skip; /* 1 if this package should be skipped */
486 const TEST_PACKAGE *package)
493 enctst = package->d2i(NULL, &bytes, nbytes);
509 package->ifree(enctst);
522 const TEST_PACKAGE *package)
528 len = package->i2d(input, &data);
550 const TEST_PACKAGE *package)
557 len = package->i2d(p, &data);
561 ret = do_decode(data, len, bytes, nbytes, package);
671 const TEST_PACKAGE *package)
484 do_decode(unsigned char *bytes, long nbytes, const EXPECTED *expected, size_t expected_size, const TEST_PACKAGE *package) argument
520 do_encode(EXPECTED *input, const unsigned char *expected, size_t expected_len, const TEST_PACKAGE *package) argument
549 do_enc_dec(EXPECTED *bytes, long nbytes, const TEST_PACKAGE *package) argument
669 do_decode_custom(const TEST_CUSTOM_DATA *custom_data, const EXPECTED *expected, size_t expected_size, const TEST_PACKAGE *package) argument
692 do_encode_custom(EXPECTED *input, const TEST_CUSTOM_DATA *custom_data, const TEST_PACKAGE *package) argument
709 do_print_item(const TEST_PACKAGE *package) argument
729 test_intern(const TEST_PACKAGE *package) argument
[all...]

Completed in 398 milliseconds

1234567891011>>