Searched defs:msgid (Results 1 - 18 of 18) 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/kernel-headers/original/linux/
H A Dipmi_smi.h67 long msgid; member in struct:ipmi_smi_msg
/external/bison/lib/
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)
/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;
1159 iph1->msgid = 0;
1326 iph2->msgid
[all...]
H A Disakmp.h71 u_int32_t msgid; member in struct:isakmp
/external/tcpdump/
H A Disakmp.h111 msgid_t msgid; member in struct:isakmp
/external/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c484 int setid, int msgid, const char *dfault)
483 _Locale_catgets(struct _Locale_messages* lmes, nl_catd_type cat, int setid, int msgid, const char *dfault) argument
/external/bison/src/
H A Dscan-gram.c3768 unexpected_end (boundary start, char const *msgid, char const *token_end) argument
3773 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/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1316 int setid, int msgid, const char *dfault) {
1320 _STLP_MARK_PARAMETER_AS_UNUSED(&msgid)
1315 _Locale_catgets(struct _Locale_messages* lmes, nl_catd_type cat, int setid, int msgid, const char *dfault) argument
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c4798 mach_msg_id_t msgid; member in struct:__anon14307
4807 name_for_port(req->name), req->msgid, req->sync,

Completed in 5537 milliseconds