Home
last modified time | relevance | path

Searched refs:send_all (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/dports/irc/weechat-otr/weechat-otr-1.9.2/weechat_otr_test/
H A Dtest_otr_session.py34 self.send_all('nick', 'nick2', context2.injected)
37 self.send_all('nick2', 'nick', context1.injected)
40 self.send_all('nick', 'nick2', context2.injected)
43 self.send_all('nick2', 'nick', context1.injected)
145 self.send_all('nick', 'nick2', context2.injected)
148 self.send_all('nick2', 'nick', context1.injected)
151 self.send_all('nick', 'nick2', context2.injected)
154 self.send_all('nick2', 'nick', context1.injected)
189 self.send_all('nick', 'nick2', context2.injected)
192 self.send_all('nick2', 'nick', context1.injected)
[all …]
H A Dtest_log_level.py47 self.send_all('nick', 'nick2', context2.injected)
50 self.send_all('nick2', 'nick', context1.injected)
53 self.send_all('nick', 'nick2', context2.injected)
56 self.send_all('nick2', 'nick', context1.injected)
98 self.send_all('nick', 'nick2', context2.injected)
101 self.send_all('nick2', 'nick', context1.injected)
104 self.send_all('nick', 'nick2', context2.injected)
107 self.send_all('nick2', 'nick', context1.injected)
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/
H A Dwrite_what_where.c73 int send_all(int fd, const void *msg, size_t n_bytes)
95 send_all(1, message, strlen(message));
96 send_all(1, (char *)&foo, 4);
97 send_all(1, "\n", 1);
102 send_all(1, message, strlen(message));
108 send_all(1, buf, strlen(buf));
H A Doverflow_after_rand.c73 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
89 send_all(1, message, strlen(message)); in do_win()
100 send_all(1, message, strlen(message)); in play_game()
110 send_all(1, buf, strlen(buf)); in main()
114 send_all(1, "continue? ", strlen("continue? ")); in main()
H A Doverflow_after_challenge_response.c207 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
223 send_all(1, message, strlen(message)); in do_win()
236 send_all(1, &rand, 4); in play_game()
246 send_all(1, buf, strlen(buf)); in main()
249 send_all(1, "give me a message: ", strlen("give me a message: ")); in main()
252 send_all(1, "Nope!\n", strlen("Nope!\n")); in main()
H A Dchall_resp_leak2.c166 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
182 send_all(1, message, strlen(message)); in do_win()
207 send_all(1, &rand, 4); in play_game()
220 send_all(1, (void*)0x4347ca42, 4); in real_main()
223 send_all(1, "Nope!\n", strlen("Nope!\n")); in real_main()
/dports/devel/py-cle/binaries-9.0.5405/tests_src/
H A Dwrite_what_where.c73 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
95 send_all(1, message, strlen(message)); in do_write_what_where()
96 send_all(1, (char *)&foo, 4); in do_write_what_where()
97 send_all(1, "\n", 1); in do_write_what_where()
102 send_all(1, message, strlen(message)); in some_other_func()
108 send_all(1, buf, strlen(buf)); in main()
H A Doverflow_after_rand.c73 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
89 send_all(1, message, strlen(message)); in do_win()
100 send_all(1, message, strlen(message)); in play_game()
110 send_all(1, buf, strlen(buf)); in main()
114 send_all(1, "continue? ", strlen("continue? ")); in main()
H A Doverflow_after_challenge_response.c207 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
223 send_all(1, message, strlen(message)); in do_win()
236 send_all(1, &rand, 4); in play_game()
246 send_all(1, buf, strlen(buf)); in main()
249 send_all(1, "give me a message: ", strlen("give me a message: ")); in main()
252 send_all(1, "Nope!\n", strlen("Nope!\n")); in main()
H A Dchall_resp_leak2.c166 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
182 send_all(1, message, strlen(message)); in do_win()
207 send_all(1, &rand, 4); in play_game()
220 send_all(1, (void*)0x4347ca42, 4); in real_main()
223 send_all(1, "Nope!\n", strlen("Nope!\n")); in real_main()
/dports/security/py-angr/binaries-9.0.5405/tests_src/
H A Dwrite_what_where.c73 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
95 send_all(1, message, strlen(message)); in do_write_what_where()
96 send_all(1, (char *)&foo, 4); in do_write_what_where()
97 send_all(1, "\n", 1); in do_write_what_where()
102 send_all(1, message, strlen(message)); in some_other_func()
108 send_all(1, buf, strlen(buf)); in main()
H A Doverflow_after_rand.c73 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
89 send_all(1, message, strlen(message)); in do_win()
100 send_all(1, message, strlen(message)); in play_game()
110 send_all(1, buf, strlen(buf)); in main()
114 send_all(1, "continue? ", strlen("continue? ")); in main()
H A Doverflow_after_challenge_response.c207 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
223 send_all(1, message, strlen(message)); in do_win()
236 send_all(1, &rand, 4); in play_game()
246 send_all(1, buf, strlen(buf)); in main()
249 send_all(1, "give me a message: ", strlen("give me a message: ")); in main()
252 send_all(1, "Nope!\n", strlen("Nope!\n")); in main()
/dports/security/py-ailment/binaries-9.0.5405/tests_src/
H A Dwrite_what_where.c73 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
95 send_all(1, message, strlen(message)); in do_write_what_where()
96 send_all(1, (char *)&foo, 4); in do_write_what_where()
97 send_all(1, "\n", 1); in do_write_what_where()
102 send_all(1, message, strlen(message)); in some_other_func()
108 send_all(1, buf, strlen(buf)); in main()
H A Doverflow_after_rand.c73 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
89 send_all(1, message, strlen(message)); in do_win()
100 send_all(1, message, strlen(message)); in play_game()
110 send_all(1, buf, strlen(buf)); in main()
114 send_all(1, "continue? ", strlen("continue? ")); in main()
H A Doverflow_after_challenge_response.c207 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
223 send_all(1, message, strlen(message)); in do_win()
236 send_all(1, &rand, 4); in play_game()
246 send_all(1, buf, strlen(buf)); in main()
249 send_all(1, "give me a message: ", strlen("give me a message: ")); in main()
252 send_all(1, "Nope!\n", strlen("Nope!\n")); in main()
H A Dchall_resp_leak2.c166 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
182 send_all(1, message, strlen(message)); in do_win()
207 send_all(1, &rand, 4); in play_game()
220 send_all(1, (void*)0x4347ca42, 4); in real_main()
223 send_all(1, "Nope!\n", strlen("Nope!\n")); in real_main()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/debugger/src/
H A Ddbg_iserver.erl210 send_all(subscriber,
569 send_all(Type, Msg, State),
570 send_all(Types, Msg, State);
571 send_all([], _Msg, _State) -> ok; function
573 send_all(subscriber, Msg, State) -> function
574 send_all(State#state.subs, Msg);
575 send_all(meta, Msg, State) -> function
577 send_all(Metas, Msg);
578 send_all(attached, Msg, State) -> function
586 send_all(AttPids, Msg).
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_iserver.erl210 send_all(subscriber,
577 send_all(Type, Msg, State),
578 send_all(Types, Msg, State);
579 send_all([], _Msg, _State) -> ok; function
581 send_all(subscriber, Msg, State) -> function
582 send_all(State#state.subs, Msg);
583 send_all(meta, Msg, State) -> function
585 send_all(Metas, Msg);
586 send_all(attached, Msg, State) -> function
594 send_all(AttPids, Msg).
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/debugger/src/
H A Ddbg_iserver.erl210 send_all(subscriber,
569 send_all(Type, Msg, State),
570 send_all(Types, Msg, State);
571 send_all([], _Msg, _State) -> ok; function
573 send_all(subscriber, Msg, State) -> function
574 send_all(State#state.subs, Msg);
575 send_all(meta, Msg, State) -> function
577 send_all(Metas, Msg);
578 send_all(attached, Msg, State) -> function
586 send_all(AttPids, Msg).
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_iserver.erl210 send_all(subscriber,
577 send_all(Type, Msg, State),
578 send_all(Types, Msg, State);
579 send_all([], _Msg, _State) -> ok; function
581 send_all(subscriber, Msg, State) -> function
582 send_all(State#state.subs, Msg);
583 send_all(meta, Msg, State) -> function
585 send_all(Metas, Msg);
586 send_all(attached, Msg, State) -> function
594 send_all(AttPids, Msg).
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_iserver.erl210 send_all(subscriber,
577 send_all(Type, Msg, State),
578 send_all(Types, Msg, State);
579 send_all([], _Msg, _State) -> ok; function
581 send_all(subscriber, Msg, State) -> function
582 send_all(State#state.subs, Msg);
583 send_all(meta, Msg, State) -> function
585 send_all(Metas, Msg);
586 send_all(attached, Msg, State) -> function
594 send_all(AttPids, Msg).
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_iserver.erl210 send_all(subscriber,
577 send_all(Type, Msg, State),
578 send_all(Types, Msg, State);
579 send_all([], _Msg, _State) -> ok; function
581 send_all(subscriber, Msg, State) -> function
582 send_all(State#state.subs, Msg);
583 send_all(meta, Msg, State) -> function
585 send_all(Metas, Msg);
586 send_all(attached, Msg, State) -> function
594 send_all(AttPids, Msg).
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/debugger/src/
H A Ddbg_iserver.erl210 send_all(subscriber,
569 send_all(Type, Msg, State),
570 send_all(Types, Msg, State);
571 send_all([], _Msg, _State) -> ok; function
573 send_all(subscriber, Msg, State) -> function
574 send_all(State#state.subs, Msg);
575 send_all(meta, Msg, State) -> function
577 send_all(Metas, Msg);
578 send_all(attached, Msg, State) -> function
586 send_all(AttPids, Msg).
[all …]
/dports/net/py-trio/trio-0.19.0/trio/tests/
H A Dtest_ssl.py259 async def send_all(self, data): member in PyOpenSSLEchoStream
417 await s.send_all(b"x")
427 await s.send_all(b"x")
435 await s.send_all(b"x")
580 await s.send_all(b"a")
587 await s.send_all(b"b")
618 await s.send_all(byte)
713 await s.send_all(b"x")
801 await s.send_all(b"")
803 await s.send_all(b"")
[all …]

12345678910>>...24