Home
last modified time | relevance | path

Searched refs:intl (Results 1 – 19 of 19) sorted by relevance

/src/sys/contrib/openzfs/config/
H A Dgettext.m428 dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static,
36 dnl INTLDIR is used to find the intl libraries. If empty,
37 dnl the value '$(top_builddir)/intl/' is used.
40 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
182 dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
185 AC_LIB_LINKFLAGS_BODY([intl])
252 dnl libintl. (Cf. the install rule in intl/Makefile.in.)
277 LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.la $LIBICONV $LIBTHREAD"
278 LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.la $LTLIBICONV $LTLIBTHREAD"
320 gt_source="included intl directory"
/src/contrib/dialog/po/
H A Dmakefile.inn43 INCLUDES = -I.. -I$(top_srcdir)/intl
77 sed -f ../intl/po2msg.sed < $< > $*.msg \
97 sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \
172 cat-id-tbl.o: ../intl/libgettext.h
/src/share/vt/keymaps/
H A DINDEX.keymaps542 us.intl.acc.kbd:en:United States of America International (accent keys)
543 us.intl.acc.kbd:da:USA international (accenttaster)
544 us.intl.acc.kbd:de:US-amerikanisch international (mit Akzenten)
545 us.intl.acc.kbd:fr:États Unis d'Amérique International (avec accents)
546 us.intl.acc.kbd:pt:Estados Unidos da América Internacional (com acentos)
547 us.intl.acc.kbd:es:Estadounidense Internacional (con acentos)
/src/contrib/llvm-project/libcxx/include/
H A Diomanip25 template <class moneyT> T7 get_money(moneyT& mon, bool intl = false);
26 template <class charT, class moneyT> T8 put_money(const moneyT& mon, bool intl = false);
H A Dprint191 // See: https://learn.microsoft.com/en-us/windows/win32/intl/code-page-identifiers
H A Dlocale2241 static const bool intl = _International;
2267 const bool moneypunct<_CharT, _International>::intl;
/src/contrib/file/magic/Magdir/
H A Dgnu13 # gettext-0.19.8.1/gettext-runtime/intl/gmo.h
/src/contrib/dialog/
H A Daclocal.m4310 dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static,
313 dnl $(top_builddir)/intl/libintl.a will be created.
317 dnl LIBDIR is used to find the intl libraries. If empty,
318 dnl the value `$(top_builddir)/intl/' is used.
323 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
381 dnl suppresses a bogus search for the intl library.
406 intl,
422 dnl libintl. (Cf. the install rule in intl/Makefile.in.)
469 if test -f "$srcdir/intl/libintl.h" ; then
474 …INTLLIBS="ifelse([$3],[],\$(top_builddir)/intl,[$3])/libintl.ifelse([$1], use-libtool, [l], [])a $…
[all …]
H A DCHANGES985 + build-fixes for linking to intl library in /usr/local
2280 symbolic link into/libintl.h if we are not using the bundled intl
2298 use an included intl library, but I consider that to be a waste of
H A Dconfigure10409 echo "${as_me:-configure}:10409: testing Starting FIND_LINKAGE(intl,) ..." 1>&5
11261 $srcdir/intl/Makefile.in \
11262 $srcdir/intl/makefile.in
/src/contrib/ntp/sntp/libopts/m4/
H A Dlibopts.m4102 AC_CHECK_LIB(intl,gettext)
/src/contrib/ntp/sntp/
H A Dconfig.h.in158 /* Define to 1 if you have the `intl' library (-lintl). */
/src/crypto/krb5/src/
H A Dconfigure.ac129 AC_SEARCH_LIBS(dgettext, intl, [
H A Dconfigure9204 for ac_lib in '' intl
/src/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp5068 bool intl, in __init_pat() argument
5078 const bool symbol_contains_sep = intl && __curr_symbol_.size() == 4; in __init_pat()
/src/contrib/ntp/
H A Dconfig.h.in529 /* Define to 1 if you have the `intl' library (-lintl). */
H A DCommitLog-4.1.05225 Reported by: Ronald Cole <ronald@forte-intl.com>
/src/contrib/flex/
H A DChangeLog200 * src/Makefile.am: build: Remove "-I$(top_srcdir)/intl" from
201 …CPPFLAGS. Revert commit e02c3d27eeb6b53ec82532ab080c23ce26813fd4 ("include the intl/ subdirectory…
202 …$(top_srcdir)/intl subdirectory during compiling is unnecessary. This flag seems to be left after…
4871 * Makefile.am, configure.in: remove intl from dist
5361 * Makefile.am: include the intl/ subdirectory when searching for
5892 * Makefile.am, configure.in: include intl in the distribution and in
/src/contrib/ncurses/
H A Daclocal.m47318 AC_CHECK_LIB(intl,libintl_gettext,[CF_ADD_LIB(intl)])