Searched refs:NLS (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-12-stable/lib/libc/nls/
H A DMakefile.inc16 NLS+= be_BY.UTF-8
17 NLS+= ca_ES.ISO8859-1
18 NLS+= de_DE.ISO8859-1
19 NLS+= el_GR.ISO8859-7
20 NLS+= es_ES.ISO8859-1
21 NLS+= fi_FI.ISO8859-1
22 NLS+= fr_FR.ISO8859-1
23 NLS+= gl_ES.ISO8859-1
24 NLS+= hu_HU.ISO8859-2
25 NLS
[all...]
/freebsd-12-stable/share/mk/
H A Dbsd.nls.mk4 # Language Support (NLS) catalogs
8 # GENCAT A program for converting .msg files into compiled NLS
11 # NLS Source or intermediate .msg files. [set in Makefile]
33 .if defined(NLS) && !empty(NLS) && ${MK_NLS} != "no"
39 .for file in ${NLS}
55 NLS:= ${NLS:=.cat} macro
56 CLEANFILES+= ${NLS}
58 FILESGROUPS+= NLS
[all...]
H A Dbsd.init.mk43 .for x in BIN CONF DOC DTB INFO KMOD LIB MAN NLS SHARE
H A Dbsd.opts.mk62 NLS \
/freebsd-12-stable/usr.bin/sort/
H A DMakefile24 NLS+= hu_HU.ISO8859-2
25 NLSSRCFILES= ${NLS:S@$@.msg@}
26 MAN_SUB+= -e 's|%%NLS%%||g'
27 .for lang in ${NLS}
32 MAN_SUB+= -e 's|%%NLS%%|\.\\"|g'
/freebsd-12-stable/lib/libc/string/
H A Dstrerror.c38 #if defined(NLS)
87 #if defined(NLS)
96 #if defined(NLS)
105 #if defined(NLS)
114 #if defined(NLS)
H A Dstrsignal.c39 #if defined(NLS)
101 #if defined(NLS)
111 #if defined(NLS)
119 #if defined(NLS)
149 #if defined(NLS)
/freebsd-12-stable/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-12-stable/contrib/tcsh/
H A Dconfig_f.h56 #if defined (SHORT_STRINGS) && defined (NLS) && !defined (WINNT_NATIVE) && !defined(_OSD_POSIX) && SIZEOF_WCHAR_T > 1
189 # ifndef NLS
190 #error "NLS must be defined if WIDE_STRINGS is defined"
H A Dtc.vers.c51 #ifdef NLS
H A Dsh.char.h35 #if defined(NeXT) && defined(NLS)
71 #ifndef NLS
186 #ifdef NLS
284 #else /* !NLS */
305 #endif /* !NLS */
H A Dglob.c140 #if defined(NLS) && defined(LC_COLLATE) && defined(HAVE_STRCOLL)
279 #if defined(NLS) && defined(HAVE_STRCOLL)
283 #endif /* NLS && HAVE_STRCOLL */
H A Dsh.c262 #ifdef NLS
266 #endif /* NLS */
406 #ifdef NLS
436 #endif /* NLS */
865 #if defined(NLS) && defined(LC_CTYPE)
879 # if defined(NLS) && defined(LC_CTYPE)
H A Dsh.file.c604 # if defined(NLS) && defined(HAVE_STRCOLL)
608 # endif /* NLS && HAVE_STRCOLL */
H A Dsh.h264 #ifdef NLS
266 #endif /* NLS */
H A Dsh.char.c903 #ifndef NLS
975 #endif /* NLS */
/freebsd-12-stable/bin/csh/
H A Dconfig_p.h105 # undef NLS macro
H A Dconfig.h203 /* Support NLS. */
204 #define NLS 1 macro
206 /* Support NLS catalogs. */
H A DMakefile110 NLS+= ${catalog:C/.*://}
/freebsd-12-stable/lib/libc/net/
H A Dgai_strerror.c37 #if defined(NLS)
67 #if defined(NLS)
83 #if defined(NLS)
/freebsd-12-stable/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-12-stable/usr.bin/gh-bc/
H A DMakefile64 NLS+= ${catalog:C/.*://}
/freebsd-12-stable/contrib/bc/include/
H A Dvm.h48 # error NLS is not supported on Windows.
/freebsd-12-stable/contrib/bc/
H A DMakefile.in136 BC_ENABLE_NLS = %%NLS%%

Completed in 219 milliseconds

12