rust/src/libnative/io
OGINO Masanori dfdce47988 Rename recvfrom -> recv_from, sendto -> send_to.
POSIX has recvfrom(2) and sendto(2), but their name seem not to be
suitable with Rust. We already renamed getpeername(2) and
getsockname(2), so I think it makes sense.

Alternatively, `receive_from` would be fine. However, we have `.recv()`
so I chose `recv_from`.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-07-02 08:21:42 +09:00
..
addrinfo.rs c_str: replace .with_ref with .as_ptr throughout the codebase. 2014-06-29 21:15:26 +10:00
c_unix.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
c_win32.rs Add utf16_units 2014-06-30 18:50:32 +02:00
file_unix.rs c_str: replace .with_ref with .as_ptr throughout the codebase. 2014-06-29 21:15:26 +10:00
file_win32.rs Add utf16_units 2014-06-30 18:50:32 +02:00
helper_thread.rs std: Improve pipe() functionality 2014-06-16 10:53:49 -07:00
mod.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
net.rs Rename recvfrom -> recv_from, sendto -> send_to. 2014-07-02 08:21:42 +09:00
pipe_unix.rs c_str: replace .with_ref with .as_ptr throughout the codebase. 2014-06-29 21:15:26 +10:00
pipe_win32.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
process.rs auto merge of #14613 : schmee/rust/utf16-iterator, r=huonw 2014-06-30 19:26:35 +00:00
timer_unix.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
timer_win32.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
util.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00