Home
last modified time | relevance | path

Searched defs:key_t (Results 1 – 17 of 17) sorted by relevance

/rust-libc-0.2.174/src/unix/bsd/netbsdlike/
H A Dmod.rs17 pub type key_t = c_long; typedef
751 pub fn shmget(key: crate::key_t, size: size_t, shmflg: c_int) -> c_int; in shmget()
849 pub fn ftok(path: *const c_char, id: c_int) -> crate::key_t; in ftok()
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs35 pub type key_t = i32; typedef
1898 pub fn msgget(key: crate::key_t, msgflg: c_int) -> c_int; in msgget()
1907 pub fn semget(key: crate::key_t, nsems: c_int, semflg: c_int) -> c_int; in semget()
1910 pub fn ftok(pathname: *const c_char, proj_id: c_int) -> crate::key_t; in ftok()
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs14 pub type key_t = c_int; typedef
2914 pub fn ftok(path: *const c_char, id: c_int) -> crate::key_t; in ftok()
3077 pub fn msgget(key: crate::key_t, msgflg: c_int) -> c_int; in msgget()
3247 pub fn semget(key: crate::key_t, nsems: c_int, semflag: c_int) -> c_int; in semget()
3282 pub fn shmget(key: key_t, size: size_t, shmflg: c_int) -> c_int; in shmget()
/rust-libc-0.2.174/src/unix/newlib/
H A Dmod.rs27 pub type key_t = c_int; typedef
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs33 pub type key_t = c_int; typedef
4031 pub fn shmget(key: crate::key_t, size: size_t, shmflg: c_int) -> c_int; in shmget()
4035 pub fn ftok(pathname: *const c_char, proj_id: c_int) -> crate::key_t; in ftok()
4036 pub fn semget(key: crate::key_t, nsems: c_int, semflag: c_int) -> c_int; in semget()
4040 pub fn msgget(key: crate::key_t, msgflg: c_int) -> c_int; in msgget()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4955 pub fn ftok(pathname: *const c_char, proj_id: c_int) -> crate::key_t; in ftok()
4956 pub fn shmget(key: crate::key_t, size: size_t, shmflg: c_int) -> c_int; in shmget()
4960 pub fn semget(key: crate::key_t, nsems: c_int, semflg: c_int) -> c_int; in semget()
4964 pub fn msgget(key: crate::key_t, msgflg: c_int) -> c_int; in msgget()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1556 pub fn shmget(key: crate::key_t, size: size_t, shmflg: c_int) -> c_int; in shmget()
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs48 pub type key_t = c_int; typedef
5348 pub fn semget(key: key_t, nsems: c_int, semflg: c_int) -> c_int; in semget()
5356 pub fn ftok(pathname: *const c_char, proj_id: c_int) -> key_t; in ftok()
5364 pub fn shmget(key: key_t, size: size_t, shmflg: c_int) -> c_int; in shmget()
/rust-libc-0.2.174/src/solid/
H A Dmod.rs76 pub type key_t = c_long; typedef
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs6318 pub fn shmget(key: crate::key_t, size: size_t, shmflg: c_int) -> c_int; in shmget()
6323 pub fn ftok(pathname: *const c_char, proj_id: c_int) -> crate::key_t; in ftok()
6324 pub fn semget(key: crate::key_t, nsems: c_int, semflag: c_int) -> c_int; in semget()
6330 pub fn msgget(key: crate::key_t, msgflg: c_int) -> c_int; in msgget()
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs10 pub type key_t = c_uint; typedef
2919 pub fn ftok(pathname: *const c_char, proj_id: c_int) -> crate::key_t; in ftok()
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs15 pub type key_t = c_int; typedef
2740 pub fn shmget(key: key_t, size: size_t, shmflg: c_int) -> c_int; in shmget()
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs56 pub type key_t = c_long; typedef
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs8 pub type key_t = c_int; typedef
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs19 pub type key_t = c_long; typedef
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs12 pub type key_t = c_longlong; typedef
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs112 pub type key_t = __key_t; typedef