Searched refs:msgid (Results 1 - 25 of 44) sorted by relevance

12

/external/bison/lib/
H A Dxalloc-die.c32 #define _(msgid) gettext (msgid)
H A Dquotearg.c38 #define _(msgid) gettext (msgid)
39 #define N_(msgid) msgid
166 gettext_quote (char const *msgid, enum quoting_style s) argument
168 char const *translation = _(msgid);
169 if (translation == msgid && s == clocale_quoting_style)
H A Dargmatch.c36 #define _(msgid) gettext (msgid)
H A Dobstack.c413 # define _(msgid) gettext (msgid)
/external/e2fsprogs/intl/
H A Ddcgettext.c47 DCGETTEXT (const char *domainname, const char *msgid, int category) argument
49 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
H A Ddgettext.c50 DGETTEXT (const char *domainname, const char *msgid) argument
52 return DCGETTEXT (domainname, msgid, LC_MESSAGES);
H A Dgettext.c55 GETTEXT (const char *msgid) argument
57 return DCGETTEXT (NULL, msgid, LC_MESSAGES);
H A Dintl-compat.c61 gettext (const char *msgid) argument
63 return libintl_gettext (msgid);
69 dgettext (const char *domainname, const char *msgid) argument
71 return libintl_dgettext (domainname, msgid);
77 dcgettext (const char *domainname, const char *msgid, int category) argument
79 return libintl_dcgettext (domainname, msgid, category);
H A Ddcigettext.c240 char msgid[ZERO]; member in struct:known_translation_t
265 result = strcmp (s1->msgid, s2->msgid);
482 alloca (offsetof (struct known_translation_t, msgid) + msgid_len);
483 memcpy (search->msgid, msgid1, msgid_len);
651 malloc (offsetof (struct known_translation_t, msgid)
656 mempcpy (newp->msgid, msgid1, msgid_len);
724 struct binding *domainbinding, const char *msgid,
747 nls_uint32 len = strlen (msgid);
748 nls_uint32 hash_val = hash_string (msgid);
723 _nl_find_msg(struct loaded_l10nfile *domain_file, struct binding *domainbinding, const char *msgid, size_t *lengthp) argument
[all...]
H A DgettextP.h174 struct binding *domainbinding, const char *msgid,
/external/icu4c/tools/tzcode/
H A Dprivate.h257 #define _(msgid) gettext(msgid)
259 #define _(msgid) msgid
/external/elfutils/
H A Dconfig-compat-darwin.h23 #define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES)
H A Dconfig-compat-freebsd.h26 #define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES)
/external/ipsec-tools/src/racoon/
H A Disakmp_newg.c153 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));
H A Disakmp_inf.c130 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...]
H A Disakmp_cfg.c169 iph1->mode_cfg->last_msgid != packet->msgid )
171 isakmp_cfg_newiv(iph1, packet->msgid);
227 packet->msgid, payload)) == NULL) {
249 isakmp_cfg_attr_r(iph1, packet->msgid, attrpl);
272 isakmp_cfg_attr_r(iph1, msgid, attrpl)
274 u_int32_t msgid;
294 iph1->msgid = msgid;
299 iph1->msgid = msgid;
[all...]
H A Dhandler.h132 u_int32_t msgid; /* message id */ member in struct:ph1handle
206 u_int32_t msgid2; /* msgid counter for Phase 2 */
286 u_int32_t msgid; /* msgid for phase 2 */ member in struct:ph2handle
H A Disakmp.c403 u_int32_t msgid = isakmp->msgid; local
450 if (isakmp->msgid == 0) {
545 if (isakmp->msgid != 0) {
670 isakmp->msgid));
690 isakmp_pindex(&iph1->index, iph1->msgid));
695 iph2 = getph2bymsgid(iph1, msgid);
1040 iph1->msgid = 0;
1159 iph1->msgid = 0;
1326 iph2->msgid
[all...]
/external/e2fsprogs/po/
H A Dat-expand.pl114 if (/^msgid / && $is_problem_file) {
115 ($msg) = /^msgid "(.*)"$/;
/external/bluetooth/glib/glib/
H A Dgstrfuncs.h247 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);
H A Dgstrfuncs.c2951 * @msgid: a string
2956 * Return value: @msgval, unless @msgval is identical to @msgid and contains
2957 * a '|' character, in which case a pointer to the substring of msgid after
2963 g_strip_context (const gchar *msgid, argument
2966 if (msgval == msgid)
2968 const char *c = strchr (msgid, '|');
3065 * GNU gettext uses '\004' to separate context and msgid in .mo files.
3072 * @msgid: the message
3083 * thus you may use non-string-literals as context and msgid arguments.
3092 const char *msgid)
3090 g_dpgettext2(const char *domain, const char *msgctxt, const char *msgid) argument
3211 g_dgettext(const gchar *domain, const gchar *msgid) argument
3240 g_dngettext(const gchar *domain, const gchar *msgid, const gchar *msgid_plural, gulong n) argument
[all...]
/external/bison/data/
H A Dlalr1.cc324 # define YY_(msgid) dgettext ("bison-runtime", msgid)
328 # define YY_(msgid) msgid
H A Dglr.c246 # define YY_(msgid) dgettext ("bison-runtime", msgid)
250 # define YY_(msgid) msgid
/external/kernel-headers/original/linux/
H A Dipmi_smi.h67 long msgid; member in struct:ipmi_smi_msg
/external/grub/lib/
H A Dgetopt.c88 # define _(msgid) gettext (msgid)
90 # define _(msgid) (msgid)

Completed in 319 milliseconds

12