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

1 2 3 4 5 6 7 8 9

  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-gawk/
hello.awk 10 bindtextdomain ("@localedir@")
  /src/external/gpl3/binutils/dist/gprofng/src/
i18n.cc 28 bindtextdomain (PACKAGE_NAME, LOCALEDIR);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
i18n.cc 28 bindtextdomain (PACKAGE_NAME, LOCALEDIR);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-perl/
hello-1.pl.in 8 use Locale::Messages qw (textdomain bindtextdomain gettext);
16 bindtextdomain "hello-perl", "@localedir@";
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-php/
hello.php 11 bindtextdomain ("hello-php", "@localedir@");
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c/
hello.c 19 /* Get gettext(), textdomain(), bindtextdomain() declaration. */
29 bindtextdomain ("hello-c", LOCALEDIR);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++/
hello.cc 24 // Get gettext(), textdomain(), bindtextdomain() declaration.
38 bindtextdomain ("hello-c++", LOCALEDIR);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-guile/
hello.scm 13 (bindtextdomain "hello-guile" "@localedir@")
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
plural-1-prg.c 41 bindtextdomain ("cake", ".");
gettext-5-prg.c 43 bindtextdomain ("codeset", ".");
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc/
hello.m 19 /* Get gettext(), textdomain(), bindtextdomain() declaration. */
29 bindtextdomain ("hello-objc", LOCALEDIR);
  /src/external/gpl3/gcc/dist/gcc/
intl.h 37 # undef bindtextdomain macro
38 # define bindtextdomain(domain, directory) (domain) macro
  /src/external/gpl3/gcc.old/dist/gcc/
intl.h 37 # undef bindtextdomain macro
38 # define bindtextdomain(domain, directory) (domain) macro
  /src/lib/libintl/
Makefile 18 gettext.3 bindtextdomain.3 gettext.3 bind_textdomain_codeset.3
  /src/external/bsd/flex/dist/src/
gettext.h 47 # define bindtextdomain(Domainname, Dirname) ((const char *) (Dirname)) macro
  /src/external/bsd/openldap/dist/include/ac/
localize.h 33 # define ldap_pvt_bindtextdomain(p,d) ((void) bindtextdomain(p, d))
  /src/external/cddl/osnet/dist/head/
libintl.h 79 extern char *bindtextdomain(const char *, const char *);
  /src/external/gpl2/diffutils/dist/lib/
gettext.h 47 # define bindtextdomain(Domainname, Dirname) ((const char *) (Dirname)) macro
  /src/external/gpl2/gmake/dist/
gettext.h 44 # define bindtextdomain(Domainname, Dirname) ((const char *) (Dirname)) macro
  /src/external/public-domain/xz/dist/src/common/
tuklib_gettext.h 32 bindtextdomain(package, localedir); \
  /src/crypto/external/cpl/trousers/dist/src/tspi/gtk/
main.c 52 bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
94 bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
intl-compat.c 45 #undef bindtextdomain macro
122 bindtextdomain (const char *domainname, const char *dirname) function
  /src/external/gpl2/grep/dist/intl/
intl-compat.c 48 # define bindtextdomain bindtextdomain__
81 #undef bindtextdomain macro
154 bindtextdomain (domainname, dirname) function
  /src/external/gpl2/texinfo/dist/intl/
intl-compat.c 47 #undef bindtextdomain macro
122 bindtextdomain (const char *domainname, const char *dirname) function
  /src/external/gpl3/gcc.old/dist/intl/
intl-compat.c 45 #undef bindtextdomain macro
136 bindtextdomain (domainname, dirname) function

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 9