HomeSort by relevance Sort by last modified time
    Searched refs:gettext (Results 51 - 75 of 100) sorted by null

1 23 4

  /external/e2fsprogs/intl/
libgnuintl.h.in 25 gettext() and dgettext(). It is specified in POSIX, but not in ANSI C.
36 implementation of gettext. */
44 /* Resolve a platform specific conflict on DJGPP. GNU gettext takes
47 # undef gettext
56 necessary, because some systems define gettext/textdomain/... in the C
74 Since Solaris gettext() behaves differently than GNU gettext(), this
77 The redirection happens by default through macros in C, so that &gettext
80 class methods called 'gettext'. */
110 static inline char *gettext (const char *__msgid
    [all...]
  /external/elfutils/src/
ldscript.y 178 fputs_unlocked (gettext ("mode for segment invalid\n"),
465 ? gettext ("while reading version script '%s': %s at line %d")
466 : gettext ("while reading linker script '%s': %s at line %d")),
467 ldin_fname, gettext (s), ldlineno);
745 ? gettext ("\
747 : gettext ("\
767 gettext ("default visibility set as local and global"));
774 gettext ("default visibility set as local and global"));
arlib.c 215 error (EXIT_FAILURE, 0, gettext ("the archive '%s' is too large"),
228 error (EXIT_FAILURE, 0, gettext ("cannot read ELF header of %s(%s): %s"),
ldlex.c     [all...]
i386_ld.c 210 error (EXIT_FAILURE, 0, gettext ("cannot allocate PLT section: %s"),
232 error (EXIT_FAILURE, 0, gettext ("cannot allocate PLTREL section: %s"),
253 error (EXIT_FAILURE, 0, gettext ("cannot allocate GOT section: %s"),
274 error (EXIT_FAILURE, 0, gettext ("cannot allocate GOTPLT section: %s"),
661 error (EXIT_FAILURE, 0, gettext ("initial-executable TLS relocation cannot be used "));
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 43 #include <gettext.h>
45 #define _(String) gettext(String)
  /external/bison/lib/
subpipe.c 71 #include "gettext.h"
72 #define _(Msgid) gettext (Msgid)
argmatch.c 35 #include "gettext.h"
36 #define _(msgid) gettext (msgid)
obstack.c 410 # include "gettext.h"
413 # define _(msgid) gettext (msgid)
quotearg.c 37 #include "gettext.h"
38 #define _(msgid) gettext (msgid)
  /external/elfutils/libebl/
eblsectiontypename.c 140 snprintf (buf, len, "%s: %d", gettext ("<unknown>"), section);
  /external/oprofile/libpopt/
poptint.h 101 #define _(foo) gettext(foo)
  /external/llvm/docs/
make.bat 34 echo. gettext to make PO message catalogs
156 if "%1" == "gettext" (
157 %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
  /bionic/libc/tzcode/
private.h 318 ** The default is to use gettext if available, and use MSGID otherwise.
323 #define _(msgid) gettext(msgid)
  /external/e2fsprogs/resize/
resize2fs.h 44 #define _(a) (gettext (a))
  /external/icu4c/tools/tzcode/
private.h 252 ** The default is to use gettext if available, and use MSGID otherwise.
257 #define _(msgid) gettext(msgid)
  /system/core/libcutils/
private.h 322 ** The default is to use gettext if available, and use MSGID otherwise.
327 #define _(msgid) gettext(msgid)
  /external/bison/djgpp/
subpipe.c 50 #include "gettext.h"
51 #define _(Msgid) gettext (Msgid)
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 71 # undef gettext macro
72 # define gettext(msgid) \ macro
76 # define gettext(msgid) (msgid) macro
error.c 32 # include "gettext.h"
33 # define _(msgid) gettext (msgid)
obstack.c 400 # include "gettext.h"
403 # define _(msgid) gettext (msgid)
copy-acl.c 26 #include "gettext.h"
27 #define _(msgid) gettext (msgid)
set-mode-acl.c 26 #include "gettext.h"
27 #define _(msgid) gettext (msgid)
  /ndk/sources/host-tools/make-3.81/
make.h 335 /* Handle gettext and locales. */
343 #include <gettext.h>
345 #define _(msgid) gettext (msgid)
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 63 bad_prog(gettext(errorbuf));

Completed in 383 milliseconds

1 23 4