Searched refs:bindtextdomain (Results 26 - 50 of 95) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-perl-115 use Locale::Messages qw (textdomain bindtextdomain gettext ngettext);
17 bindtextdomain "prog", "./";
H A Dlang-elisp11 (bindtextdomain "prog" ".")
H A Dgettext-6-prg.c143 bindtextdomain ("tstthread", ".");
H A Dgettext-7-prg.c147 bindtextdomain ("tstthread", ".");
H A Dxgettext-perl-110 use Locale::Messages qw (textdomain bindtextdomain gettext ngettext dngettext);
13 bindtextdomain "prog", "./";
H A Dlang-python-117 gettext.bindtextdomain('prog', '.')
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/test/nls/
H A Dtest-nls.c62 const char *basedir = bindtextdomain(GETTEXT_PACKAGE, localedir);
H A Dtest-codeset.c139 const char *msgcatdir = bindtextdomain(GETTEXT_PACKAGE, localedir);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dw32-add.h30 # define bindtextdomain(a,b) _gpg_w32_bindtextdomain ((a), (b)) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c-gnome/
H A Dhello.c37 bindtextdomain ("hello-c-gnome", LOCALEDIR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A Dngettext.c86 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
192 bindtextdomain (domain, domaindir);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgconv.c118 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
119 bindtextdomain ("bison-runtime", relocate (BISON_LOCALEDIR));
H A Dmsgen.c112 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
113 bindtextdomain ("bison-runtime", relocate (BISON_LOCALEDIR));
H A Dmsgcat.c129 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
130 bindtextdomain ("bison-runtime", relocate (BISON_LOCALEDIR));
H A Dmsgcmp.c103 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
104 bindtextdomain ("bison-runtime", relocate (BISON_LOCALEDIR));
H A Dmsgcomm.c129 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
130 bindtextdomain ("bison-runtime", relocate (BISON_LOCALEDIR));
H A Dmsgexec.c118 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
119 bindtextdomain ("bison-runtime", relocate (BISON_LOCALEDIR));
H A Dmsgunfmt.c134 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
135 bindtextdomain ("bison-runtime", relocate (BISON_LOCALEDIR));
H A Dmsguniq.c122 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
123 bindtextdomain ("bison-runtime", relocate (BISON_LOCALEDIR));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/libexif/canon/
H A Dmnote-canon-tag.c163 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
193 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/libexif/pentax/
H A Dmnote-pentax-tag.c156 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
167 bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/
H A Dhello.cc41 bindtextdomain ("hello-c++-gnome", LOCALEDIR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/
H A Dlkc.h16 # define bindtextdomain(Domainname, Dirname) ((const char *) (Dirname)) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc.h16 # define bindtextdomain(Domainname, Dirname) ((const char *) (Dirname)) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A DSimpleGladeApp.py35 def bindtextdomain(app_name, locale_dir=None): function
52 gtk.glade.bindtextdomain(app_name, locale_dir)

Completed in 130 milliseconds

1234