| /netbsd-src/lib/libc/string/ |
| H A D | __strsignal.c | 42 #ifdef NLS 61 #ifdef NLS in __strsignal() 70 #ifdef NLS in __strsignal() 77 #ifdef NLS in __strsignal() 84 #ifdef NLS in __strsignal() 92 #ifdef NLS in __strsignal()
|
| H A D | strerror_r.c | 43 #ifdef NLS 57 #ifdef NLS in __weak_alias() 110 #ifdef NLS in _strerror_lr() 118 #ifdef NLS in _strerror_lr() 133 #ifdef NLS in _strerror_lr() 161 #ifdef NLS in strerror_r()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/ |
| H A D | 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 \
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/ |
| H A D | 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
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | 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').
|
| H A D | lang-smalltalk | 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').!
|
| /netbsd-src/external/gpl2/gettext/dist/djgpp/ |
| H A D | README.in | 37 2) The binary package gtxt@packageversion@b.zip contains all needed files to get NLS 54 To implement NLS support for one of those packages you will also need 78 off the numeric tail generation you will **NOT** be able to use NLS 79 on plain DOS. Once again: if you want NLS support on both Win9X **AND** 84 NLS support. You **MUST** turn off numeric tail generation every time 85 you install a package that has been compiled with NLS or the binaries 129 2.3.: The NLS controling environment variables, LANG and LANGUAGE, must be 194 In this case a DJGPP binary that has been compiled with NLS support 253 If for some reason you want to disable NLS, then you should comment 271 2.6.: The binaries distributed in this package have NLS support. [all …]
|
| H A D | README | 37 2) The binary package gtxt05b.zip contains all needed files to get NLS 54 To implement NLS support for one of those packages you will also need 78 off the numeric tail generation you will **NOT** be able to use NLS 79 on plain DOS. Once again: if you want NLS support on both Win9X **AND** 84 NLS support. You **MUST** turn off numeric tail generation every time 85 you install a package that has been compiled with NLS or the binaries 129 2.3.: The NLS controling environment variables, LANG and LANGUAGE, must be 194 In this case a DJGPP binary that has been compiled with NLS support 253 If for some reason you want to disable NLS, then you should comment 271 2.6.: The binaries distributed in this package have NLS support. [all …]
|
| H A D | config.bat | 7 Rem Find out if NLS is wanted or not, 12 Rem We always default to NLS support, 16 set NLS=enabled variable 17 if not "%NLS%" == "enabled" goto SmallEnv 32 Rem Special arguments are: NLS, XSRC, CACHE, STATIC_LIBS, LIBICONV_PREFIX, LIBINTL_PREFIX and DEPS. 36 if "%1" == "NLS" goto NextArgument 38 if "%1" == "no-NLS" goto NoNLS 39 if "%1" == "NO-NLS" goto NoNLS 42 if "%1" == "no-nls" set NLS=disabled variable 43 if "%1" == "no-NLS" set NLS=disabled variable [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-smalltalk/ |
| H A D | hello.st.in | 25 classVariableNames: 'NLS' 31 NLS := I18N Locale default messages domain: 'hello-smalltalk' localeDirectory: '@localedir@'. 32 Transcript showCr: (NLS ? 'Hello, world!'). 33 …Transcript showCr: ((NLS ? 'This program is running as process number %1.') bindWith: self getpid).
|
| /netbsd-src/share/mk/ |
| H A D | bsd.nls.mk | 11 NLS?= 16 NLSALL= ${NLS:.msg=.cat} 64 .if ${MKNLS} != "no" && !empty(NLS)
|
| /netbsd-src/external/bsd/flex/dist/m4/ |
| H A D | nls.m4 | 25 AC_MSG_CHECKING([whether NLS is requested]) 26 dnl Default is enabled NLS
|
| /netbsd-src/crypto/external/cpl/tpm-tools/dist/m4/ |
| H A D | nls.m4 | 24 AC_MSG_CHECKING([whether NLS is requested]) 25 dnl Default is enabled NLS
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/ |
| H A D | nls.m4 | 24 AC_MSG_CHECKING([whether NLS is requested]) 25 dnl Default is enabled NLS
|
| /netbsd-src/external/gpl2/gettext/dist/ |
| H A D | autogen.sh | 229 cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS
|
| /netbsd-src/bin/csh/ |
| H A D | char.h | 41 #ifndef NLS 74 #ifdef NLS
|
| /netbsd-src/external/gpl2/xcvs/dist/m4/ |
| H A D | nls.m4 | 24 AC_MSG_CHECKING([whether NLS is requested]) 25 dnl Default is enabled NLS
|
| /netbsd-src/external/gpl3/gdb/dist/config/ |
| H A D | nls.m4 | 24 AC_MSG_CHECKING([whether NLS is requested]) 25 dnl Default is enabled NLS
|
| /netbsd-src/external/gpl2/gmake/dist/config/ |
| H A D | nls.m4 | 24 AC_MSG_CHECKING([whether NLS is requested]) 25 dnl Default is enabled NLS
|
| /netbsd-src/external/gpl3/gcc/dist/config/ |
| H A D | nls.m4 | 24 AC_MSG_CHECKING([whether NLS is requested]) 25 dnl Default is enabled NLS
|
| /netbsd-src/external/gpl3/binutils.old/dist/config/ |
| H A D | nls.m4 | 24 AC_MSG_CHECKING([whether NLS is requested]) 25 dnl Default is enabled NLS
|
| /netbsd-src/external/gpl3/gcc.old/dist/config/ |
| H A D | nls.m4 | 24 AC_MSG_CHECKING([whether NLS is requested]) 25 dnl Default is enabled NLS
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | nls.m4 | 24 AC_MSG_CHECKING([whether NLS is requested]) 25 dnl Default is enabled NLS
|
| /netbsd-src/external/gpl3/gdb.old/dist/config/ |
| H A D | nls.m4 | 24 AC_MSG_CHECKING([whether NLS is requested]) 25 dnl Default is enabled NLS
|
| /netbsd-src/external/gpl2/texinfo/dist/m4/ |
| H A D | nls.m4 | 24 AC_MSG_CHECKING([whether NLS is requested]) 25 dnl Default is enabled NLS
|