Home
last modified time | relevance | path

Searched refs:msgsnd (Results 1 – 9 of 9) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dfuchsia.txt1358 msgsnd
H A Dfreebsd.txt2106 msgsnd
H A Daix.txt2148 msgsnd
H A Dlinux.txt4062 msgsnd
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs1906 pub fn msgsnd(msqid: c_int, msgp: *const c_void, msgsz: size_t, msgflg: c_int) -> c_int; in msgsnd() function
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs3085 pub fn msgsnd(msqid: c_int, msgp: *const c_void, msgsz: size_t, msgflg: c_int) -> c_int; in msgsnd() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs4048 pub fn msgsnd(msqid: c_int, msgp: *const c_void, msgsz: size_t, msgflg: c_int) -> c_int; in msgsnd() function
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4965 pub fn msgsnd(msqid: c_int, msgp: *const c_void, msgsz: size_t, msgflg: c_int) -> c_int; in msgsnd() function
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs6338 pub fn msgsnd(msqid: c_int, msgp: *const c_void, msgsz: size_t, msgflg: c_int) -> c_int; in msgsnd() function