HomeSort by relevance Sort by last modified time
    Searched refs:gettext (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/bison/lib/
xalloc-die.c 31 #include "gettext.h"
32 #define _(msgid) gettext (msgid)
gettext.h 32 as well because people using "gettext.h" will not include <libintl.h>,
54 # define gettext(Msgid) ((const char *) (Msgid)) macro
70 extraction of messages, but does not call gettext(). The run-time
  /device/samsung/crespo/alsa-utils/include/
gettext.h 7 # define gettext(msgid) (msgid) macro
12 #define _(msgid) gettext (msgid)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
intl.h 39 # undef gettext macro
40 # define gettext(msgid) (msgid) macro
46 # define _(msgid) gettext (msgid)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
intl.h 39 # undef gettext macro
40 # define gettext(msgid) (msgid) macro
46 # define _(msgid) gettext (msgid)
  /external/elfutils/libebl/
eblbackendname.c 27 return ebl != NULL ? ebl->emulation : gettext ("No backend");
eblosabiname.c 59 res = gettext ("Stand alone");
62 snprintf (buf, len, "%s: %d", gettext ("<unknown>"), osabi);
eblobjecttypename.c 42 snprintf (buf, len, "%s: %d", gettext ("<unknown>"), object);
eblobjnotetypename.c 47 snprintf (buf, len, "%s: %" PRIu32, gettext ("<unknown>"), type);
eblobjnote.c 70 printf (gettext (" OS: %s, ABI: "), os);
eblsymbolbindingname.c 50 snprintf (buf, len, gettext ("<unknown>: %d"), binding);
eblsymboltypename.c 56 snprintf (buf, len, gettext ("<unknown>: %d"), symbol);
  /external/elfutils/src/
elflint.c 149 error (0, errno, gettext ("cannot open input file"));
156 ERROR (gettext ("cannot generate Elf descriptor: %s\n"),
175 ERROR (gettext ("error while closing Elf descriptor: %s\n"),
179 puts (gettext ("No errors"));
224 if (asprintf (&buf, gettext ("Please report bugs to %s.\n"),
241 fprintf (stream, gettext ("\
246 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
304 ERROR (gettext (" error while freeing sub-ELF descriptor: %s\n"),
312 ERROR (gettext ("\
371 ERROR (gettext ("e_ident[%d] == %d is no known class\n")
    [all...]
readelf.c 222 error (0, errno, gettext ("cannot open input file"));
229 error (0, 0, gettext ("cannot generate Elf descriptor: %s\n"),
237 error (0, 0, gettext ("error while closing Elf descriptor: %s"),
336 fprintf (stderr, gettext ("Unknown DWARF debug section `%s'.\n"),
359 if (asprintf (&buf, gettext ("Please report bugs to %s.\n"),
376 fprintf (stream, gettext ("\
381 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
436 gettext (" error while freeing sub-ELF descriptor: %s\n"),
444 error (0, errno, gettext ("cannot stat input file"));
446 error (0, 0, gettext ("input file is empty"))
    [all...]
ldlex.l 212 error (0, 0, gettext ("EOF in comment"));
238 error (0, 0, gettext ("%d: garbage at end of line"), yylineno);
261 error (EXIT_FAILURE, 0, gettext ("%d: conditionals nested too deep"),
272 error (0, 0, gettext ("%d: unexpected #endif"), yylineno);
335 ? gettext ("invalid character '%c' at line %d; ignored")
336 : gettext ("invalid character '\\%o' at line %d; ignored")),
ld.c 319 error (0, 0, gettext ("At least one input file needed"));
330 error (EXIT_FAILURE, 0, gettext ("error while preparing linking"));
337 error (EXIT_FAILURE, errno, gettext ("cannot open linker script \"%s\""),
378 error (0, 0, gettext ("-( without matching -)"));
490 if (asprintf (&buf, gettext ("Please report bugs to %s.\n"),
523 gettext ("only one option of -G and -r is allowed"));
545 error (EXIT_FAILURE, 0, gettext ("more than one '-m' parameter"));
555 error (EXIT_FAILURE, 0, gettext ("unknown option `-%c %s'"), 'Q', arg);
561 gettext ("only one option of -G and -r is allowed"));
597 gettext ("invalid page size value \"%s\": ignored")
    [all...]
  /external/e2fsprogs/intl/
gettext.c 1 /* Implementation of gettext(3) function.
44 # define GETTEXT __gettext
47 # define GETTEXT libintl_gettext
55 GETTEXT (const char *msgid)
62 weak_alias (__gettext, gettext);
libgettext.h 30 implementation of gettext. */
63 /* This value determines the behaviour of the gettext() and dgettext()
70 /* Declarations for gettext-using-catgets interface. Derived from
94 extern char *gettext PARAMS ((const char *__msgid));
126 /* Solaris 2.3 has the gettext function but dcgettext is missing.
131 # define gettext(Msgid) \ macro
168 # define gettext(Msgid) (Msgid) macro
intl-compat.c 1 /* intl-compat.c - Stub functions to call gettext functions from GNU gettext
28 /* This file redirects the gettext functions (without prefix) to those
31 of gettext <= 0.11.2 work with the libintl library >= 0.11.3 which
38 #undef gettext macro
61 gettext (const char *msgid) function
  /external/e2fsprogs/misc/
nls-enable.h 4 #define _(a) (gettext (a))
  /external/bluetooth/glib/glib/
gi18n.h 28 #define _(String) gettext (String)
glibintl.h 27 #define gettext(String) (String) macro
  /external/elfutils/lib/
system.h 33 /* A special gettext function we use if the strings are too short. */
35 ({ const char *__res = strrchr (gettext (Str), '|'); \
xmalloc.c 25 # define _(str) gettext (str)
  /external/elfutils/m4/
Makefile.am 21 EXTRA_DIST = isc-posix.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 \

Completed in 433 milliseconds

1 2 3 4