Searched refs:LOCALEDIR (Results 1 – 15 of 15) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/ |
H A D | relocate.patch | 77 - return LOCALEDIR; 78 + return getenv("LOCALEDIR") ?: LOCALEDIR;
|
/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/ |
H A D | 0001-Makefile-fix-hardcoded-installation-directories.patch | 48 LOCALEDIR=/usr/share/locale
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | hddtemp-no-nls-support.patch | 31 bindtextdomain (PACKAGE, LOCALEDIR);
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | lkc.h | 32 #define LOCALEDIR "/usr/share/locale" macro
|
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/meta-openembedded/meta-oe/recipes-support/colord/ |
H A D | colord-native.bb | 40 echo "#define LOCALEDIR \"$localedir\"" >> ${B}/config.h
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/ |
H A D | crash.inc | 88 …glibc/sysroots/qemuarm -MMD eval.d -MF .deps/eval.Tpo -MP -MT eval.o -D LOCALEDIR="/usr/local/shar…
|
/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 | 28 -AC_DEFINE_UNQUOTED(LOCALEDIR,"$prefix/$DATADIRNAME") 348 - new_name_len = sizeof (LOCALEDIR) - 1 + 1 + strlen (lang) 362 - sprintf (new_name, "%s/%s/LC_MESSAGES/%s.cat", LOCALEDIR, lang, 408 - new_val_len += 1 + sizeof (LOCALEDIR) - 1 430 - stpcpy (cp, LOCALEDIR "/%L/LC_MESSAGES/%N.cat"); 433 - cp = stpcpy (cp, LOCALEDIR); 1489 - * cat-compat.c: Fix typo (LOCALDIR -> LOCALEDIR). 1495 - * finddomain.c: Change DEF_MSG_DOM_DIR to LOCALEDIR. 1498 - * cat-compat.c: Change DEF_MSG_DOM_DIR to LOCALEDIR. 1502 - * Makefile.in: Use LOCALEDIR instead of DEF_MSG_DOM_DIR.
|
/openbmc/qemu/ui/ |
H A D | gtk.c | 31 #define LOCALEDIR "po" macro
|