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

123

/external/bison/lib/
H A Dxalloc-die.c29 #define _(msgid) gettext (msgid)
H A Dcloseout.c29 #define _(msgid) gettext (msgid)
H A Dgettext.h110 /* The separator between msgctxt and msgid in a .mo file. */
149 const char *msg_ctxt_id, const char *msgid,
154 return msgid;
168 const char *msg_ctxt_id, const char *msgid,
175 return (n == 1 ? msgid : msgid_plural);
211 const char *msgctxt, const char *msgid,
215 size_t msgid_len = strlen (msgid) + 1;
230 memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len);
239 return msgid;
256 const char *msgctxt, const char *msgid,
148 pgettext_aux(const char *domain, const char *msg_ctxt_id, const char *msgid, int category) argument
167 npgettext_aux(const char *domain, const char *msg_ctxt_id, const char *msgid, const char *msgid_plural, unsigned long int n, int category) argument
210 dcpgettext_expr(const char *domain, const char *msgctxt, const char *msgid, int category) argument
255 dcnpgettext_expr(const char *domain, const char *msgctxt, const char *msgid, const char *msgid_plural, unsigned long int n, int category) argument
[all...]
H A Dquotearg.c46 #define _(msgid) gettext (msgid)
47 #define N_(msgid) msgid
193 gettext_quote (char const *msgid, enum quoting_style s) argument
195 char const *translation = _(msgid);
198 if (translation != msgid)
221 return msgid[0] == '`' ? "\xe2\x80\x98": "\xe2\x80\x99";
223 return msgid[0] == '`' ? "\xa1\ae": "\xa1\xaf";
H A Dargmatch.c33 #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.c241 char msgid[ZERO]; member in struct:known_translation_t
266 result = strcmp (s1->msgid, s2->msgid);
483 alloca (offsetof (struct known_translation_t, msgid) + msgid_len);
484 memcpy (search->msgid, msgid1, msgid_len);
652 malloc (offsetof (struct known_translation_t, msgid)
657 mempcpy (newp->msgid, msgid1, msgid_len);
725 struct binding *domainbinding, const char *msgid,
748 nls_uint32 len = strlen (msgid);
749 nls_uint32 hash_val = hash_string (msgid);
724 _nl_find_msg(struct loaded_l10nfile *domain_file, struct binding *domainbinding, const char *msgid, size_t *lengthp) argument
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/messages/
H A Dmsgs.js64 * This function expects HTML elements with a i18n clean and a msgid attribute.
71 var msgid = elts[i].getAttribute('msgid');
72 if (!msgid) {
73 throw new Error('Element has no msgid attribute: ' + elts[i]);
75 elts[i].textContent = this.getMsg(msgid);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dprivate.h257 #define _(msgid) gettext(msgid)
259 #define _(msgid) msgid
/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h257 #define _(msgid) gettext(msgid)
259 #define _(msgid) msgid
/external/elfutils/0.153/host-darwin-fixup/
H A DAndroidFixup.h57 #define dgettext(domainname, msgid) dcgettext (domainname, msgid, LC_MESSAGES)
/external/wpa_supplicant_8/hs20/client/
H A Doma_dm_client.c109 const char *url, int msgid)
121 xml_node_create_text(ctx->xml, synchdr, NULL, "MsgID", int2str(msgid));
293 const char *url, int msgid, const char *oper)
299 syncml = oma_dm_build_hdr(ctx, url, msgid);
331 const char *url, int msgid)
335 syncml = build_oma_dm_1(ctx, url, msgid, DM_HS20_SUBSCRIPTION_CREATION);
344 const char *url, int msgid)
348 syncml = build_oma_dm_1(ctx, url, msgid,
358 const char *url, int msgid)
362 syncml = build_oma_dm_1(ctx, url, msgid, DM_HS20_POLICY_UPDAT
108 oma_dm_build_hdr(struct hs20_osu_client *ctx, const char *url, int msgid) argument
292 build_oma_dm_1(struct hs20_osu_client *ctx, const char *url, int msgid, const char *oper) argument
330 build_oma_dm_1_sub_reg(struct hs20_osu_client *ctx, const char *url, int msgid) argument
343 build_oma_dm_1_sub_prov(struct hs20_osu_client *ctx, const char *url, int msgid) argument
357 build_oma_dm_1_pol_upd(struct hs20_osu_client *ctx, const char *url, int msgid) argument
370 build_oma_dm_1_sub_rem(struct hs20_osu_client *ctx, const char *url, int msgid) argument
964 oma_dm_process(struct hs20_osu_client *ctx, const char *url, xml_node_t *resp, int msgid, char **ret_resp_uri, xml_node_t *pps, const char *pps_fname) argument
1130 int msgid = 0; local
1167 int msgid = 0; local
1229 int msgid = 0; local
1276 int msgid = 0; local
[all...]
/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.c171 iph1->mode_cfg->last_msgid != packet->msgid )
173 isakmp_cfg_newiv(iph1, packet->msgid);
229 packet->msgid, payload)) == NULL) {
251 isakmp_cfg_attr_r(iph1, packet->msgid, attrpl);
274 isakmp_cfg_attr_r(iph1, msgid, attrpl)
276 u_int32_t msgid;
296 iph1->msgid = msgid;
301 iph1->msgid = msgid;
[all...]
/external/e2fsprogs/po/
H A Dat-expand.pl116 if (/^msgid / && $is_problem_file) {
117 ($msg) = /^msgid "(.*)"$/;
/external/kernel-headers/original/uapi/linux/
H A Dipmi.h226 * responses back. You can use the msgid value to correlate commands
228 * incoming messages are for which command and find the proper msgid
256 long msgid; /* The sequence number for the message. This member in struct:ipmi_req
311 long msgid; /* The sequence number specified in the request member in struct:ipmi_recv
/external/bison/examples/calc++/
H A Dcalc++-parser.cc69 # define YY_(msgid) dgettext ("bison-runtime", msgid)
73 # define YY_(msgid) msgid
/external/chromium_org/ipc/
H A Dipc_perftest_support.cc100 int msgid; variable
101 EXPECT_TRUE(iter.ReadInt(&msgid));
122 msg->WriteInt(msgid);
169 int msgid; variable
170 EXPECT_TRUE(iter.ReadInt(&msgid));
/external/bison/data/
H A Dlalr1.cc294 # define YY_(msgid) dgettext ("bison-runtime", msgid)
298 # define YY_(msgid) msgid
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Derrwarn.c48 static const char *def_gettext_hook(const char *msgid);
55 const char * (*yasm_gettext_hook) (const char *msgid) = def_gettext_hook;
105 def_gettext_hook(const char *msgid) argument
107 return msgid;
H A Derrwarn.h342 * \param msgid message catalog identifier
346 extern const char * (*yasm_gettext_hook) (const char *msgid);

Completed in 1243 milliseconds

123