HomeSort by relevance Sort by last modified time
    Searched refs:msgid (Results 76 - 100 of 151) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
ipmi.h 99 long msgid; member in struct:ipmi_req
116 long msgid; member in struct:ipmi_recv
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
ipmi.h 99 long msgid; member in struct:ipmi_req
116 long msgid; member in struct:ipmi_recv
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
ipmi.h 99 long msgid; member in struct:ipmi_req
116 long msgid; member in struct:ipmi_recv
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
ipmi.h 99 long msgid; member in struct:ipmi_req
116 long msgid; member in struct:ipmi_recv
  /external/bison/examples/calc++/
calc++-parser.cc 69 # define YY_(msgid) dgettext ("bison-runtime", msgid)
73 # define YY_(msgid) msgid
    [all...]
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h     [all...]
params.h 85 #define DEFPARAM(enumerator, option, msgid, default, min, max) \
  /toolchain/binutils/binutils-2.25/intl/
dcigettext.c 236 char msgid[ZERO]; member in struct:known_translation_t
264 result = strcmp (s1->msgid, s2->msgid);
423 /* Look up MSGID in the DOMAINNAME message catalog for the current
454 /* If no real MSGID is given return NULL. */
487 alloca (offsetof (struct known_translation_t, msgid) + msgid_len);
488 memcpy (search->msgid, msgid1, msgid_len);
614 domain. Return the MSGID. */
656 malloc (offsetof (struct known_translation_t, msgid)
661 mempcpy (newp->msgid, msgid1, msgid_len)
    [all...]
gettextP.h 184 const char *msgid, size_t *lengthp))
  /external/e2fsprogs/intl/
dcigettext.c 241 char msgid[ZERO]; member in struct:known_translation_t
266 result = strcmp (s1->msgid, s2->msgid);
424 /* Look up MSGID in the DOMAINNAME message catalog for the current
450 /* If no real MSGID is given return NULL. */
483 alloca (offsetof (struct known_translation_t, msgid) + msgid_len);
484 memcpy (search->msgid, msgid1, msgid_len);
610 domain. Return the MSGID. */
652 malloc (offsetof (struct known_translation_t, msgid)
657 mempcpy (newp->msgid, msgid1, msgid_len)
    [all...]
gettextP.h 174 struct binding *domainbinding, const char *msgid,
  /external/bison/lib/
argmatch.c 33 #define _(msgid) gettext (msgid)
error.c 33 # define _(msgid) gettext (msgid)
obstack.c 401 # define _(msgid) gettext (msgid)
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 171 iph1->mode_cfg->last_msgid != packet->msgid )
173 isakmp_cfg_newiv(iph1, packet->msgid);
229 packet->msgid, payload)) == NULL) {
251 isakmp_cfg_attr_r(iph1, packet->msgid, attrpl);
274 isakmp_cfg_attr_r(iph1, msgid, attrpl)
276 u_int32_t msgid;
296 iph1->msgid = msgid;
301 iph1->msgid = msgid;
    [all...]
handler.h 132 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
isakmp.c 403 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;
    [all...]
  /bionic/libc/tzcode/
private.h 535 ** '_(MSGID)' uses the current locale's message library string for MSGID.
536 ** The default is to use gettext if available, and use MSGID otherwise.
541 #define _(msgid) gettext(msgid)
543 #define _(msgid) msgid
  /external/bison/data/
lalr1.cc 294 # define YY_(msgid) dgettext ("bison-runtime", msgid)
298 # define YY_(msgid) msgid
    [all...]
  /ndk/sources/host-tools/make-3.81/
make.h 345 #define _(msgid) gettext (msgid)
346 #define N_(msgid) gettext_noop (msgid)
  /toolchain/binutils/binutils-2.25/libiberty/
getopt.c 89 # define _(msgid) gettext (msgid)
91 # define _(msgid) (msgid)
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
utils.py 201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
202 return msgid
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
utils.py 201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
202 return msgid
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
202 return msgid

Completed in 1140 milliseconds

1 2 34 5 6 7