| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/ |
| H A D | mod.rs | 17 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 D | mod.rs | 35 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 D | mod.rs | 14 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 D | mod.rs | 27 pub type key_t = c_int; typedef
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 33 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 D | mod.rs | 4955 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 D | mod.rs | 1556 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 D | mod.rs | 48 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 D | mod.rs | 76 pub type key_t = c_long; typedef
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 6318 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 D | mod.rs | 10 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 D | mod.rs | 15 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 D | mod.rs | 56 pub type key_t = c_long; typedef
|
| /rust-libc-0.2.174/src/unix/linux_like/ |
| H A D | mod.rs | 8 pub type key_t = c_int; typedef
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 19 pub type key_t = c_long; typedef
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 12 pub type key_t = c_longlong; typedef
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 112 pub type key_t = __key_t; typedef
|