Home
last modified time | relevance | path

Searched refs:msgs (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/python/Lib/distutils/tests/
Dtest_check.py81 msgs = cmd._check_rst_data(broken_rest)
82 self.assertEqual(len(msgs), 1)
86 msgs = cmd._check_rst_data(rest)
87 self.assertEqual(len(msgs), 0)
142 msgs = cmd._check_rst_data(rest_with_code)
144 self.assertEqual(len(msgs), 0)
146 self.assertEqual(len(msgs), 1)
148 str(msgs[0][1]),
/third_party/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c278 const char *msgs[] = { variable
980 msgs[tc_ptr-> in do_syscalltests()
1031 tst_resm(TPASS, "%s", msgs[tc_ptr->pass_msg]); in do_EEXIST()
1041 tst_resm(TEST_RESULT, "%s", msgs[tc_ptr->pass_msg]); in do_EEXIST()
1054 tst_resm(TEST_RESULT, "%s", msgs[tc_ptr->pass_msg]); in do_EEXIST()
1079 tst_resm(TEST_RESULT, "%s", msgs[tc_ptr->pass_msg]); in do_ENOENT()
1088 tst_resm(TEST_RESULT, "%s", msgs[tc_ptr->pass_msg]); in do_ENOENT()
1101 tst_resm(TEST_RESULT, "%s", msgs[tc_ptr->pass_msg]); in do_ENOENT()
1112 tst_resm(TEST_RESULT, "%s", msgs[tc_ptr->pass_msg]); in do_ENOENT()
1122 tst_resm(TEST_RESULT, "%s", msgs[tc_ptr->pass_msg]); in do_ENOENT()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/network/
Drecvmmsg.c79 struct mmsghdr msgs[VLEN]; in recvsss() local
98 memset(msgs, 0, sizeof(msgs)); in recvsss()
102 msgs[i].msg_hdr.msg_iov = &iovecs[i]; in recvsss()
103 msgs[i].msg_hdr.msg_iovlen = 1; in recvsss()
109 retval = recvmmsg(sockfd, msgs, VLEN, 0, &timeout); in recvsss()
D__recvmmsg_time64.c81 struct mmsghdr msgs[VLEN]; in recvsss() local
100 memset(msgs, 0, sizeof(msgs)); in recvsss()
104 msgs[i].msg_hdr.msg_iov = &iovecs[i]; in recvsss()
105 msgs[i].msg_hdr.msg_iovlen = 1; in recvsss()
111 retval = __recvmmsg_time64(sockfd, msgs, VLEN, 0, &timeout); in recvsss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius_client.c223 struct radius_msg_list *msgs; member
500 entry = radius->msgs; in radius_client_timer()
528 entry = radius->msgs; in radius_client_timer()
539 radius->msgs = entry->next; in radius_client_timer()
551 entry = radius->msgs; in radius_client_timer()
563 if (radius->msgs) { in radius_client_timer()
591 for (entry = radius->msgs; entry; entry = entry->next) { in radius_client_auth_failover()
620 for (entry = radius->msgs; entry; entry = entry->next) { in radius_client_acct_failover()
644 if (radius->msgs == NULL) { in radius_client_update_timeout()
649 for (entry = radius->msgs; entry; entry = entry->next) { in radius_client_update_timeout()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius_client.c224 struct radius_msg_list *msgs; member
501 entry = radius->msgs; in radius_client_timer()
529 entry = radius->msgs; in radius_client_timer()
540 radius->msgs = entry->next; in radius_client_timer()
552 entry = radius->msgs; in radius_client_timer()
564 if (radius->msgs) { in radius_client_timer()
595 for (entry = radius->msgs; entry; entry = entry->next) { in radius_client_auth_failover()
627 for (entry = radius->msgs; entry; entry = entry->next) { in radius_client_acct_failover()
651 if (radius->msgs == NULL) { in radius_client_update_timeout()
656 for (entry = radius->msgs; entry; entry = entry->next) { in radius_client_update_timeout()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
Dsocket_test.cpp185 std::array<struct mmsghdr, NUM_RECV_MSGS> msgs; variable
192 msgs[i].msg_hdr.msg_iov = &io[i];
193 msgs[i].msg_hdr.msg_iovlen = 1;
194 msgs[i].msg_len = sizeof(struct msghdr);
199 …EXPECT_EQ(NUM_RECV_MSGS, static_cast<size_t>(recvmmsg(acceptFd, msgs.data(), NUM_RECV_MSGS, 0, &ts…
232 struct mmsghdr msgs[SEND_MSGS_NUM]; in SendMMsg() local
233 memset(&msgs, 0, sizeof(msgs)); in SendMMsg()
239 msgs[i].msg_hdr.msg_iov = &io[i]; in SendMMsg()
240 msgs[i].msg_hdr.msg_iovlen = 1; in SendMMsg()
241 msgs[i].msg_len = sizeof(msghdr); in SendMMsg()
[all …]
/third_party/musl/src/misc/
Dfmtmsg.c29 char *const msgs[] = { in fmtmsg() local
59 for(i=0; msgs[i]; i++) { in fmtmsg()
60 if (!_strcolcmp(msgs[i], cmsg)) break; in fmtmsg()
62 if (msgs[i] == NULL) { in fmtmsg()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferMemoryRequirementsTests.cpp447 std::array<bool, 7> msgs; in checkSupport() local
450 msgs.fill(false); in checkSupport()
461 if (!msgs[0]) in checkSupport()
465 msgs[0] = true; in checkSupport()
474 if (!msgs[1]) in checkSupport()
478 msgs[1] = true; in checkSupport()
489 if (!msgs[2]) in checkSupport()
493 msgs[2] = true; in checkSupport()
505 if (!msgs[3]) in checkSupport()
509 msgs[3] = true; in checkSupport()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiBufferMemoryRequirementsTests.cpp447 std::array<bool, 7> msgs; in checkSupport() local
450 msgs.fill(false); in checkSupport()
461 if (!msgs[0]) in checkSupport()
465 msgs[0] = true; in checkSupport()
474 if (!msgs[1]) in checkSupport()
478 msgs[1] = true; in checkSupport()
489 if (!msgs[2]) in checkSupport()
493 msgs[2] = true; in checkSupport()
505 if (!msgs[3]) in checkSupport()
509 msgs[3] = true; in checkSupport()
[all …]
/third_party/musl/src/locale/
Dcatgets.c21 const char *msgs = map+20+V(map+12); in catgets() local
31 msgs += 12*V(set+8); in catgets()
32 const char *msg = bsearch(&msg_id_be, msgs, nmsgs, 12, cmp); in catgets()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_eke.c32 struct wpabuf *msgs; member
106 wpabuf_free(data->msgs); in eap_eke_reset()
228 wpabuf_free(data->msgs); in eap_eke_build_identity()
229 data->msgs = wpabuf_dup(msg); in eap_eke_build_identity()
230 if (data->msgs == NULL) { in eap_eke_build_identity()
292 if (wpabuf_resize(&data->msgs, wpabuf_len(msg)) < 0) { in eap_eke_build_commit()
297 wpabuf_put_buf(data->msgs, msg); in eap_eke_build_commit()
350 if (eap_eke_auth(&data->sess, "EAP-EKE server", data->msgs, auth) < 0) { in eap_eke_build_confirm()
504 if (wpabuf_resize(&data->msgs, wpabuf_len(respData)) < 0) { in eap_eke_process_identity()
508 wpabuf_put_buf(data->msgs, respData); in eap_eke_process_identity()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_eke.c32 struct wpabuf *msgs; member
106 wpabuf_free(data->msgs); in eap_eke_reset()
228 wpabuf_free(data->msgs); in eap_eke_build_identity()
229 data->msgs = wpabuf_dup(msg); in eap_eke_build_identity()
230 if (data->msgs == NULL) { in eap_eke_build_identity()
292 if (wpabuf_resize(&data->msgs, wpabuf_len(msg)) < 0) { in eap_eke_build_commit()
297 wpabuf_put_buf(data->msgs, msg); in eap_eke_build_commit()
350 if (eap_eke_auth(&data->sess, "EAP-EKE server", data->msgs, auth) < 0) { in eap_eke_build_confirm()
504 if (wpabuf_resize(&data->msgs, wpabuf_len(respData)) < 0) { in eap_eke_process_identity()
508 wpabuf_put_buf(data->msgs, respData); in eap_eke_process_identity()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_eke.c30 struct wpabuf *msgs; member
139 wpabuf_free(data->msgs); in eap_eke_deinit()
336 wpabuf_free(data->msgs); in eap_eke_process_id()
337 data->msgs = wpabuf_alloc(wpabuf_len(reqData) + wpabuf_len(resp)); in eap_eke_process_id()
338 if (data->msgs == NULL) { in eap_eke_process_id()
343 wpabuf_put_buf(data->msgs, reqData); in eap_eke_process_id()
344 wpabuf_put_buf(data->msgs, resp); in eap_eke_process_id()
484 if (wpabuf_resize(&data->msgs, wpabuf_len(reqData) + wpabuf_len(resp)) in eap_eke_process_commit()
490 wpabuf_put_buf(data->msgs, reqData); in eap_eke_process_commit()
491 wpabuf_put_buf(data->msgs, resp); in eap_eke_process_commit()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_eke.c30 struct wpabuf *msgs; member
139 wpabuf_free(data->msgs); in eap_eke_deinit()
336 wpabuf_free(data->msgs); in eap_eke_process_id()
337 data->msgs = wpabuf_alloc(wpabuf_len(reqData) + wpabuf_len(resp)); in eap_eke_process_id()
338 if (data->msgs == NULL) { in eap_eke_process_id()
343 wpabuf_put_buf(data->msgs, reqData); in eap_eke_process_id()
344 wpabuf_put_buf(data->msgs, resp); in eap_eke_process_id()
484 if (wpabuf_resize(&data->msgs, wpabuf_len(reqData) + wpabuf_len(resp)) in eap_eke_process_commit()
490 wpabuf_put_buf(data->msgs, reqData); in eap_eke_process_commit()
491 wpabuf_put_buf(data->msgs, resp); in eap_eke_process_commit()
[all …]
/third_party/musl/Benchmark/musl/
Dsocket_test.cpp104 struct mmsghdr msgs[MSG_COUNT]; in Bm_function_socketpair_sendmmsg_recvmmsg() local
119 bzero(&msgs[i], sizeof(msgs[i])); in Bm_function_socketpair_sendmmsg_recvmmsg()
120 msgs[i].msg_hdr.msg_name = nullptr; in Bm_function_socketpair_sendmmsg_recvmmsg()
121 msgs[i].msg_hdr.msg_namelen = 0; in Bm_function_socketpair_sendmmsg_recvmmsg()
124 msgs[i].msg_hdr.msg_iov = iovs[i]; in Bm_function_socketpair_sendmmsg_recvmmsg()
125 msgs[i].msg_hdr.msg_iovlen = 1; in Bm_function_socketpair_sendmmsg_recvmmsg()
128 ret = sendmmsg(socks[1], msgs, MSG_COUNT, 0); in Bm_function_socketpair_sendmmsg_recvmmsg()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Deventhistory.cpp103 void EventHistory::addEvents(WpaMsgList msgs) in addEvents() argument
106 for (it = msgs.begin(); it != msgs.end(); it++) in addEvents()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Deventhistory.cpp103 void EventHistory::addEvents(WpaMsgList msgs) in addEvents() argument
106 for (it = msgs.begin(); it != msgs.end(); it++) in addEvents()
/third_party/typescript/tests/baselines/reference/
DtypeFromPropertyAssignment6.symbols22 var msgs = Outer.i.messages()
23 >msgs : Symbol(msgs, Decl(b.js, 0, 3))
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl06.c60 int cbytes, msgs; in parse_proc_sysvipc() local
67 &cbytes, &msgs) > 0){ in parse_proc_sysvipc()
69 msg_cnt += msgs; in parse_proc_sysvipc()
/third_party/musl/src/network/
Dgai_strerror.c4 static const char msgs[] = variable
22 for (s=msgs, ecode++; ecode && *s; ecode++, s++) for (; *s; s++); in gai_strerror()
Dhstrerror.c5 static const char msgs[] = variable
15 for (s=msgs, ecode--; ecode && *s; ecode--, s++) for (; *s; s++); in hstrerror()
/third_party/node/deps/uv/src/unix/
Dudp.c190 struct uv__mmsghdr msgs[UV__MMSG_MAXWIDTH]; in uv__udp_recvmmsg() local
204 memset(&msgs[k].msg_hdr, 0, sizeof(msgs[k].msg_hdr)); in uv__udp_recvmmsg()
205 msgs[k].msg_hdr.msg_iov = iov + k; in uv__udp_recvmmsg()
206 msgs[k].msg_hdr.msg_iovlen = 1; in uv__udp_recvmmsg()
207 msgs[k].msg_hdr.msg_name = peers + k; in uv__udp_recvmmsg()
208 msgs[k].msg_hdr.msg_namelen = sizeof(peers[0]); in uv__udp_recvmmsg()
209 msgs[k].msg_hdr.msg_control = NULL; in uv__udp_recvmmsg()
210 msgs[k].msg_hdr.msg_controllen = 0; in uv__udp_recvmmsg()
211 msgs[k].msg_hdr.msg_flags = 0; in uv__udp_recvmmsg()
215 nread = uv__recvmmsg(handle->io_watcher.fd, msgs, chunks); in uv__udp_recvmmsg()
[all …]
/third_party/libuv/src/unix/
Dudp.c190 struct uv__mmsghdr msgs[UV__MMSG_MAXWIDTH]; in uv__udp_recvmmsg() local
204 memset(&msgs[k].msg_hdr, 0, sizeof(msgs[k].msg_hdr)); in uv__udp_recvmmsg()
205 msgs[k].msg_hdr.msg_iov = iov + k; in uv__udp_recvmmsg()
206 msgs[k].msg_hdr.msg_iovlen = 1; in uv__udp_recvmmsg()
207 msgs[k].msg_hdr.msg_name = peers + k; in uv__udp_recvmmsg()
208 msgs[k].msg_hdr.msg_namelen = sizeof(peers[0]); in uv__udp_recvmmsg()
209 msgs[k].msg_hdr.msg_control = NULL; in uv__udp_recvmmsg()
210 msgs[k].msg_hdr.msg_controllen = 0; in uv__udp_recvmmsg()
211 msgs[k].msg_hdr.msg_flags = 0; in uv__udp_recvmmsg()
215 nread = uv__recvmmsg(handle->io_watcher.fd, msgs, chunks); in uv__udp_recvmmsg()
[all …]
/third_party/node/test/parallel/
Dtest-domain-uncaught-exception.js172 const msgs = test.messagesReceived;
173 if (msgs === undefined || !msgs.includes(expectedMessage)) {

1234