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

1 23 4 5 6 7 8

  /toolchain/binutils/binutils-2.25/binutils/
sysdep.h 153 # define _(String) gettext (String)
160 # define gettext(Msgid) (Msgid)
159 # define gettext macro
  /external/elfutils/src/
ld.c 319 error (0, 0, gettext ("At least one input file needed"));
335 error (EXIT_FAILURE, 0, gettext ("error while preparing linking"));
342 error (EXIT_FAILURE, errno, gettext ("cannot open linker script '%s'"),
383 error (0, 0, gettext ("-( without matching -)"));
558 gettext ("only one option of -G and -r is allowed"));
580 error (EXIT_FAILURE, 0, gettext ("more than one '-m' parameter"));
590 error (EXIT_FAILURE, 0, gettext ("unknown option `-%c %s'"), 'Q', arg);
596 gettext ("only one option of -G and -r is allowed"));
632 gettext ("invalid page size value '%s': ignored"),
673 error (EXIT_FAILURE, 0, gettext ("invalid hash style '%s'"), arg)
    [all...]
size.c 108 error (EXIT_FAILURE, 0, gettext ("%s: INTERNAL ERROR %d (%s): %s"), \
207 fprintf (stream, gettext ("\
212 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
257 error (EXIT_FAILURE, 0, gettext ("Invalid format: %s"), arg);
268 error (EXIT_FAILURE, 0, gettext ("Invalid radix: %s"), arg);
289 error (0, errno, gettext ("cannot open '%s'"), fname);
305 error (EXIT_FAILURE, errno, gettext ("while closing '%s'"), fname);
314 error (EXIT_FAILURE, errno, gettext ("while closing '%s'"), fname);
325 error (EXIT_FAILURE, errno, gettext ("while closing '%s'"), fname);
327 error (0, 0, gettext ("%s: file format not recognized"), fname)
    [all...]
strip.c 127 error (EXIT_FAILURE, 0, gettext ("%s: INTERNAL ERROR %d (%s): %s"), \
186 gettext ("--reloc-debug-sections used without -f"));
200 error (EXIT_FAILURE, 0, gettext ("\
218 fprintf (stream, gettext ("\
223 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
236 error (0, 0, gettext ("-f option specified twice"));
245 error (0, 0, gettext ("-F option specified twice"));
254 error (0, 0, gettext ("-o option specified twice"));
278 gettext ("-R option supports only .comment section"));
320 error (0, errno, gettext ("cannot stat input file '%s'"), fname)
    [all...]
strings.c 186 error (0, errno, gettext ("cannot open '%s'"), argv[remaining]);
230 fprintf (stream, gettext ("\
235 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
271 error (0, 0, gettext ("invalid value '%s' for %s parameter"),
306 error (0, 0, gettext ("invalid value '%s' for %s parameter"),
317 gettext ("invalid minimum length of matched string size"));
600 error (EXIT_FAILURE, errno, gettext ("lseek failed"));
617 error (EXIT_FAILURE, errno, gettext ("re-mmap failed"));
654 error (EXIT_FAILURE, errno, gettext ("mprotect failed"));
681 error (EXIT_FAILURE, errno, gettext ("re-mmap failed"))
    [all...]
nm.c 140 error (EXIT_FAILURE, 0, gettext ("%s: INTERNAL ERROR %d (%s): %s"), \
262 fprintf (stream, gettext ("\
267 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
378 error (0, errno, gettext ("cannot open '%s'"), fname);
395 error (EXIT_FAILURE, errno, gettext ("while closing '%s'"), fname);
407 error (EXIT_FAILURE, errno, gettext ("while closing '%s'"), fname);
417 error (0, 0, gettext ("%s: File format not recognized"), fname);
457 fputs_unlocked (gettext("\nArchive index:\n"), stdout);
466 error (0, 0, gettext ("invalid offset %zu for symbol %s"),
471 printf (gettext ("%s in %s\n"), arsym->as_name, arhdr->ar_name)
    [all...]
ldgeneric.c 201 error (EXIT_FAILURE, errno, gettext ("cannot create string table"));
247 gettext ("cannot load ld backend library '%s': %s"),
257 error (EXIT_FAILURE, 0, gettext ("\
300 error (0, 0, gettext ("%s listed more than once as input"),
414 ? gettext ("%s (for -l%s)\n")
415 : gettext ("%s (for DT_NEEDED %s)\n"),
509 error (0, err, gettext ("cannot open %s"), fileinfo->fname);
563 error (0, 0, gettext ("\
576 error (0, 0, gettext ("\
651 gettext ("cannot determine number of sections: %s")
    [all...]
ldscript.y 170 fputs_unlocked (gettext ("mode for segment invalid\n"),
457 ? gettext ("while reading version script '%s': %s at line %d")
458 : gettext ("while reading linker script '%s': %s at line %d")),
459 ldin_fname, gettext (s), ldlineno);
737 ? gettext ("\
739 : gettext ("\
759 gettext ("default visibility set as local and global"));
766 gettext ("default visibility set as local and global"));
  /external/libmojo/third_party/jinja2/
ext.py 26 # the only real useful gettext functions for a Jinja template. Note
27 # that ugettext must be assigned to gettext as Jinja doesn't support
29 GETTEXT_FUNCTIONS = ('_', 'gettext', 'ngettext')
132 return __context.call(__context.resolve('gettext'), *args, **kwargs)
137 def gettext(__context, __string, **variables): function in function:_make_new_gettext
142 return gettext
157 """This extension adds gettext support to Jinja2."""
164 # something is called twice here. One time for the gettext value and
180 gettext = getattr(translations, 'ugettext', None)
181 if gettext is None
    [all...]
  /external/bison/lib/
gettext.h 28 the gettext() and ngettext() macros. This is an alternative to calling
31 # undef gettext macro
32 # define gettext(Msgid) \ macro
44 as well because people using "gettext.h" will not include <libintl.h>,
66 # undef gettext macro
67 # define gettext(Msgid) ((const char *) (Msgid)) macro
69 # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid))
102 extraction of messages, but does not call gettext(). The run-time
  /external/fio/doc/
Makefile 38 @echo " gettext to make PO message catalogs"
178 .PHONY: gettext
179 gettext:
180 $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
  /external/bison/src/
system.h 114 # include <gettext.h>
115 # define _(Msgid) gettext (Msgid)
  /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/toybox/kconfig/
lkc.h 18 # define gettext(Msgid) ((const char *) (Msgid)) macro
41 #define _(text) gettext(text)
  /toolchain/binutils/binutils-2.25/gold/
system.h 40 # define _(String) gettext (String)
49 # define gettext(Msgid) (Msgid) macro
  /toolchain/binutils/binutils-2.25/ld/
ld.h 48 # define _(String) gettext (String)
55 # define gettext(Msgid) (Msgid) macro
  /external/autotest/client/profilers/powertop/src/
powertop.h 89 #define _(STRING) gettext(STRING)
  /external/e2fsprogs/misc/
partinfo.c 38 set_com_err_gettext(gettext);
  /external/elfutils/libebl/
eblsectionname.c 83 snprintf (buf, len, "%s: %d", gettext ("<unknown>"), section);
eblsegmenttypename.c 79 snprintf (buf, len, "%s: %d", gettext ("<unknown>"), segment);
eblcorenotetypename.c 98 snprintf (buf, len, "%s: %" PRIu32, gettext ("<unknown>"), type);
  /external/libexif/test/nls/
test-nls.c 77 translation = gettext(untranslated);
  /external/selinux/policycoreutils/load_policy/
load_policy.c 11 #include <libintl.h> /* for gettext() */
12 #define _(msgid) gettext (msgid)
  /toolchain/binutils/binutils-2.25/gprof/
gprof.h 66 /* Undefine BFD's `_' macro - it uses dgetext() and we want to use gettext(). */
68 #define _(String) gettext (String)
  /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...]

Completed in 437 milliseconds

1 23 4 5 6 7 8