Home
last modified time | relevance | path

Searched refs:shmat (Results 1 – 16 of 16) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dopenbsd.txt1304 shmat
H A Dfuchsia.txt1432 shmat
H A Dnetbsd.txt1576 shmat
H A Ddragonfly.txt1602 shmat
H A Dfreebsd.txt2350 shmat
H A Dapple.txt2289 shmat
H A Daix.txt2444 shmat
H A Dlinux.txt4261 shmat
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/
H A Dmod.rs752 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1557 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs2734 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs3279 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs4032 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4957 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs5357 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs6319 pub fn shmat(shmid: c_int, shmaddr: *const c_void, shmflg: c_int) -> *mut c_void; in shmat() function