Home
last modified time | relevance | path

Searched refs:bindtextdomain (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp-no-nls-support.patch18 +AC_CHECK_FUNCS([bindtextdomain textdomain iconv])
31 bindtextdomain (PACKAGE, LOCALEDIR);
H A D0001-configure.ac-Rename-to-configure.ac-and-use-external.patch46 +AC_CHECK_FUNCS([bindtextdomain textdomain iconv])
143 -AC_CHECK_FUNCS([bindtextdomain textdomain iconv])
/openbmc/u-boot/scripts/kconfig/
H A Dlkc.h16 static inline void bindtextdomain(const char *name, const char *dir) {} in bindtextdomain() function
H A Dconf.c502 bindtextdomain(PACKAGE, LOCALEDIR); in main()
H A Dmconf.c1013 bindtextdomain(PACKAGE, LOCALEDIR); in main()
H A Dnconf.c1484 bindtextdomain(PACKAGE, LOCALEDIR); in main()
H A Dgconf.c1450 bindtextdomain(PACKAGE, LOCALEDIR); in main()
H A Dqconf.cc1838 bindtextdomain(PACKAGE, LOCALEDIR); in main()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0002-localedef-fix-ups-hardlink-to-make-it-compile.patch196 - bindtextdomain(PACKAGE, LOCALEDIR);
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch881 + bindtextdomain(PACKAGE, LOCALEDIR);
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch43 -/* Implementation of the bindtextdomain(3) function
240 -weak_alias (__bindtextdomain, bindtextdomain);
386 -bindtextdomain (domainname, dirname)
851 - * cat-compat.c (bindtextdomain): Add missing { }.
1105 - * cat-compat.c (bindtextdomain):
1113 - * cat-compat.c (bindtextdomain):
1276 - * cat-compat.c (bindtextdomain):
1329 - * intl-compat.c (textdomain, bindtextdomain):
1354 - * bindtextdom.c (bindtextdomain): Function now called
2934 -#undef bindtextdomain
[all …]
/openbmc/qemu/ui/
H A Dgtk.c2404 bindtextdomain("qemu", dir); in gtk_display_init()