Searched defs:gettext (Results 1 - 6 of 6) sorted by relevance

/external/bison/lib/
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/e2fsprogs/intl/
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/elfutils/bionic-fixup/
H A DAndroidFixup.h46 #define gettext(x) (x) macro
/external/openssh/
H A Daudit-bsm.c111 # 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);
/external/libmtp/src/
H A Dptp.c45 # define gettext(String) (String) macro

Completed in 221 milliseconds