Searched refs:PACKAGE (Results 1 - 25 of 2044) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dgendocs.sh52 usage="Usage: $prog [OPTION]... PACKAGE MANUAL-TITLE
54 Generate various output formats from PACKAGE.texinfo (or .texi or .txi) source.
103 PACKAGE=
118 if test -z "$PACKAGE"; then
119 PACKAGE=$1
130 if test -s $srcdir/$PACKAGE.texinfo; then
131 srcfile=$srcdir/$PACKAGE.texinfo
132 elif test -s $srcdir/$PACKAGE.texi; then
133 srcfile=$srcdir/$PACKAGE.texi
134 elif test -s $srcdir/$PACKAGE
[all...]
/netbsd-current/external/gpl3/autoconf/dist/build-aux/
H A Dgendocs.sh59 usage="Usage: $prog [OPTION]... PACKAGE MANUAL-TITLE
61 Generate various output formats from PACKAGE.texinfo (or .texi or .txi) source.
66 -s SRCFILE read Texinfo from SRCFILE, instead of PACKAGE.{texinfo|texi|txi}
126 PACKAGE=
147 if test -z "$PACKAGE"; then
148 PACKAGE=$1
159 # For most of the following, the base name is just $PACKAGE
160 base=$PACKAGE
168 PACKAGE=$base
169 elif test -s "$srcdir/$PACKAGE
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/extra/
H A Dgendocs.sh56 PACKAGE=
81 usage="Usage: $prog [OPTION]... PACKAGE MANUAL-TITLE
83 Generate output in various formats from PACKAGE.texinfo (or .texi or
91 -s SRCFILE read Texinfo from SRCFILE, instead of PACKAGE.{texinfo|texi|txi}
185 if test -z "$PACKAGE"; then
186 PACKAGE=$1
200 # For most of the following, the base name is just $PACKAGE
201 base=$PACKAGE
214 PACKAGE=$base
215 elif test -s "$srcdir/$PACKAGE
[all...]
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddefs.h31 #define PACKAGE "dhcpcd" macro
35 # define PRIVSEP_USER "_" PACKAGE
39 # define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
42 # define SCRIPT LIBEXECDIR "/" PACKAGE "-run-hooks"
45 # define DEVDIR LIBDIR "/" PACKAGE "/dev"
/netbsd-current/external/bsd/bc/dist/
H A Dwarranty.c51 printf("%s %s\n%s\n", PACKAGE, VERSION, BC_COPYRIGHT);
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A DMakefile.in19 PACKAGE = @PACKAGE@
227 sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $(srcdir)/ref-add.sin > t-ref-add.sed
230 sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $(srcdir)/ref-del.sin > t-ref-del.sed
258 if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \
273 if test "$(PACKAGE)" = "gettext-tools" \
315 if test "$(PACKAGE)"
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddefs.h27 #undef PACKAGE macro
39 #undef PACKAGE macro
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Dprepend.t31 my $t1 = $tmpl1->fill_in(PACKAGE => 'T1');
32 my $t2 = $tmpl2->fill_in(PACKAGE => 'T2');
33 my $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T3');
52 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
53 $t2 = $tmpl2->fill_in(PACKAGE => 'T5');
54 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
72 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
73 $t2 = $tmpl2->fill_in(PACKAGE => 'T5');
74 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
H A Dstrict.t32 my $t1 = $tmpl1->fill_in(PACKAGE => 'T1', STRICT => 1, HASH => { bar => 'baz' });
35 my $t2 = $tmpl2->fill_in(PACKAGE => 'T2', HASH => { bar => 'baz' });
40 PACKAGE => 'T3',
/netbsd-current/external/bsd/kyua-testers/lib/libtester/
H A Dconfig.h35 #define PACKAGE "kyua-testers" macro
/netbsd-current/external/bsd/lutok/lib/liblutok/
H A Dconfig.h39 #define PACKAGE "lutok" macro
/netbsd-current/usr.sbin/ndbootd/
H A Dconfig.h70 #define PACKAGE "ndbootd" macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Ddefs.h29 #undef PACKAGE macro
/netbsd-current/crypto/external/cpl/tpm-tools/dist/po/
H A DMakevars27 DOMAIN = $(PACKAGE)
/netbsd-current/external/gpl2/grep/dist/intl/
H A DMakefile19 PACKAGE = grep macro
103 sed -e '/^#/d' -e 's/@''PACKAGE''@/grep/g' $< > t-$@
146 if test "$(PACKAGE)" = "gettext" \
185 if test "$(PACKAGE)" = "gettext"; then \
212 if test "$(PACKAGE)" = "gettext" \
224 if test "$(PACKAGE)" = "gettext"; then \
234 if test "$(PACKAGE)" = "gettext" \
268 if test "$(PACKAGE)" = "gettext"; then \
305 if test "$(PACKAGE)" = gettext; then \
318 distdir = ../$(PACKAGE)
[all...]
H A DMakefile.in19 PACKAGE = @PACKAGE@
103 sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > t-$@
146 if test "$(PACKAGE)" = "gettext" \
185 if test "$(PACKAGE)" = "gettext"; then \
212 if test "$(PACKAGE)" = "gettext" \
224 if test "$(PACKAGE)" = "gettext"; then \
234 if test "$(PACKAGE)" = "gettext" \
268 if test "$(PACKAGE)"
[all...]
/netbsd-current/external/gpl2/diffutils/dist/src/
H A DMakefile.am43 echo 'char const version_string[] = "(GNU $(PACKAGE)) $(VERSION)";') \
/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
H A D11-prepend.t36 $t1 = $tmpl1->fill_in(PACKAGE => 'T1');
37 $t2 = $tmpl2->fill_in(PACKAGE => 'T2');
38 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T3');
60 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
61 $t2 = $tmpl2->fill_in(PACKAGE => 'T5');
62 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
83 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
84 $t2 = $tmpl2->fill_in(PACKAGE => 'T5');
85 $t3 = $tmpl2->fill_in(PREPEND => q{$foo = "fillin"}, PACKAGE => 'T6');
/netbsd-current/crypto/external/cpl/tpm-tools/include/
H A Dconfig.h64 #define PACKAGE "tpm-tools" macro
/netbsd-current/external/bsd/atf/
H A Dbconfig.h66 #define PACKAGE "atf" macro
/netbsd-current/external/bsd/kyua-cli/
H A Dconfig.h74 #define PACKAGE "kyua-cli" macro
/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/'$//"`
81 echo "PACKAGE VERSION"
83 echo "PACKAGE"
/netbsd-current/external/gpl3/gcc.old/lib/libgomp/arch/or1k/
H A Dconfig.h95 #define PACKAGE "libgomp" macro
/netbsd-current/bin/setfacl/
H A DMakefile3 PACKAGE=runtime macro
/netbsd-current/tests/usr.bin/col/
H A DMakefile3 PACKAGE= tests macro

Completed in 223 milliseconds

1234567891011>>