Searched refs:bindtextdomain (Results 1 – 12 of 12) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | hddtemp-no-nls-support.patch | 18 +AC_CHECK_FUNCS([bindtextdomain textdomain iconv]) 31 bindtextdomain (PACKAGE, LOCALEDIR);
|
H A D | 0001-configure.ac-Rename-to-configure.ac-and-use-external.patch | 46 +AC_CHECK_FUNCS([bindtextdomain textdomain iconv]) 143 -AC_CHECK_FUNCS([bindtextdomain textdomain iconv])
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | lkc.h | 16 static inline void bindtextdomain(const char *name, const char *dir) {} in bindtextdomain() function
|
H A D | conf.c | 502 bindtextdomain(PACKAGE, LOCALEDIR); in main()
|
H A D | mconf.c | 1013 bindtextdomain(PACKAGE, LOCALEDIR); in main()
|
H A D | nconf.c | 1484 bindtextdomain(PACKAGE, LOCALEDIR); in main()
|
H A D | gconf.c | 1450 bindtextdomain(PACKAGE, LOCALEDIR); in main()
|
H A D | qconf.cc | 1838 bindtextdomain(PACKAGE, LOCALEDIR); in main()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch | 196 - bindtextdomain(PACKAGE, LOCALEDIR);
|
H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 881 + bindtextdomain(PACKAGE, LOCALEDIR);
|
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
H A D | autotools-update.patch | 43 -/* 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 1696 -/* List with bindings of specific domains created by bindtextdomain() [all …]
|
/openbmc/qemu/ui/ |
H A D | gtk.c | 2418 bindtextdomain("qemu", dir); in gtk_display_init()
|