Home
last modified time | relevance | path

Searched refs:isize (Results 1 – 25 of 26) sorted by relevance

12

/rust-libc-0.2.174/src/
H A Dsgx.rs9 pub type ptrdiff_t = isize;
10 pub type intptr_t = isize;
12 pub type ssize_t = isize;
H A Dswitch.rs7 pub type ptrdiff_t = isize;
8 pub type intptr_t = isize;
10 pub type ssize_t = isize;
H A Dxous.rs9 pub type ptrdiff_t = isize;
10 pub type intptr_t = isize;
12 pub type ssize_t = isize;
H A Dhermit.rs7 pub type intptr_t = isize;
11 pub type ssize_t = isize;
12 pub type ptrdiff_t = isize;
451 pub fn read(fd: i32, buf: *mut u8, len: usize) -> isize; in read() argument
454 pub fn write(fd: i32, buf: *const u8, len: usize) -> isize; in write() argument
457 pub fn readv(fd: i32, iov: *const iovec, iovcnt: usize) -> isize; in readv() argument
460 pub fn writev(fd: i32, iov: *const iovec, iovcnt: usize) -> isize; in writev() argument
472 pub fn getdents64(fd: i32, dirp: *mut dirent64, count: usize) -> isize; in getdents64() argument
501 pub fn recv(sockfd: i32, buf: *mut u8, len: usize, flags: i32) -> isize; in recv() argument
511 ) -> isize; in recvfrom() argument
[all …]
H A Dtrusty.rs3 pub type ssize_t = isize;
17 pub type intptr_t = isize;
H A Dpsp.rs13 pub type ptrdiff_t = isize;
14 pub type intptr_t = isize;
16 pub type ssize_t = isize;
/rust-libc-0.2.174/src/unix/nto/
H A Dneutrino.rs40 pub msglen: isize,
41 pub srcmsglen: isize,
42 pub dstmsglen: isize,
806 ) -> isize; in MsgReadiov() argument
813 ) -> isize; in MsgReadiov_r() argument
821 ) -> isize; in MsgReadv() argument
827 ) -> isize; in MsgReadv_r() argument
829 -> isize; in MsgWrite()
835 ) -> isize; in MsgWrite_r() argument
841 ) -> isize; in MsgWritev() argument
[all …]
H A Dmod.rs2640 (cmsg as *mut c_uchar).offset(_CMSG_ALIGN(mem::size_of::<cmsghdr>()) as isize)
/rust-libc-0.2.174/src/windows/
H A Dmod.rs9 pub type ptrdiff_t = isize;
10 pub type intptr_t = isize;
12 pub type ssize_t = isize;
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs13 pub type ssize_t = isize;
14 pub type ptrdiff_t = isize;
15 pub type intptr_t = isize;
791 ) -> isize; in __wasilibc_nocwd_readlinkat() argument
/rust-libc-0.2.174/src/unix/nuttx/
H A Dmod.rs129 pub tm_gmtoff: isize,
593 pub fn getrandom(buf: *mut c_void, buflen: usize, flags: u32) -> isize; in getrandom() argument
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs21 pub type intptr_t = isize;
22 pub type ptrdiff_t = isize;
89 pub type _Vx_usr_arg_t = isize;
90 pub type _Vx_exit_code_t = isize;
905 pub const SIG_ERR: sighandler_t = -1 as isize as sighandler_t;
1101 (cmsg as *mut c_uchar).offset(CMSG_ALIGN(mem::size_of::<cmsghdr>()) as isize)
/rust-libc-0.2.174/src/teeos/
H A Dmod.rs18 pub type ptrdiff_t = isize;
20 pub type intptr_t = isize;
24 pub type ssize_t = isize;
/rust-libc-0.2.174/src/solid/
H A Dmod.rs11 pub type intptr_t = isize;
12 pub type ptrdiff_t = isize;
/rust-libc-0.2.174/src/unix/
H A Dmod.rs12 pub type ptrdiff_t = isize;
13 pub type intptr_t = isize;
15 pub type ssize_t = isize;
/rust-libc-0.2.174/src/unix/haiku/
H A Dnative.rs945 cookie: *mut isize, in _get_next_area_info() argument
1317 cookie: *mut isize, in get_next_area_info() argument
H A Dmod.rs1522 (cmsg as *mut c_uchar).offset(CMSG_ALIGN(mem::size_of::<cmsghdr>()) as isize)
/rust-libc-0.2.174/src/unix/newlib/
H A Dmod.rs899 ) -> isize; in recvfrom() argument
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs16 pub type ptrdiff_t = isize;
17 pub type intptr_t = isize;
19 pub type ssize_t = isize;
3415 unsafe { (*mhdr).msg_control.offset((*mhdr).msg_controllen as isize) }.cast() in __MHDR_END()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1430 (cmsg as *mut c_uchar).offset(_CMSG_ALIGN(mem::size_of::<cmsghdr>()) as isize)
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1862 (cmsg as *mut c_uchar).offset(_ALIGN(mem::size_of::<cmsghdr>()) as isize)
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs8 pub type segsz_t = isize;
5096 pub fn cap_ioctls_get(fd: c_int, cmds: *mut u_long, maxcmds: usize) -> isize; in cap_ioctls_get() argument
/rust-libc-0.2.174/
H A DCHANGELOG.md435 - Hurd: use the standard `ssize_t = isize` <https://github.com/rust-lang/libc/pull/4029>
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs6195 ) -> isize;
6203 ) -> isize;
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs2462 (cmsg as *mut c_uchar).offset(mem::size_of::<cmsghdr>() as isize)

12