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

1 2 3 4

  /external/bison/lib/
xalloc-die.c 31 #include "gettext.h"
32 #define _(msgid) gettext (msgid)
  /ndk/sources/host-tools/sed-4.2.1/lib/
xalloc-die.c 28 #include "gettext.h"
29 #define _(msgid) gettext (msgid)
  /external/elfutils/m4/
Makefile.am 29 EXTRA_DIST = codeset.m4 gettext.m4 iconv.m4 lcmessage.m4 progtest.m4
  /external/elfutils/libebl/
eblbackendname.c 63 return ebl != NULL ? ebl->emulation : gettext ("No backend");
eblosabiname.c 95 res = gettext ("Stand alone");
98 snprintf (buf, len, "%s: %d", gettext ("<unknown>"), osabi);
eblobjecttypename.c 78 snprintf (buf, len, "%s: %d", gettext ("<unknown>"), object);
eblobjnote.c 76 printf (gettext (" Build ID: "));
129 printf (gettext (" OS: %s, ABI: "), os);
  /external/elfutils/src/
elflint.c 159 error (0, errno, gettext ("cannot open input file"));
166 ERROR (gettext ("cannot generate Elf descriptor: %s\n"),
185 ERROR (gettext ("error while closing Elf descriptor: %s\n"),
189 puts (gettext ("No errors"));
223 fputs (gettext ("Missing file name.\n"), stderr);
240 fprintf (stream, gettext ("\
245 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
303 ERROR (gettext (" error while freeing sub-ELF descriptor: %s\n"),
311 ERROR (gettext ("\
370 ERROR (gettext ("e_ident[%d] == %d is no known class\n")
    [all...]
findtextrel.c 168 fprintf (stream, gettext ("\
173 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
227 error (0, errno, gettext ("cannot open '%s'"), fname);
234 error (0, 0, gettext ("cannot create ELF descriptor for '%s': %s"),
244 error (0, 0, gettext ("cannot get ELF header '%s': %s"),
255 error (0, 0, gettext ("'%s' is not a DSO or PIE"), fname);
272 gettext ("getting get section header of section %zu: %s"),
290 error (0, 0, gettext ("cannot read dynamic section: %s"),
305 error (0, 0, gettext ("no text relocations reported in '%s'"), fname);
317 error (1, errno, gettext ("while reading ELF file"))
    [all...]
elfcmp.c 139 fputs (gettext ("Invalid number of parameters.\n"), stderr);
167 error (EXIT_FAILURE, 0, gettext ("cannot get ELF header of '%s': %s"),
172 error (EXIT_FAILURE, 0, gettext ("cannot get ELF header of '%s': %s"),
189 error (0, 0, gettext ("%s %s diff: ELF header"), fname1, fname2);
247 error (0, 0, gettext ("%s %s differ: section header"),
275 gettext ("cannot get content of section %zu in '%s': %s"),
281 gettext ("cannot get content of section %zu in '%s': %s"),
297 gettext ("cannot get symbol in '%s': %s"),
303 gettext ("cannot get symbol in '%s': %s"),
324 gettext ("%s %s differ: symbol table [%zu]")
    [all...]
readelf.c 256 error (0, errno, gettext ("cannot open input file"));
363 fprintf (stderr, gettext ("Unknown DWARF debug section `%s'.\n"),
392 fputs (gettext ("Missing file name.\n"), stderr);
397 fputs (gettext ("No operation specified.\n"), stderr);
416 fprintf (stream, gettext ("\
421 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
432 error (0, 0, gettext ("cannot generate Elf descriptor: %s"),
444 gettext ("'%s' is not an archive, cannot print archive index"),
449 error (0, 0, gettext ("error while closing Elf descriptor: %s"),
541 error (0, errno, gettext ("cannot stat input file"))
    [all...]
ranlib.c 116 error (0, 0, gettext ("Archive name required"));
136 fprintf (stream, gettext ("\
141 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
169 error (0, errno, gettext ("cannot open '%s'"), fname);
176 error (0, errno, gettext ("cannot stat '%s'"), fname);
186 error (0, 0, gettext ("cannot create ELF descriptor for '%s': %s"),
194 error (0, 0, gettext ("'%s' is no archive"), fname);
229 error (0, 0, gettext ("error while freeing sub-ELF descriptor: %s"),
250 error (0, errno, gettext ("cannot create new file"));
ar.c 191 error (1, 0, gettext ("\
196 error (0, 0, gettext ("MEMBER parameter required"));
210 error (1, 0, gettext ("\
215 error (0, 0, gettext ("COUNT parameter required"));
226 error (1, 0, gettext ("invalid COUNT parameter %s"), argv[remaining]);
233 error (1, 0, gettext ("'%' is only meaningful with the 'x' option"),
239 error (0, 0, gettext ("Archive name required"));
285 fprintf (stream, gettext ("\
290 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
310 error (0, 0, gettext ("More than one operation specified"))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
intl.h 40 # undef gettext macro
41 # define gettext(msgid) (msgid) macro
52 # define _(msgid) gettext (msgid)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
intl.h 40 # undef gettext macro
41 # define gettext(msgid) (msgid) macro
52 # define _(msgid) gettext (msgid)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
intl.h 40 # undef gettext macro
41 # define gettext(msgid) (msgid) macro
52 # define _(msgid) gettext (msgid)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
intl.h 40 # undef gettext macro
41 # define gettext(msgid) (msgid) macro
52 # define _(msgid) gettext (msgid)
  /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/elfutils/libcpu/
i386_lex.l 119 ? gettext ("invalid character '%c' at line %d; ignored")
120 : gettext ("invalid character '\\%o' at line %d; ignored")),
  /ndk/sources/host-tools/make-3.81/
gettext.h 34 # define gettext(Msgid) ((const char *) (Msgid)) macro
50 extraction of messages, but does not call gettext(). The run-time
  /external/clang/test/SemaCXX/
format-strings.cpp 26 const char *gettext(const char *fmt) __attribute__((format_arg(2)));
42 printf(foo.gettext("%d"), i); // expected-warning{{format specifies type 'int' but the argument has type 'int *'}}
  /external/openssh/
audit-bsm.c 111 # define gettext(a) (a) macro
262 gettext("invalid %s for user %s"),
267 gettext("invalid user name \"%s\""),
334 gettext("successful login %s"), user);
345 gettext("sshd logout %s"), the_authctxt->user);
355 gettext("logins disabled by /etc/nologin"), AUE_openssh);
360 gettext("too many tries for user %s"), the_authctxt->user);
365 bsm_audit_record(2, gettext("not_console"), AUE_openssh);

Completed in 1544 milliseconds

1 2 3 4