HomeSort by: relevance | last modified time | path
    Searched refs:NLS (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-smalltalk-1 11 Transcript showCr: (NLS ? 'help').
13 Transcript showCr: (NLS ? 'me').
15 Transcript showCr: (NLS ? 'Hey Jude').
19 Transcript showCr: (NLS ? 'The Fabulous Four').
lang-smalltalk 16 classVariableNames: 'NLS'
23 NLS := I18N Locale default messages domain: 'prog' localeDirectory: '.'.
26 (NLS ? '''Your command, please?'', asked the waiter.').
28 ((NLS at: 'a piece of cake' plural: '%1 pieces of cake' with: n) bindWith: n).
30 ((NLS ? '%1 is replaced by %2.') bindWith: 'FF' with: 'EUR').!
  /src/lib/libc/string/
__strsignal.c 42 #ifdef NLS
61 #ifdef NLS
70 #ifdef NLS
77 #ifdef NLS
84 #ifdef NLS
92 #ifdef NLS
strerror_r.c 43 #ifdef NLS
57 #ifdef NLS
110 #ifdef NLS
118 #ifdef NLS
133 #ifdef NLS
161 #ifdef NLS
  /src/external/gpl2/gettext/dist/gettext-runtime/
Makefile.am 40 gettextsrc_DATA = ABOUT-NLS
43 all-local: ABOUT-NLS
45 ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi
46 rm -f $(srcdir)/ABOUT-NLS \
47 && $(MAKEINFO) --output=$(srcdir)/ABOUT-NLS --no-header \
48 -I $(srcdir)/doc --no-validate nls.texi
  /src/external/gpl2/gettext/dist/gettext-tools/
Makefile.am 45 all-local: $(srcdir)/ABOUT-NLS
46 $(srcdir)/ABOUT-NLS: $(srcdir)/../gettext-runtime/ABOUT-NLS
47 cp $(srcdir)/../gettext-runtime/ABOUT-NLS $(srcdir)/ABOUT-NLS
  /src/share/mk/
bsd.nls.mk 1 # $NetBSD: bsd.nls.mk,v 1.47 2011/09/10 16:57:35 apb Exp $
11 NLS?=
16 NLSALL= ${NLS:.msg=.cat}
64 .if ${MKNLS} != "no" && !empty(NLS)
  /src/crypto/external/cpl/tpm-tools/dist/
cleanup.sh 28 rm ABOUT-NLS
  /src/lib/libc/regex/
utils.h 41 #ifdef NLS
regcomp.c 228 #ifndef NLS
1151 #elif defined(NLS)
1394 #ifdef NLS
1498 #ifdef NLS
1651 #ifdef NLS
2045 #ifdef NLS
2134 #ifdef NLS
2175 #ifdef NLS
  /src/bin/csh/
char.h 41 #ifndef NLS
74 #ifdef NLS
  /src/external/gpl2/gettext/dist/djgpp/
config.bat 7 Rem Find out if NLS is wanted or not,
12 Rem We always default to NLS support,
16 set NLS=enabled
17 if not "%NLS%" == "enabled" goto SmallEnv
32 Rem Special arguments are: NLS, XSRC, CACHE, STATIC_LIBS, LIBICONV_PREFIX, LIBINTL_PREFIX and DEPS.
35 if "%1" == "nls" goto NextArgument
36 if "%1" == "NLS" goto NextArgument
37 if "%1" == "no-nls" goto NoNLS
38 if "%1" == "no-NLS" goto NoNLS
39 if "%1" == "NO-NLS" goto NoNLS
    [all...]
  /src/external/public-domain/xz/
prepare-import.sh 16 rm -rf ABOUT-NLS aclocal.m4 autogen.sh COPYING.*GPL* INSTALL.generic
  /src/usr.bin/grep/
Makefile 31 .PATH: ${.CURDIR}/nls
33 NLS= C.msg \
  /src/external/gpl2/gettext/dist/
autogen.sh 229 cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS
  /src/external/gpl2/gettext/bin/gettextize/
gettextize 111 if test -f NLS && test $force -eq 0; then
112 $echo "NLS exists: use option -f if you really want to delete it."
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c/
autoclean.sh 14 rm -f ABOUT-NLS
34 rm -f m4/nls.m4
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++/
autoclean.sh 14 rm -f ABOUT-NLS
34 rm -f m4/nls.m4
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/
autoclean.sh 11 rm -f ABOUT-NLS
31 rm -f m4/nls.m4
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
autoclean.sh 18 rm -f ABOUT-NLS
37 rm -f m4/nls.m4
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c-gnome/
autoclean.sh 11 rm -f ABOUT-NLS
31 rm -f m4/nls.m4
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc/
autoclean.sh 14 rm -f ABOUT-NLS
34 rm -f m4/nls.m4
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnome/
autoclean.sh 11 rm -f ABOUT-NLS
31 rm -f m4/nls.m4
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
add-to-archive 65 ABOUT-NLS)
  /src/lib/libc/
Makefile 10 # The NLS (message catalog) functions are always in libc. To choose that
11 # strerror(), perror(), strsignal(), psignal(), etc. actually call the NLS
82 .include "${.CURDIR}/nls/Makefile.inc"
126 NLS= C.msg Pig.msg ca.msg cs.msg de.msg es.msg fi.msg fr.msg nl.msg \

Completed in 42 milliseconds

1 2