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

1 2 3

  /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/python/cpython3/Lib/test/test_tools/
test_i18n.py 25 if not line or line.startswith(('#', 'msgid','msgstr')):
46 if line.startswith('msgid '):
47 line = line[len('msgid '):]
88 #self.assertIn("Report-Msgid-Bugs-To", header)
126 self.assertFalse([msgid for msgid in msgids if 'doc' in msgid])
133 self.assertFalse([msgid for msgid in msgids if 'doc' in msgid])
    [all...]
  /external/u-boot/include/
misc.h 49 * @msgid: the message ID/number to send.
57 int misc_call(struct udevice *dev, int msgid, void *tx_msg, int tx_size,
101 * @msgid: the message ID/number to send
109 int (*call)(struct udevice *dev, int msgid, void *tx_msg, int tx_size,
  /external/selinux/policycoreutils/load_policy/
load_policy.c 12 #define _(msgid) gettext (msgid)
14 #define _(msgid) (msgid)
  /external/grpc-grpc/third_party/nanopb/tests/options/
options.proto 27 option (nanopb_msgopt).msgid = 103;
34 option (nanopb_msgopt).msgid = 104;
54 option (nanopb_msgopt).msgid = 105;
  /external/nanopb-c/tests/options/
options.proto 27 option (nanopb_msgopt).msgid = 103;
35 option (nanopb_msgopt).msgid = 104;
55 option (nanopb_msgopt).msgid = 105;
  /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);
  /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/u-boot/drivers/misc/
misc-uclass.c 47 int misc_call(struct udevice *dev, int msgid, void *tx_msg, int tx_size,
55 return ops->call(dev, msgid, tx_msg, tx_size, rx_msg, rx_size);
  /external/python/cpython3/Tools/i18n/
msgfmt.py 136 add(msgid, msgstr, fuzzy)
145 # Now we are in a msgid section, output previous section
146 if l.startswith('msgid') and not l.startswith('msgid_plural'):
148 add(msgid, msgstr, fuzzy)
149 if not msgid:
157 msgid = msgstr = b''
162 print('msgid_plural not preceded by msgid on %s:%d' % (infile, lno),
166 msgid += b'\0' # separator of singular and plural
191 msgid += l.encode(encoding)
201 add(msgid, msgstr, fuzzy
    [all...]
  /external/wpa_supplicant_8/hs20/client/
oma_dm_client.c 109 const char *url, int msgid)
127 xml_node_create_text(ctx->xml, synchdr, NULL, "MsgID", int2str(msgid));
299 const char *url, int msgid, const char *oper)
305 syncml = oma_dm_build_hdr(ctx, url, msgid);
337 const char *url, int msgid)
341 syncml = build_oma_dm_1(ctx, url, msgid, DM_HS20_SUBSCRIPTION_CREATION);
350 const char *url, int msgid)
354 syncml = build_oma_dm_1(ctx, url, msgid,
364 const char *url, int msgid)
1158 int msgid = 0; local
1195 int msgid = 0; local
1257 int msgid = 0; local
1304 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 "(.*)"$/;
  /external/kernel-headers/original/uapi/linux/
ipmi.h 207 * responses back. You can use the msgid value to correlate commands
209 * incoming messages are for which command and find the proper msgid
237 long msgid; /* The sequence number for the message. This member in struct:ipmi_req
292 long msgid; /* The sequence number specified in the request member in struct:ipmi_recv
  /external/icu/icu4c/source/tools/tzcode/
private.h 376 ** `_(MSGID)' uses the current locale's message library string for MSGID.
377 ** The default is to use gettext if available, and use MSGID otherwise.
382 #define _(msgid) gettext(msgid)
384 #define _(msgid) msgid

Completed in 810 milliseconds

1 2 3