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/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.c129 u_int32_t msgid = 0;
143 msgid = ((struct isakmp *)msg0->v)->msgid;
155 ivm = oakley_newiv2(iph1, ((struct isakmp *)msg0->v)->msgid);
232 hash = oakley_compute_hash1(iph1, isakmp->msgid, payload);
297 msgid, encrypted);
302 msgid, encrypted);
392 isakmp_info_recv_n(iph1, notify, msgid, encrypted)
395 u_int32_t msgid;
418 (struct isakmp_pl_ru *)notify, msgid);
128 u_int32_t msgid = 0; local
[all...]
H A Dhandler.h135 u_int32_t msgid; /* message id */ member in struct:ph1handle
211 u_int32_t msgid2; /* msgid counter for Phase 2 */
318 u_int32_t msgid; /* msgid for phase 2 */ member in struct:ph2handle
H A Disakmp.h71 u_int32_t msgid; member in struct:isakmp
H A Disakmp.c400 u_int32_t msgid = isakmp->msgid; local
447 if (isakmp->msgid == 0) {
542 if (isakmp->msgid != 0) {
667 isakmp->msgid));
688 isakmp_pindex(&iph1->index, iph1->msgid));
693 iph2 = getph2bymsgid(iph1, msgid);
1054 iph1->msgid = 0;
1164 iph1->msgid = 0;
1337 iph2->msgid
[all...]
/external/bluetooth/glib/glib/
H A Dgoption.c2064 dgettext_swapped (const gchar *msgid, argument
2067 return g_dgettext (domainname, msgid);
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/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/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.c4674 mach_msg_id_t msgid; member in struct:__anon11005
4683 name_for_port(req->name), req->msgid, req->sync,

Completed in 672 milliseconds