Searched defs:msgid (Results 1 - 19 of 19) sorted by relevance

/external/e2fsprogs/intl/
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 Ddcgettext.c47 DCGETTEXT (const char *domainname, const char *msgid, int category) argument
49 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
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...]
H A Dloadmsgcat.c1323 const char *msgid = inmem_orig_sysdep_tab[i].pointer; local
1324 nls_uint32 hash_val = hash_string (msgid);
/external/bison/lib/
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";
/external/curl/lib/
H A Dopenldap.c138 int msgid; member in struct:ldapconninfo
145 int msgid; member in struct:ldapreqinfo
275 NULL, NULL, &li->msgid);
283 rc = ldap_result(li->ld, li->msgid, LDAP_MSG_ONE, tvp, &msg);
354 int msgid; local
376 NULL, NULL, NULL, 0, &msgid);
385 lr->msgid = msgid;
402 if(lr->msgid) {
404 ldap_abandon_ext(li->ld, lr->msgid, NUL
[all...]
/external/ipsec-tools/src/racoon/
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 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;
1157 iph1->msgid = 0;
1324 iph2->msgid
[all...]
H A Disakmp.h71 u_int32_t msgid; member in struct:isakmp
/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/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
986 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
1152 int msgid = 0; local
1189 int msgid = 0; local
1251 int msgid = 0; local
1298 int msgid = 0; local
[all...]
/external/bison/src/
H A Dscan-gram.c3680 unexpected_end (boundary start, char const *msgid, char const *token_end) argument
3689 complain_at (loc, _(msgid), token_end);
/external/mdnsresponder/mDNSCore/
H A DuDNS.c2903 mDNSOpaque16 msgid; local
2964 msgid = mDNS_NewMessageID(m);
2965 InitializeDNSMessage(&m->omsg.h, msgid, UpdateReqFlags);
3033 rr->updateid = msgid;
/external/tcpdump/
H A Dprint-isakmp.c90 msgid_t msgid; member in struct:isakmp
2663 phase = (EXTRACT_32BITS(base->msgid) == 0) ? 1 : 2;
2832 phase = (EXTRACT_32BITS(base->msgid) == 0) ? 1 : 2;
2916 ND_PRINT((ndo," msgid "));
2917 hexprint(ndo, (caddr_t)&base.msgid, sizeof(base.msgid));
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c5698 mach_msg_id_t msgid; member in struct:__anon18886
5707 name_for_port(req->name), req->msgid, req->sync,

Completed in 1252 milliseconds