/openbsd/gnu/usr.bin/texinfo/intl/ |
H A D | os2compat.c | 88 _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1); in nlos2_initialize() 90 memcpy (_nlos2_localedir + sl, LOCALEDIR, strlen (LOCALEDIR) + 1); in nlos2_initialize() 93 _nlos2_localedir = LOCALEDIR; in nlos2_initialize()
|
H A D | os2compat.h | 27 #undef LOCALEDIR 28 #define LOCALEDIR _nlos2_localedir macro
|
/openbsd/gnu/usr.bin/binutils/intl/ |
H A D | cat-compat.c | 103 new_name_len = sizeof (LOCALEDIR) - 1 + 1 + strlen (lang) 117 sprintf (new_name, "%s/%s/LC_MESSAGES/%s.cat", LOCALEDIR, lang, 163 new_val_len += 1 + sizeof (LOCALEDIR) - 1 185 stpcpy (cp, LOCALEDIR "/%L/LC_MESSAGES/%N.cat"); 188 cp = stpcpy (cp, LOCALEDIR);
|
/openbsd/gnu/usr.bin/binutils-2.17/intl/ |
H A D | cat-compat.c | 103 new_name_len = sizeof (LOCALEDIR) - 1 + 1 + strlen (lang) 117 sprintf (new_name, "%s/%s/LC_MESSAGES/%s.cat", LOCALEDIR, lang, 163 new_val_len += 1 + sizeof (LOCALEDIR) - 1 185 stpcpy (cp, LOCALEDIR "/%L/LC_MESSAGES/%N.cat"); 188 cp = stpcpy (cp, LOCALEDIR);
|
/openbsd/share/locale/ctype/ |
H A D | Makefile | 18 ${DESTDIR}${LOCALEDIR}/UTF-8 20 UTF-8.out ${DESTDIR}${LOCALEDIR}/UTF-8/LC_CTYPE
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | intl.c | 42 (void) bindtextdomain ("gcc", LOCALEDIR); in gcc_init_libintl()
|
/openbsd/gnu/gcc/gcc/ |
H A D | intl.c | 54 (void) bindtextdomain ("gcc", LOCALEDIR); in gcc_init_libintl()
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
H A D | messages_byname.cc | 38 const char* dir = LOCALEDIR; in test01()
|
H A D | messages_members_char.cc | 37 const char* dir = LOCALEDIR; in test01()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | addr2line.c | 282 bindtextdomain (PACKAGE, LOCALEDIR); in main()
|
H A D | strings.c | 166 bindtextdomain (PACKAGE, LOCALEDIR); in main()
|
H A D | size.c | 131 bindtextdomain (PACKAGE, LOCALEDIR); in main()
|
H A D | coffdump.c | 493 bindtextdomain (PACKAGE, LOCALEDIR); in main()
|
H A D | sysdump.c | 769 bindtextdomain (PACKAGE, LOCALEDIR); in main()
|
/openbsd/share/mk/ |
H A D | bsd.own.mk | 118 LOCALEDIR?= /usr/share/locale
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | addr2line.c | 341 bindtextdomain (PACKAGE, LOCALEDIR); in main()
|
H A D | coffdump.c | 492 bindtextdomain (PACKAGE, LOCALEDIR); in main()
|
H A D | size.c | 131 bindtextdomain (PACKAGE, LOCALEDIR); in main()
|
H A D | strings.c | 183 bindtextdomain (PACKAGE, LOCALEDIR); in main()
|
H A D | sysdump.c | 670 bindtextdomain (PACKAGE, LOCALEDIR); in main()
|
/openbsd/gnu/usr.bin/binutils-2.17/gprof/ |
H A D | ChangeLog-2004 | 3 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
|
H A D | gprof.c | 193 bindtextdomain (PACKAGE, LOCALEDIR); in main()
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | info.c | 166 bindtextdomain (PACKAGE, LOCALEDIR); in main()
|
/openbsd/gnu/usr.bin/binutils/gprof/ |
H A D | gprof.c | 199 bindtextdomain (PACKAGE, LOCALEDIR);
|
/openbsd/gnu/gcc/intl/ |
H A D | ChangeLog | 111 Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
|