Home
last modified time | relevance | path

Searched refs:NLS (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-13.1/lib/libc/nls/
H A DMakefile.inc16 NLS+= be_BY.UTF-8
17 NLS+= ca_ES.ISO8859-1
26 NLS+= ja_JP.UTF-8
27 NLS+= ja_JP.eucJP
28 NLS+= ko_KR.UTF-8
29 NLS+= ko_KR.eucKR
30 NLS+= mn_MN.UTF-8
35 NLS+= ru_RU.KOI8-R
38 NLS+= uk_UA.UTF-8
40 NLS+= zh_CN.GB2312
[all …]
/freebsd-13.1/share/mk/
H A Dbsd.nls.mk33 .if defined(NLS) && !empty(NLS) && ${MK_NLS} != "no"
39 .for file in ${NLS}
55 NLS:= ${NLS:=.cat}
56 CLEANFILES+= ${NLS}
58 FILESGROUPS+= NLS
68 STAGE_SYMLINKS.NLS= ${NLSSYMLINKS}
69 STAGE_SYMLINKS_DIR.NLS= ${STAGE_OBJTOP}
73 .for file in ${NLS}
H A Dbsd.opts.mk62 NLS \
H A Dbsd.init.mk41 .for x in BIN CONF DOC DTB INFO KMOD LIB MAN NLS SHARE
/freebsd-13.1/lib/libc/string/
H A Dstrerror.c38 #if defined(NLS)
87 #if defined(NLS) in strerror_rl()
96 #if defined(NLS) in strerror_rl()
105 #if defined(NLS) in strerror_rl()
114 #if defined(NLS) in strerror_rl()
H A Dstrsignal.c39 #if defined(NLS)
101 #if defined(NLS) in strsignal()
111 #if defined(NLS) in strsignal()
119 #if defined(NLS) in strsignal()
149 #if defined(NLS) in strsignal()
/freebsd-13.1/usr.bin/sort/
H A DMakefile24 NLS+= hu_HU.ISO8859-2
25 NLSSRCFILES= ${NLS:S@[email protected]@}
27 .for lang in ${NLS}
/freebsd-13.1/contrib/bmake/mk/
H A Dnls.mk16 .if defined(NLS) && !empty(NLS)
17 NLSALL= ${NLS:.msg=.cat}
H A Down.mk108 NLS \
134 .for x in BIN CONF DOC INC INFO FILES KMOD LIB MAN NLS PROG SHARE
/freebsd-13.1/lib/libc/net/
H A Dgai_strerror.c37 #if defined(NLS)
67 #if defined(NLS)
83 #if defined(NLS) in gai_strerror()
/freebsd-13.1/contrib/tcsh/
H A Dconfig_f.h56 #if defined (SHORT_STRINGS) && defined (NLS) && !defined (WINNT_NATIVE) && !defined(_OSD_POSIX) && …
189 # ifndef NLS
H A Deight-bit.me27 Note that if I used a system with a reasonably complete NLS
30 variable to an appropriate value - the NLS would then indicate exactly which
32 of these automatically. The above works for tcsh's simulated NLS and for
33 the NLS in SunOS 4.1 - without the NOREBIND setting, all of the
H A Dsh.char.h35 #if defined(NeXT) && defined(NLS)
71 #ifndef NLS
186 #ifdef NLS
H A Dtc.vers.c51 #ifdef NLS in fix_version()
H A DNewThings15 * NLS Message Catalog support.
142 * NLS support
H A DFixes187 72. check that the NLS path works before setting $NLSPATH.
194 65. Enable NLS catalogs on Cygwin (Corinna Vinschen)
578 7. NLS catclose() bug avoidance (KAJIMOTO Masato)
861 76. Japanese NLS messages (Yoshiyuki Sakakibara)
866 72. Italian NLS messages (Massimo Bertozzi)
1047 71. More NLS catalog fixes.
1191 81. Next NLS fixes
1556 38. SUNOS NLS bug workarounds...
1603 93. $< did not work correctly with NLS chars.
1955 [only if NLS and SHORT_STRINGS are defined].
[all …]
/freebsd-13.1/usr.bin/ee/
H A DMakefile16 NLS= C fr_FR.ISO8859-1 de_DE.ISO8859-1 pl_PL.ISO8859-2 \ macro
28 .for lang in ${NLS}
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dnls.m425 AC_MSG_CHECKING([whether NLS is requested])
26 dnl Default is enabled NLS
H A Dgettext.m4118 dnl If we use NLS figure out what method
132 dnl User does not insist on using GNU NLS library. Figure out what
134 dnl to fall back to GNU NLS library.
273 dnl Mark actions used to generate GNU NLS library.
308 AC_MSG_CHECKING([whether to use NLS])
/freebsd-13.1/bin/csh/
H A Dconfig_p.h105 # undef NLS
H A Dconfig.h204 #define NLS 1 macro
/freebsd-13.1/contrib/xz/
H A DFREEBSD-Xlist8 ABOUT-NLS
/freebsd-13.1/contrib/diff/
H A DREADME16 Please see the file ABOUT-NLS for notes about translations.
24 work around it as described in ABOUT-NLS by invoking `./configure
/freebsd-13.1/contrib/openbsm/
H A DTODO20 - NLS support for au_strerror(3), which provides error strings for BSM errors
/freebsd-13.1/contrib/bc/manuals/
H A Dbuild.md49 supported: extra math enabled, history and NLS (locale support) disabled, with
436 #### NLS (Locale Support)
448 NLS (locale support) is automatically disabled when building for Windows or on
726 `bc` and `dc` have 8 build types, affected by the [History][8], [NLS (Locale
734 * `N`: NLS disabled.
736 * `EN`: Extra math and NLS disabled.
737 * `HN`: History and NLS disabled.
738 * `EHN`: Extra math, History, and NLS all disabled.

123