Searched refs:gettext (Results 1 - 25 of 82) sorted by relevance

1234

/external/bison/lib/
H A Dxalloc-die.c31 #include "gettext.h"
32 #define _(msgid) gettext (msgid)
H A Dgettext.h32 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
/external/elfutils/libebl/
H A Deblbackendname.c27 return ebl != NULL ? ebl->emulation : gettext ("No backend");
H A Deblosabiname.c59 res = gettext ("Stand alone");
62 snprintf (buf, len, "%s: %d", gettext ("<unknown>"), osabi);
H A Deblobjecttypename.c42 snprintf (buf, len, "%s: %d", gettext ("<unknown>"), object);
H A Deblobjnotetypename.c47 snprintf (buf, len, "%s: %" PRIu32, gettext ("<unknown>"), type);
H A Deblobjnote.c70 printf (gettext (" OS: %s, ABI: "), os);
H A Deblsymbolbindingname.c50 snprintf (buf, len, gettext ("<unknown>: %d"), binding);
H A Deblsymboltypename.c56 snprintf (buf, len, gettext ("<unknown>: %d"), symbol);
/external/elfutils/src/
H A Delflint.c149 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_iden
[all...]
H A Dreadelf.c222 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 ("inpu
[all...]
H A Dldlex.l212 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")),
H A Dld.c319 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 ("invali
[all...]
H A Dnm.c124 error (EXIT_FAILURE, 0, gettext ("%s: INTERNAL ERROR %d (%s-%s): %s"), \
241 fprintf (stream, gettext ("\
246 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
351 if (asprintf (&buf, gettext ("Please report bugs to %s.\n"),
388 error (EXIT_FAILURE, errno, gettext ("while close `%s'"), fname);
400 error (EXIT_FAILURE, errno, gettext ("while close `%s'"), fname);
410 error (0, 0, gettext ("%s: File format not recognized"), fname);
450 puts (gettext("\nArchive index:"));
459 error (0, 0, gettext ("invalid offset %zu for symbol %s"),
464 printf (gettext ("
[all...]
H A Dsize.c100 error (EXIT_FAILURE, 0, gettext ("%s: INTERNAL ERROR %d (%s-%s): %s"), \
202 fprintf (stream, gettext ("\
207 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
251 error (EXIT_FAILURE, 0, gettext ("Invalid format: %s"), arg);
262 error (EXIT_FAILURE, 0, gettext ("Invalid radix: %s"), arg);
285 if (asprintf (&buf, gettext ("Please report bugs to %s.\n"),
324 error (EXIT_FAILURE, errno, gettext ("while close `%s'"), fname);
336 error (0, 0, gettext ("%s: file format not recognized"), fname);
407 error (EXIT_FAILURE, errno, gettext ("while closing `%s'"), fname);
429 gettext ("canno
[all...]
H A Dstrip.c103 error (EXIT_FAILURE, 0, gettext ("%s: INTERNAL ERROR %d (%s-%s): %s"), \
164 error (EXIT_FAILURE, 0, gettext ("\
182 fprintf (stream, gettext ("\
187 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
237 if (asprintf (&buf, gettext ("Please report bugs to %s.\n"),
262 error (0, errno, gettext ("cannot stat input file \"%s\""), fname);
276 error (0, errno, gettext ("while opening \"%s\""), fname);
286 error (0, errno, gettext ("cannot stat input file \"%s\""), fname);
313 error (0, 0, gettext ("%s: cannot use -o when stripping archive"),
322 error (0, 0, gettext ("
[all...]
/external/e2fsprogs/intl/
H A Dgettext.c1 /* Implementation of gettext(3) function.
62 weak_alias (__gettext, gettext);
H A Dlibgettext.h30 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
H A Dintl-compat.c1 /* 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/
H A Dnls-enable.h4 #define _(a) (gettext (a))
/external/bluetooth/glib/glib/
H A Dgi18n.h28 #define _(String) gettext (String)
H A Dglibintl.h27 #define gettext(String) (String) macro
/external/elfutils/lib/
H A Dsystem.h33 /* A special gettext function we use if the strings are too short. */
35 ({ const char *__res = strrchr (gettext (Str), '|'); \
H A Dxmalloc.c25 # define _(str) gettext (str)
/external/elfutils/m4/
H A DMakefile.am21 EXTRA_DIST = isc-posix.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 \

Completed in 395 milliseconds

1234