Searched refs:bindtextdomain (Results 1 - 25 of 95) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-gawk/
H A Dhello.awk9 bindtextdomain ("@localedir@")
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-php/
H A Dhello.php10 bindtextdomain ("hello-php", "@localedir@");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-perl/
H A Dhello-1.pl.in7 use Locale::Messages qw (textdomain bindtextdomain gettext);
15 bindtextdomain "hello-perl", "@localedir@";
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Di18n.c31 * bindtextdomain is supposed to be idempotent anyway. */
36 bindtextdomain(GETTEXT_PACKAGE, AVAHI_LOCALEDIR);
H A Di18n.h48 #define bindtextdomain(Domain,Directory) (Domain) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dplural-1-prg.c40 bindtextdomain ("cake", ".");
H A Dgettext-5-prg.c42 bindtextdomain ("codeset", ".");
H A Dformat-c-5-prg.c54 bindtextdomain ("fc5", ".");
H A Dgettext-3-prg.c73 bindtextdomain ("tstlang", ".");
H A Dgettext-4-prg.c51 bindtextdomain ("codeset", ".");
H A Dtstgettext.c97 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
211 bindtextdomain (domain, domaindir);
228 bindtextdomain (domain, domaindir);
H A Dtstngettext.c85 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
164 bindtextdomain (domain, domaindir);
H A Dformat-c-3-prg.c59 bindtextdomain ("fc3", ".");
H A Dformat-c-4-prg.c59 bindtextdomain ("fc4", ".");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c/
H A Dhello.c18 /* Get gettext(), textdomain(), bindtextdomain() declaration. */
28 bindtextdomain ("hello-c", LOCALEDIR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++/
H A Dhello.cc23 // Get gettext(), textdomain(), bindtextdomain() declaration.
37 bindtextdomain ("hello-c++", LOCALEDIR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-guile/
H A Dhello.scm12 (bindtextdomain "hello-guile" "@localedir@")
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Di18n.h43 # define bindtextdomain(Domain,Directory) macro
46 # define bindtextdomain(Domain,Directory) (Domain) macro
H A Dexif-format.c64 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dlocale_hack.h49 # define bindtextdomain(Domain,Directory) (Domain) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dintl-compat.c45 #undef bindtextdomain macro
122 bindtextdomain (const char *domainname, const char *dirname) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A DMakefile.am35 textdomain.3 bindtextdomain.3 bind_textdomain_codeset.3
37 textdomain.3.in bindtextdomain.3.in bind_textdomain_codeset.3.in
46 textdomain.3.html bindtextdomain.3.html bind_textdomain_codeset.3.html
115 bindtextdomain.3: bindtextdomain.3.in $(top_srcdir)/../version.sh
116 sed -e 's/@''VERSION''@/@VERSION@/g' < $(srcdir)/bindtextdomain.3.in > t-$@
154 bindtextdomain.3.html: bindtextdomain.3.in
155 $(MAN2HTML) $(srcdir)/bindtextdomain.3.in | sed -e '/CreationDate:/d' > t-$@
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dgettext.h60 # define bindtextdomain(Domainname, Dirname) ((const char *) (Dirname)) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/libexif/fuji/
H A Dmnote-fuji-tag.c86 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
97 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A Dgettext.c90 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
185 bindtextdomain (domain, domaindir);
202 bindtextdomain (domain, domaindir);

Completed in 167 milliseconds

1234