HomeSort by relevance Sort by last modified time
    Searched refs:msgid (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.27/intl/
dgettext.c 47 /* Look up MSGID in the DOMAINNAME message catalog of the current
50 DGETTEXT (domainname, msgid)
52 const char *msgid;
54 return DCGETTEXT (domainname, msgid, LC_MESSAGES);
dcgettext.c 44 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
47 DCGETTEXT (domainname, msgid, category)
49 const char *msgid;
52 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
gettext.c 51 /* Look up MSGID in the current default message catalog for the current
52 LC_MESSAGES locale. If not found, returns MSGID itself (the default
55 GETTEXT (msgid)
56 const char *msgid;
58 return DCGETTEXT (NULL, msgid, LC_MESSAGES);
intl-compat.c 61 gettext (msgid)
62 const char *msgid;
64 return libintl_gettext (msgid);
70 dgettext (domainname, msgid)
72 const char *msgid;
74 return libintl_dgettext (domainname, msgid);
80 dcgettext (domainname, msgid, category)
82 const char *msgid;
85 return libintl_dcgettext (domainname, msgid, category);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
intl.h 40 # define gettext(msgid) (msgid)
51 # define _(msgid) gettext (msgid)
55 # define N_(msgid) msgid
diagnostic-core.h 31 #define DEFINE_DIAGNOSTIC_KIND(K, msgid) K,
  /external/e2fsprogs/intl/
dcgettext.c 44 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
47 DCGETTEXT (const char *domainname, const char *msgid, int category)
49 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
dgettext.c 47 /* Look up MSGID in the DOMAINNAME message catalog of the current
50 DGETTEXT (const char *domainname, const char *msgid)
52 return DCGETTEXT (domainname, msgid, LC_MESSAGES);
gettext.c 51 /* Look up MSGID in the current default message catalog for the current
52 LC_MESSAGES locale. If not found, returns MSGID itself (the default
55 GETTEXT (const char *msgid)
57 return DCGETTEXT (NULL, msgid, LC_MESSAGES);
intl-compat.c 61 gettext (const char *msgid)
63 return libintl_gettext (msgid);
69 dgettext (const char *domainname, const char *msgid)
71 return libintl_dgettext (domainname, msgid);
77 dcgettext (const char *domainname, const char *msgid, int category)
79 return libintl_dcgettext (domainname, msgid, category);
  /external/selinux/policycoreutils/load_policy/
load_policy.c 12 #define _(msgid) gettext (msgid)
14 #define _(msgid) (msgid)
  /external/libcups/cups/
testlang.c 31 static int test_string(cups_lang_t *language, const char *msgid);
261 const char *msgid) /* I - Message */
273 msgstr = _cupsLangString(language, msgid);
274 if (strcmp(language->language, "C") && msgid == msgstr)
276 printf("%-8s = \"%s\" (FAIL - no message catalog loaded)\n", msgid, msgstr);
279 else if (!strcmp(language->language, "C") && msgid != msgstr)
281 printf("%-8s = \"%s\" (FAIL - POSIX locale is localized)\n", msgid, msgstr);
285 printf("%-8s = \"%s\" (PASS)\n", msgid, msgstr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
libintl.h 37 /* Look up MSGID in the current default message catalog for the current
38 LC_MESSAGES locale. If not found, returns MSGID itself (the default
43 /* Look up MSGID in the DOMAINNAME message catalog for the current
50 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
110 # define gettext(msgid) dgettext (NULL, msgid)
112 # define dgettext(domainname, msgid) \
113 dcgettext (domainname, msgid, LC_MESSAGES)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
msgfmt.py 130 add(msgid, msgstr, fuzzy)
139 # Now we are in a msgid section, output previous section
140 if l.startswith('msgid') and not l.startswith('msgid_plural'):
142 add(msgid, msgstr, fuzzy)
145 msgid = msgstr = ''
150 print >> sys.stderr, 'msgid_plural not preceeded by msgid on %s:%d' %\
154 msgid += '\0' # separator of singular and plural
180 msgid += l
190 add(msgid, msgstr, fuzzy)
  /external/python/cpython2/Tools/i18n/
msgfmt.py 131 add(msgid, msgstr, fuzzy)
140 # Now we are in a msgid section, output previous section
141 if l.startswith('msgid') and not l.startswith('msgid_plural'):
143 add(msgid, msgstr, fuzzy)
146 msgid = msgstr = ''
151 print >> sys.stderr, 'msgid_plural not preceded by msgid on %s:%d' %\
155 msgid += '\0' # separator of singular and plural
180 msgid += l
190 add(msgid, msgstr, fuzzy)
  /external/python/cpython3/Tools/i18n/
msgfmt.py 135 add(msgid, msgstr, fuzzy)
144 # Now we are in a msgid section, output previous section
145 if l.startswith('msgid') and not l.startswith('msgid_plural'):
147 add(msgid, msgstr, fuzzy)
148 if not msgid:
156 msgid = msgstr = b''
161 print('msgid_plural not preceded by msgid on %s:%d' % (infile, lno),
165 msgid += b'\0' # separator of singular and plural
190 msgid += l.encode(encoding)
200 add(msgid, msgstr, fuzzy
    [all...]
  /external/wpa_supplicant_8/hs20/client/
oma_dm_client.c 109 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)
1152 int msgid = 0; local
1189 int msgid = 0; local
1251 int msgid = 0; local
1298 int msgid = 0; local
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_newg.c 153 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));
isakmp_inf.c 130 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...]
  /external/selinux/policycoreutils/run_init/
run_init.c 59 #define _(msgid) gettext (msgid)
61 #define _(msgid) (msgid)
  /external/curl/lib/
openldap.c 159 int msgid; member in struct:ldapconninfo
166 int msgid; member in struct:ldapreqinfo
305 NULL, NULL, &li->msgid);
313 rc = ldap_result(li->ld, li->msgid, LDAP_MSG_ONE, tvp, &msg);
384 int msgid; local
406 NULL, NULL, NULL, 0, &msgid);
415 lr->msgid = msgid;
432 if(lr->msgid) {
434 ldap_abandon_ext(li->ld, lr->msgid, NULL, NULL)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
mboxconvert.py 102 msgid = "<%s.%d>" % (hex(t), counter)
104 (msgid, email))
105 print "Message-ID:", msgid
  /external/python/cpython2/Demo/scripts/
mboxconvert.py 102 msgid = "<%s.%d>" % (hex(t), counter)
104 (msgid, email))
105 print "Message-ID:", msgid
  /bionic/libc/kernel/uapi/linux/
ipmi.h 83 long msgid; member in struct:ipmi_req
97 long msgid; member in struct:ipmi_recv
  /external/e2fsprogs/po/
at-expand.pl 120 if (/^msgid / && $is_problem_file) {
121 ($msg) = /^msgid "(.*)"$/;

Completed in 2009 milliseconds

1 2 3 4