/external/ltp/testcases/kernel/sched/process_stress/ |
process.c | 133 int msgid; /* message queue for leaf nodes */ variable 229 msgid, type); 276 extern int msgid; 279 if (msgctl(msgid, IPC_RMID, NULL) && errno != EINVAL) { 280 fprintf(errfp, "msgctl failed msgid: errno %d\n", errno); 340 severe("msgsnd failed: %d msgid %d mtyp %d mtext %d\n", 356 severe("msgsnd failed: %d msgid %d mtyp %d mtext %d\n", 424 extern int msgid; 444 rc = send_message(msgid, (mtyp_t) * listp, mtext); 447 ("notify: send_message Failed: %d msgid %d mtyp %d mtext %d\n" [all...] |
/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/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 | 407 u_int32_t msgid = isakmp->msgid; local 454 if (isakmp->msgid == 0) { 549 if (isakmp->msgid != 0) { 674 isakmp->msgid)); 694 isakmp_pindex(&iph1->index, iph1->msgid)); 699 iph2 = getph2bymsgid(iph1, msgid); 1044 iph1->msgid = 0; 1161 iph1->msgid = 0; [all...] |
isakmp_quick.c | 116 iph2->msgid = isakmp_newmsgid2(iph2->ph1); 117 iph2->ivm = oakley_newiv2(iph2->ph1, iph2->msgid); 278 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, body); 503 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, hbuf); 586 hash = oakley_compute_hash3(iph2->ph1, iph2->msgid, tmp); 777 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify); 1051 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, hbuf); 1341 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, tmp); [all...] |
handler.c | 475 getph2bymsgid(iph1, msgid) 477 u_int32_t msgid; 482 if (p->msgid == msgid && p->ph1 == iph1)
|
isakmp.h | 71 u_int32_t msgid; member in struct:isakmp
|
/bionic/libc/tzcode/ |
private.h | 542 ** '_(MSGID)' uses the current locale's message library string for MSGID. 543 ** The default is to use gettext if available, and use MSGID otherwise. 548 #define _(msgid) gettext(msgid) 550 #define _(msgid) msgid
|
/external/libusb/examples/getopt/ |
getopt.c | 85 # define _(msgid) gettext (msgid) 88 # define _(msgid) (msgid)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
utils.py | 201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
202 return msgid
|
/external/python/cpython2/Lib/email/ |
utils.py | 200 msgid = '<%d.%d.%d%s@%s>' % (timeval, pid, randint, idstring, idhost) 201 return msgid
|
/external/selinux/sandbox/ |
seunshare.c | 36 #define _(msgid) gettext (msgid) 38 #define _(msgid) (msgid)
|
/external/python/cpython3/Lib/email/ |
utils.py | 193 msgid = '<%d.%d.%d%s@%s>' % (timeval, pid, randint, idstring, domain) 194 return msgid
|
/external/scapy/scapy/contrib/ |
skinny.py | 494 for msgid,strcls in skinny_messages_cls.items(): 496 bind_layers(Skinny, cls, {"msg": msgid})
|
/external/curl/tests/ |
ftpserver.pl | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
_localemodule.c | 588 char *domain, *msgid;
local 590 if (!PyArg_ParseTuple(args, "zsi", &domain, &msgid, &category))
592 return PyString_FromString(dcgettext(domain,msgid,category));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
_localemodule.c | 588 char *domain, *msgid;
local 590 if (!PyArg_ParseTuple(args, "zsi", &domain, &msgid, &category))
592 return PyString_FromString(dcgettext(domain,msgid,category));
|
/external/python/cpython2/Modules/ |
_localemodule.c | 589 char *domain, *msgid; local 591 if (!PyArg_ParseTuple(args, "zsi", &domain, &msgid, &category)) 593 return PyString_FromString(dcgettext(domain,msgid,category));
|
/external/python/cpython3/Modules/ |
_localemodule.c | 597 char *domain, *msgid; local 599 if (!PyArg_ParseTuple(args, "zsi", &domain, &msgid, &category)) 601 return PyUnicode_DecodeLocale(dcgettext(domain,msgid,category), NULL);
|
/external/icu/icu4c/source/tools/tzcode/ |
zdump.c | 195 ** `_(MSGID)' uses the current locale's message library string for MSGID. 196 ** The default is to use gettext if available, and use MSGID otherwise. 201 #define _(msgid) gettext(msgid) 203 #define _(msgid) msgid
|
/external/selinux/policycoreutils/newrole/ |
newrole.c | 84 #define _(msgid) gettext (msgid) 86 #define _(msgid) (msgid) [all...] |
/external/grpc-grpc/third_party/nanopb/generator/ |
nanopb_generator.py | 785 if message_options.msgid: 786 self.msgid = message_options.msgid [all...] |
/external/nanopb-c/generator/ |
nanopb_generator.py | [all...] |