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

1 2 3 4 5 6 7 8

  /src/external/gpl3/binutils/dist/gprofng/src/
i18n.cc 29 textdomain (PACKAGE_NAME);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
i18n.cc 29 textdomain (PACKAGE_NAME);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-perl/
hello-1.pl.in 8 use Locale::Messages qw (textdomain bindtextdomain gettext);
15 textdomain "hello-perl";
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-php/
hello.php 10 textdomain ("hello-php");
  /src/lib/libintl/
Makefile 6 SRCS= gettext.c textdomain.c gettext_iconv.c gettext_dummy.c strhash.c \
17 gettext.3 dcngettext.3 gettext.3 textdomain.3 \
  /src/external/cddl/osnet/dist/head/
libintl.h 34 #define textdomain(domain) 0 macro
78 extern char *textdomain(const char *);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c/
hello.c 19 /* Get gettext(), textdomain(), bindtextdomain() declaration. */
28 textdomain ("hello-c");
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++/
hello.cc 24 // Get gettext(), textdomain(), bindtextdomain() declaration.
37 textdomain ("hello-c++");
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-guile/
hello.scm 12 (textdomain "hello-guile")
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
plural-1-prg.c 40 textdomain ("cake");
gettext-5-prg.c 42 textdomain ("codeset");
format-c-5-prg.c 54 textdomain ("fc5");
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc/
hello.m 19 /* Get gettext(), textdomain(), bindtextdomain() declaration. */
28 textdomain ("hello-objc");
  /src/external/gpl3/gcc.old/dist/gcc/
intl.h 35 # undef textdomain macro
36 # define textdomain(domain) (domain) macro
  /src/external/gpl3/gcc/dist/gcc/
intl.h 35 # undef textdomain macro
36 # define textdomain(domain) (domain) macro
  /src/external/bsd/flex/dist/src/
gettext.h 46 # define textdomain(Domainname) ((const char *) (Domainname)) macro
  /src/external/bsd/openldap/dist/include/ac/
localize.h 32 # define ldap_pvt_textdomain(d) ((void) textdomain(d))
  /src/external/gpl2/diffutils/dist/lib/
gettext.h 46 # define textdomain(Domainname) ((const char *) (Domainname)) macro
  /src/external/gpl2/gmake/dist/
gettext.h 43 # define textdomain(Domainname) ((const char *) (Domainname)) macro
  /src/external/public-domain/xz/dist/src/common/
tuklib_gettext.h 33 textdomain(package); \
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
intl-compat.c 44 #undef textdomain macro
114 textdomain (const char *domainname) function
  /src/external/gpl2/grep/dist/intl/
intl-compat.c 37 the system libintl library contain gettext/textdomain/... functions.
47 # define textdomain textdomain__
56 1. those systems defining gettext/textdomain/... in the C library
60 2. those systems defining gettext/textdomain/... in a standalone
80 #undef textdomain macro
146 textdomain (domainname) function
  /src/external/gpl2/texinfo/dist/intl/
intl-compat.c 46 #undef textdomain macro
114 textdomain (const char *domainname) function
  /src/external/gpl3/gcc.old/dist/intl/
intl-compat.c 44 #undef textdomain macro
127 textdomain (domainname) function
  /src/external/gpl2/gettext/dist/gettext-runtime/man/
Makefile.am 36 textdomain.3 bindtextdomain.3 bind_textdomain_codeset.3
38 textdomain.3.in bindtextdomain.3.in bind_textdomain_codeset.3.in
47 textdomain.3.html bindtextdomain.3.html bind_textdomain_codeset.3.html
113 textdomain.3: textdomain.3.in $(top_srcdir)/../version.sh
114 sed -e 's/@''VERSION''@/@VERSION@/g' < $(srcdir)/textdomain.3.in > t-$@
152 textdomain.3.html: textdomain.3.in
153 $(MAN2HTML) $(srcdir)/textdomain.3.in | sed -e '/CreationDate:/d' > t-$@

Completed in 40 milliseconds

1 2 3 4 5 6 7 8