HomeSort by relevance Sort by last modified time
    Searched defs:gettext (Results 1 - 18 of 18) sorted by null

  /external/e2fsprogs/intl/
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
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
libgnuintl.h 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 macro
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 function
116 # define gettext macro
    [all...]
  /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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libintl.h 4 This file is derived from the file libgettext.h in the GNU gettext package.
27 implementation of gettext. */
40 extern char *gettext (__const char *__msgid)
60 /* Similar to `gettext' but select the plural form corresponding to the
99 /* We need NULL for `gettext'. */
110 # define gettext(msgid) dgettext (NULL, msgid) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
libintl.h 4 This file is derived from the file libgettext.h in the GNU gettext package.
27 implementation of gettext. */
40 extern char *gettext (__const char *__msgid)
60 /* Similar to `gettext' but select the plural form corresponding to the
99 /* We need NULL for `gettext'. */
110 # define gettext(msgid) dgettext (NULL, msgid) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
libintl.h 4 This file is derived from the file libgettext.h in the GNU gettext package.
27 implementation of gettext. */
40 extern char *gettext (__const char *__msgid)
60 /* Similar to `gettext' but select the plural form corresponding to the
99 /* We need NULL for `gettext'. */
110 # define gettext(msgid) dgettext (NULL, msgid) macro
  /external/bison/lib/
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
  /external/bluetooth/glib/glib/
glibintl.h 27 #define gettext(String) (String) macro
  /external/elfutils/bionic-fixup/
AndroidFixup.h 46 #define gettext(x) (x) macro
  /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
  /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/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);
  /ndk/sources/host-tools/sed-4.2.1/lib/
gettext.h 30 the gettext() and ngettext() macros. This is an alternative to calling
33 # undef gettext macro
34 # define gettext(Msgid) \ macro
46 as well because people using "gettext.h" will not include <libintl.h>,
68 # undef gettext macro
69 # define gettext(Msgid) ((const char *) (Msgid)) macro
71 # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid))
98 extraction of messages, but does not call gettext(). The run-time
regex_internal.h 71 # undef gettext macro
72 # define gettext(msgid) \ macro
76 # define gettext(msgid) (msgid) macro
  /external/libmtp/src/
ptp.c 45 # define gettext(String) (String) macro
    [all...]

Completed in 605 milliseconds