HomeSort by: relevance | last modified time | path
    Searched refs:LOCALEDIR (Results 1 - 25 of 114) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/binutils/dist/gprofng/src/
i18n.cc 28 bindtextdomain (PACKAGE_NAME, LOCALEDIR);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
i18n.cc 28 bindtextdomain (PACKAGE_NAME, LOCALEDIR);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
os2compat.h 27 #undef LOCALEDIR
28 #define LOCALEDIR _nlos2_localedir
os2compat.c 88 _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1);
90 memcpy (_nlos2_localedir + sl, LOCALEDIR, strlen (LOCALEDIR) + 1);
93 _nlos2_localedir = LOCALEDIR;
  /src/external/gpl2/grep/dist/intl/
os2compat.h 29 #undef LOCALEDIR
30 #define LOCALEDIR _os2_localedir
os2compat.c 98 _os2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1);
100 memcpy (_os2_localedir + sl, LOCALEDIR, strlen (LOCALEDIR) + 1);
103 _os2_localedir = LOCALEDIR;
  /src/external/gpl2/texinfo/dist/intl/
os2compat.h 29 #undef LOCALEDIR
30 #define LOCALEDIR _nlos2_localedir
os2compat.c 90 _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1);
92 memcpy (_nlos2_localedir + sl, LOCALEDIR, strlen (LOCALEDIR) + 1);
95 _nlos2_localedir = LOCALEDIR;
  /src/share/locale/
Makefile 14 FILESDIR= ${LOCALEDIR}
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c/
hello.c 29 bindtextdomain ("hello-c", LOCALEDIR);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++/
hello.cc 38 bindtextdomain ("hello-c++", LOCALEDIR);
  /src/external/mit/xorg/bin/xhost/
Makefile 9 CPPFLAGS+=-DUSE_GETTEXT -DLOCALEDIR=\"${LOCALEDIR}\"
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc/
hello.m 29 bindtextdomain ("hello-objc", LOCALEDIR);
  /src/external/mit/xorg/bin/xfontsel/
Makefile 14 CPPFLAGS+= -DUSE_GETTEXT -DLOCALEDIR=\"${LOCALEDIR}\"
  /src/external/mit/xorg/bin/xload/
Makefile 12 CPPFLAGS+=-DUSE_GETTEXT -DLOCALEDIR=\"${LOCALEDIR}\"
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-wxwidgets/
hello.cc 47 wxLocale::AddCatalogLookupPathPrefix(wxT(LOCALEDIR));
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
tstngettext.c 87 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
224 Standard search directory: %s\n"), LOCALEDIR);
tstgettext.c 99 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
300 getenv ("IN_HELP2MAN") == NULL ? LOCALEDIR : "@localedir@");
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/
hello.cc 29 new GettextTranslator (&application, "hello-c++-qt", LOCALEDIR);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c-gnome/
hello.c 38 bindtextdomain ("hello-c-gnome", LOCALEDIR);
  /src/external/gpl3/gcc/dist/gcc/
intl.cc 58 (void) bindtextdomain ("gcc", LOCALEDIR);
  /src/external/gpl3/gcc.old/dist/gcc/
intl.cc 58 (void) bindtextdomain ("gcc", LOCALEDIR);
  /src/external/gpl2/gettext/dist/gettext-runtime/src/
gettext.c 92 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
274 getenv ("IN_HELP2MAN") == NULL ? LOCALEDIR : "@localedir@");
ngettext.c 88 bindtextdomain (PACKAGE, relocate (LOCALEDIR));
240 getenv ("IN_HELP2MAN") == NULL ? LOCALEDIR : "@localedir@");
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnome/
hello.m 39 bindtextdomain ("hello-objc-gnome", LOCALEDIR);

Completed in 38 milliseconds

1 2 3 4 5