| /src/external/gpl2/gettext/bin/gettext/ |
| Makefile | 3 PROG= gettext 5 CLEANFILES+=gettext.1 9 gettext.1: ${DIST}/gettext/gettext-runtime/man/gettext.1.in
|
| /src/external/gpl2/groff/dist/src/include/ |
| gettext.h | 1 /* $NetBSD: gettext.h,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */ 3 /* This is a dummy header file to make getopt compile without gettext 6 #define gettext(s) s macro
|
| /src/external/gpl2/gettext/bin/msgunfmt/ |
| Makefile | 7 CPPFLAGS+= -I${DIST}/gettext/gettext-tools/intl
|
| /src/external/gpl2/gettext/dist/gettext-runtime/man/ |
| gettext.x | 2 gettext \- translate message
|
| /src/lib/libintl/ |
| Makefile | 6 SRCS= gettext.c textdomain.c gettext_iconv.c gettext_dummy.c strhash.c \ 14 MAN= gettext.3 15 MLINKS= gettext.3 dgettext.3 gettext.3 dcgettext.3 \ 16 gettext.3 ngettext.3 gettext.3 dngettext.3 \ 17 gettext.3 dcngettext.3 gettext.3 textdomain.3 \ 18 gettext.3 bindtextdomain.3 gettext.3 bind_textdomain_codeset. [all...] |
| /src/external/gpl2/gettext/ |
| Makefile.inc | 5 DIST= ${NETBSDSRCDIR}/external/gpl2/gettext/dist 8 -I${DIST}/gettext-tools/gnulib-lib \
|
| /src/external/gpl2/gettext/dist/gettext-tools/man/ |
| autopoint.x | 2 autopoint \- copies standard gettext infrastructure
|
| gettextize.x | 2 gettextize \- install or upgrade gettext infrastructure
|
| xgettext.x | 2 xgettext \- extract gettext strings from source
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-sh/ |
| hello.sh | 2 # Example for use of GNU gettext. 8 . gettext.sh 15 gettext "Hello, world!"; echo
|
| /src/external/gpl2/gettext/info/ |
| Makefile | 5 TEXINFO= gettext.texi 6 INFOFLAGS= -I${DIST}/gettext-tools/doc -I${DIST}/gettext-runtime/doc 10 .PATH: ${DIST}/gettext-tools/doc
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-python-2 | 11 print gettext.gettext("help") 13 print gettext.gettext("me") 15 print gettext.gettext("Hey Jude") 18 print gettext.gettext("The Fabulous Four") 20 print gettext.gettext("there is not enough [all...] |
| xgettext-perl-1 | 10 use Locale::Messages qw (textdomain bindtextdomain gettext ngettext dngettext); 58 print gettext <<PERL; print gettext <<PERL; 65 printf "%s\n", gettext "abc\$def"; 66 printf "%s\n", gettext "abc\\\$def"; 69 printf "%s\n", gettext 'abc$defg'; 70 printf "%s\n", gettext 'abc\$defg'; 71 printf "%s\n", gettext 'abc\\$defg'; 72 printf "%s\n", gettext 'abc\\\$defg'; 75 printf "%s\n", gettext 'ecs\tasy' [all...] |
| xgettext-sh-1 | 12 gettext depth_0_none_0_x 13 gettext depth_0_none_1_\x 14 gettext depth_0_none_2_\\x 15 gettext "depth_0_dquote_0_x" 16 gettext "depth_0_dquote_1_\x" 17 gettext "depth_0_dquote_2_\\x" 18 gettext 'depth_0_squote_0_x' 19 gettext 'depth_0_squote_1_\x' 20 gettext 'depth_0_squote_2_\\x' 22 echo `gettext depth_1_0_none_0_x [all...] |
| xgettext-perl-6 | 12 # For 'gettext', xgettext needs to extract the first argument. 14 # Don't extract further strings (second argument to gettext or unrelated 16 print gettext "extracted1", "$shouldnotbeextracted"; 17 print gettext ("extracted2"), "$shouldnotbeextracted"; 18 print gettext ("extracted3")."$notextracted", "$shouldnotbeextracted"; 19 print (gettext ("extracted4")), "$shouldnotbeextracted"; 22 print foobar gettext "extracted5", "$shouldnotbeextracted"; 23 print foobar gettext ("extracted6"), "$shouldnotbeextracted"; 24 print foobar gettext ("extracted7")."$notextracted", "$shouldnotbeextracted"; 25 print foobar (gettext ("extracted8")), "$shouldnotbeextracted" [all...] |
| xgettext-c-14 | 11 format(gettext("%s on, %s off")); 12 format(gettext("%1$d on, %2$d off")); 13 format(gettext("%|1$| on, %|2$| off")); 14 format(gettext("%1% on, %2% off")); 16 gettext("heuristic %s on, %s off"); 17 gettext("heuristic %1$d on, %2$d off"); 18 gettext("heuristic %|1$| on, %|2$| off"); 19 gettext("heuristic %1% on, %2% off");
|
| xgettext-perl-5 | 11 print gettext "help"; 13 print gettext "me"; 15 print gettext "Hey Jude"; 18 print gettext "The Fabulous Four";
|
| xgettext-sh-2 | 11 gettext "help" 13 gettext "me" 15 gettext "Hey Jude" 18 gettext "The Fabulous Four"
|
| /src/external/gpl2/gettext/dist/ |
| Makefile.am | 1 ## Makefile for the toplevel directory of GNU gettext 22 SUBDIRS = gnulib-local gettext-runtime gettext-tools autoconf-lib-link 32 $(srcdir)/configure: $(srcdir)/autoconf-lib-link/configure.ac $(srcdir)/gettext-runtime/configure.ac $(srcdir)/gettext-tools/configure.ac 36 cmp -s gettext-runtime/po/Makefile.in.in gettext-tools/po/Makefile.in.in 37 cmp -s gettext-runtime/po/Rules-quot gettext-tools/po/Rules-quot 38 cmp -s gettext-runtime/po/boldquot.sed gettext-tools/po/boldquot.se [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/m4/ |
| Makefile.am | 10 ../../gettext-runtime/m4/codeset.m4 \ 11 ../../gettext-runtime/m4/gettext.m4 \ 12 ../../gettext-runtime/m4/glibc2.m4 \ 13 ../../gettext-runtime/m4/glibc21.m4 \ 14 ../../gettext-runtime/m4/iconv.m4 \ 15 ../../gettext-runtime/m4/intdiv0.m4 \ 16 ../../gettext-runtime/m4/intl.m4 \ 17 ../../gettext-runtime/m4/intldir.m4 \ 18 ../../gettext-runtime/m4/intmax.m4 [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-perl/ |
| hello-1.pl.in | 2 # Example for use of GNU gettext. 8 use Locale::Messages qw (textdomain bindtextdomain gettext); 13 sub _ ($) { &gettext; }
|
| /src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| Makefile.am | 1 ## Makefile for the gettext-tools/doc subdirectory of GNU gettext 23 TEXINCLUDES = -I $(top_srcdir)/../gettext-runtime/doc 31 info_TEXINFOS = gettext.texi 32 # List of texinfo sources @included by gettext.texi, excluding version.texi. 39 $(top_srcdir)/../gettext-runtime/doc/rt-gettext.texi \ 40 $(top_srcdir)/../gettext-runtime/doc/rt-ngettext.texi \ 41 $(top_srcdir)/../gettext-runtime/doc/rt-envsubst.texi 73 (dir=.; test -f ./gettext.texi || dir=$(srcdir); [all...] |
| /src/external/gpl2/gettext/bin/msggrep/ |
| Makefile | 9 CPPFLAGS+=-I${DIST}/gettext-tools/libgrep
|
| /src/tools/gettext/ |
| Makefile | 5 MODULE= gettext 8 --with-included-gettext --disable-csharp
|
| /src/external/gpl2/gettext/dist/gettext-runtime/src/ |
| gettext.sh.in | 38 # ". gettext.sh" to find it, we install it in $PREFIX/bin (that is usually 40 # $PREFIX/share/sh-scripts or $PREFIX/share/gettext. In order to not violate 44 # zsh is not POSIX compliant: By default, while ". gettext.sh" is executed, 45 # it sets $0 to "gettext.sh", defeating the purpose of this test. But 50 gettext.sh | */gettext.sh | *\\gettext.sh) 58 echo "GNU gettext shell script function library version $version" 59 echo "Usage: . gettext.sh" 89 gettext "$1" | (export PATH `envsubst --variables "$1"`; envsubst "$1" [all...] |