Home
last modified time | relevance | path

Searched refs:send_all (Results 26 – 50 of 592) sorted by relevance

12345678910>>...24

/dports/security/py-angr/binaries-9.0.5405/tests_src/
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()
H A Dread_off_of_flag.c193 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
209 send_all(1, message, strlen(message)); in do_win()
239 send_all(1, "give me a message: ", strlen("give me a message: ")); in real_main()
243 send_all(1, "Nope!\n", strlen("Nope!\n")); in real_main()
249 send_all(1, buf, strlen(buf)); in main()
H A Dchall_resp_atoi.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()
235 send_all(1, "give me a message: ", strlen("give me a message: ")); in real_main()
238 send_all(1, "Nope!\n", strlen("Nope!\n")); in real_main()
244 send_all(1, buf, strlen(buf)); in main()
H A Darbitrary_transmit.c165 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
181 send_all(1, message, strlen(message)); in do_win()
236 send_all(1, s.where, 4); in real_main()
242 send_all(1, buf, strlen(buf)); in main()
/dports/security/py-ailment/binaries-9.0.5405/tests_src/
H A Dread_off_of_flag.c193 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
209 send_all(1, message, strlen(message)); in do_win()
239 send_all(1, "give me a message: ", strlen("give me a message: ")); in real_main()
243 send_all(1, "Nope!\n", strlen("Nope!\n")); in real_main()
249 send_all(1, buf, strlen(buf)); in main()
H A Dchall_resp_atoi.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()
235 send_all(1, "give me a message: ", strlen("give me a message: ")); in real_main()
238 send_all(1, "Nope!\n", strlen("Nope!\n")); in real_main()
244 send_all(1, buf, strlen(buf)); in main()
H A Darbitrary_transmit.c165 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
181 send_all(1, message, strlen(message)); in do_win()
236 send_all(1, s.where, 4); in real_main()
242 send_all(1, buf, strlen(buf)); in main()
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/
H A Dread_off_of_flag.c193 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
209 send_all(1, message, strlen(message)); in do_win()
239 send_all(1, "give me a message: ", strlen("give me a message: ")); in real_main()
243 send_all(1, "Nope!\n", strlen("Nope!\n")); in real_main()
249 send_all(1, buf, strlen(buf)); in main()
H A Dchall_resp_atoi.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()
235 send_all(1, "give me a message: ", strlen("give me a message: ")); in real_main()
238 send_all(1, "Nope!\n", strlen("Nope!\n")); in real_main()
244 send_all(1, buf, strlen(buf)); in main()
H A Darbitrary_transmit.c165 int send_all(int fd, const void *msg, size_t n_bytes)
181 send_all(1, message, strlen(message));
236 send_all(1, s.where, 4);
242 send_all(1, buf, strlen(buf));
/dports/devel/py-cle/binaries-9.0.5405/tests_src/
H A Dchall_resp_atoi.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()
235 send_all(1, "give me a message: ", strlen("give me a message: ")); in real_main()
238 send_all(1, "Nope!\n", strlen("Nope!\n")); in real_main()
244 send_all(1, buf, strlen(buf)); in main()
H A Dread_off_of_flag.c193 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
209 send_all(1, message, strlen(message)); in do_win()
239 send_all(1, "give me a message: ", strlen("give me a message: ")); in real_main()
243 send_all(1, "Nope!\n", strlen("Nope!\n")); in real_main()
249 send_all(1, buf, strlen(buf)); in main()
H A Darbitrary_transmit.c165 int send_all(int fd, const void *msg, size_t n_bytes) in send_all() function
181 send_all(1, message, strlen(message)); in do_win()
236 send_all(1, s.where, 4); in real_main()
242 send_all(1, buf, strlen(buf)); in main()
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/demos/wb/
H A DSendDialog.java27 Button send=new Button("Send"), send_all=new Button("Send to all"); in SendDialog() local
35 send_all.setFont(default_font); in SendDialog()
44 send_all.addActionListener(this); in SendDialog()
46 p2.add(send); p2.add(send_all); p2.add(cancel); in SendDialog()
/dports/net/py-trio/trio-0.19.0/trio/tests/
H A Dtest_testing.py327 await mss.send_all(data)
399 await mss2.send_all(b"abc")
500 await mss.send_all(b"123")
504 await mss.send_all(b"456")
523 await s.send_all(b"123")
533 await s.send_all(b"abc")
552 await s.send_all(b"456")
569 await s.send_all(b"789")
575 await a.send_all(b"123")
576 await b.send_all(b"abc")
[all …]
H A Dtest_subprocess.py127 await proc.stdin.send_all(msg)
194 await proc.stdin.send_all(b"12")
196 await proc.stdin.send_all(b"345" + newline)
198 await proc.stdin.send_all(b"100" + newline + b"200" + newline)
201 await proc.stdin.send_all(b"0" + newline)
203 await proc.stdin.send_all(b"999999")
207 await proc.stdin.send_all(newline)
290 await proc.stdio.send_all(b"1234")
337 await proc.stdin.send_all(b"1234")
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/include/cppurses/system/detail/
H A Devent_engine.hpp55 static auto send_all(Event_queue& queue) -> void in send_all() function in cppurses::detail::Event_engine
78 send_all<Event::None>(queue); in invoke_events()
79 send_all<Event::Paint>(queue); in invoke_events()
/dports/sysutils/vector/vector-0.10.0/benches/
H A Disolated_buffering.rs54 let send = writer.send_all(random_events(line_size).take(num_lines as u64)); in benchmark_buffers()
110 let send = writer.send_all(random_events(line_size).take(num_lines as u64)); in benchmark_buffers()
132 let send = writer.send_all(random_events(line_size).take(num_lines as u64)); in benchmark_buffers()
137 let read_loop = StreamSink::new(NullSink, acker).send_all(reader); in benchmark_buffers()
163 let read_loop = StreamSink::new(NullSink, acker).send_all(reader); in benchmark_buffers()
168 let send = writer.send_all(random_events(line_size).take(num_lines as u64)); in benchmark_buffers()
/dports/games/mahjong/mj-1.16-src/
H A Dcontroller.c1198 send_all(the_game,&pm); in handle_pmsg()
1199 send_all(the_game,&sm); in handle_pmsg()
2535 send_all(g,&gom); in finish_game()
2609 send_all(g,&nrm); in start_hand()
2687 send_all(g,&cm); in start_hand()
2930 send_all(g,&pcm); in check_claims()
2972 send_all(g,&ppm); in check_claims()
3001 send_all(g,&pkm); in check_claims()
3371 send_all(g,&hsm); in score_hand()
3467 send_all(g,&sm); in score_hand()
[all …]
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/lib/takeover/
H A Dmetasploit.py50 from lib.core.subprocessng import send_all
459 send_all(proc, "use espia\n")
460 send_all(proc, "use incognito\n")
468 send_all(proc, "sysinfo\n")
469 send_all(proc, "getuid\n")
479 send_all(proc, "getsystem\n")
487 send_all(proc, "list_tokens -u\n")
488 send_all(proc, "getuid\n")
526 send_all(proc, inp)
535 send_all(proc, blockingReadFromFD(stdin_fd))
[all …]
/dports/net/py-trio/trio-0.19.0/trio/testing/
H A D_check_streams.py62 assert await s.send_all(data) is None
322 nursery.start_soon(s.send_all, b"123")
329 nursery.start_soon(s.send_all, b"123")
330 nursery.start_soon(s.send_all, b"123")
370 await s.send_all(b"xyzzy")
423 await s.send_all(m[:chunk_size])
470 await s.send_all(b"x")
485 await s1.send_all(b"y")
501 nursery.start_soon(s1.send_all, b"x")
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dsend-pack.c140 int send_all = 0; in cmd_send_pack() local
164 OPT_BOOL(0, "all", &send_all, N_("push all refs")), in cmd_send_pack()
226 if ((rs.nr > 0 && (send_all || args.send_mirror)) || in cmd_send_pack()
227 (send_all && args.send_mirror)) in cmd_send_pack()
273 if (send_all) in cmd_send_pack()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-0.1.29/src/sink/
H A Dmod.rs22 mod send_all; module
81 pub use self::send_all::SendAll;
464 fn send_all<S>(self, stream: S) -> SendAll<Self, S> in send_all() method
469 send_all::new(self, stream) in send_all()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/futures-0.1.30/src/sink/
H A Dmod.rs22 mod send_all; module
81 pub use self::send_all::SendAll;
464 fn send_all<S>(self, stream: S) -> SendAll<Self, S> in send_all() method
469 send_all::new(self, stream) in send_all()
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/futures-0.1.29/src/sink/
H A Dmod.rs22 mod send_all; module
81 pub use self::send_all::SendAll;
464 fn send_all<S>(self, stream: S) -> SendAll<Self, S> in send_all() method
469 send_all::new(self, stream) in send_all()

12345678910>>...24