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

1 2 3

  /external/bison/lib/
xalloc-die.c 32 #define _(msgid) gettext (msgid)
quotearg.c 38 #define _(msgid) gettext (msgid)
39 #define N_(msgid) msgid
163 /* MSGID approximates a quotation mark. Return its translation if it
166 gettext_quote (char const *msgid, enum quoting_style s)
168 char const *translation = _(msgid);
169 if (translation == msgid && s == clocale_quoting_style)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
intl.h 40 # define gettext(msgid) (msgid)
46 # define _(msgid) gettext (msgid)
50 # define N_(msgid) msgid
toplev.h 40 #define fatal_insn(msgid, insn) \
41 _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__)
  /external/e2fsprogs/intl/
dcgettext.c 44 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
47 DCGETTEXT (const char *domainname, const char *msgid, int category)
49 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
dgettext.c 47 /* Look up MSGID in the DOMAINNAME message catalog of the current
50 DGETTEXT (const char *domainname, const char *msgid)
52 return DCGETTEXT (domainname, msgid, LC_MESSAGES);
gettext.c 51 /* Look up MSGID in the current default message catalog for the current
52 LC_MESSAGES locale. If not found, returns MSGID itself (the default
55 GETTEXT (const char *msgid)
57 return DCGETTEXT (NULL, msgid, LC_MESSAGES);
intl-compat.c 61 gettext (const char *msgid)
63 return libintl_gettext (msgid);
69 dgettext (const char *domainname, const char *msgid)
71 return libintl_dgettext (domainname, msgid);
77 dcgettext (const char *domainname, const char *msgid, int category)
79 return libintl_dcgettext (domainname, msgid, category);
dcigettext.c 240 char msgid[ZERO]; member in struct:known_translation_t
265 result = strcmp (s1->msgid, s2->msgid);
423 /* Look up MSGID in the DOMAINNAME message catalog for the current
449 /* If no real MSGID is given return NULL. */
482 alloca (offsetof (struct known_translation_t, msgid) + msgid_len);
483 memcpy (search->msgid, msgid1, msgid_len);
609 domain. Return the MSGID. */
651 malloc (offsetof (struct known_translation_t, msgid)
656 mempcpy (newp->msgid, msgid1, msgid_len)
    [all...]
  /bionic/libc/tzcode/
private.h 317 ** `_(MSGID)' uses the current locale's message library string for MSGID.
318 ** The default is to use gettext if available, and use MSGID otherwise.
323 #define _(msgid) gettext(msgid)
325 #define _(msgid) msgid
  /external/icu4c/tools/tzcode/
private.h 251 ** `_(MSGID)' uses the current locale's message library string for MSGID.
252 ** The default is to use gettext if available, and use MSGID otherwise.
257 #define _(msgid) gettext(msgid)
259 #define _(msgid) msgid
  /system/core/libcutils/
private.h 321 ** `_(MSGID)' uses the current locale's message library string for MSGID.
322 ** The default is to use gettext if available, and use MSGID otherwise.
327 #define _(msgid) gettext(msgid)
329 #define _(msgid) msgid
  /external/elfutils/
config-compat-darwin.h 23 #define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES)
config-compat-freebsd.h 26 #define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES)
  /bionic/libc/kernel/common/linux/
ipmi_smi.h 28 long msgid; member in struct:ipmi_smi_msg
  /external/ipsec-tools/src/racoon/
isakmp_newg.c 153 len = sizeof(isakmp->msgid) + ntohs(sa->h.len);
160 memcpy(buf->v, &isakmp->msgid, sizeof(isakmp->msgid));
161 memcpy(buf->v + sizeof(isakmp->msgid), sa, ntohs(sa->h.len));
isakmp_inf.c 130 u_int32_t msgid = 0;
144 msgid = ((struct isakmp *)msg0->v)->msgid;
156 ivm = oakley_newiv2(iph1, ((struct isakmp *)msg0->v)->msgid);
230 hash = oakley_compute_hash1(iph1, isakmp->msgid, payload);
295 msgid, encrypted);
300 msgid, encrypted);
331 isakmp_info_recv_n(iph1, notify, msgid, encrypted)
334 u_int32_t msgid;
363 (struct isakmp_pl_ru *)notify, msgid);
129 u_int32_t msgid = 0; local
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
ipmi_smi.h 28 long msgid; member in struct:ipmi_smi_msg
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
ipmi_smi.h 28 long msgid; member in struct:ipmi_smi_msg
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
ipmi_smi.h 28 long msgid; member in struct:ipmi_smi_msg
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
ipmi_smi.h 28 long msgid; member in struct:ipmi_smi_msg
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
ipmi_smi.h 28 long msgid; member in struct:ipmi_smi_msg
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
ipmi_smi.h 28 long msgid; member in struct:ipmi_smi_msg
  /external/e2fsprogs/po/
at-expand.pl 114 if (/^msgid / && $is_problem_file) {
115 ($msg) = /^msgid "(.*)"$/;
  /external/bluetooth/glib/glib/
gstrfuncs.h 247 G_CONST_RETURN gchar *g_strip_context (const gchar *msgid,
251 const gchar *msgid) G_GNUC_FORMAT(2);
254 const gchar *msgid,
262 const gchar *msgid) G_GNUC_FORMAT(3);

Completed in 3515 milliseconds

1 2 3