Home
last modified time | relevance | path

Searched refs:arc4random (Results 1 – 15 of 15) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dcygwin.txt632 arc4random
H A Dopenbsd.txt1053 arc4random
H A Dnetbsd.txt1242 arc4random
H A Ddragonfly.txt1282 arc4random
H A Dfreebsd.txt1860 arc4random
H A Dapple.txt1887 arc4random
H A Dandroid.txt3201 arc4random
/rust-libc-0.2.174/src/unix/nuttx/
H A Dmod.rs594 pub fn arc4random() -> u32; in arc4random() function
/rust-libc-0.2.174/
H A DCHANGELOG.md38 - NuttX: Add `arc4random` and `arc4random_buf` ([#4464](https://github.com/rust-lang/libc/pull/4464…
429 - Solarish: add `arc4random*` <https://github.com/rust-lang/libc/pull/3944>
503 - Haiku: add `arc4random` <https://github.com/rust-lang/libc/pull/3945>
/rust-libc-0.2.174/src/unix/bsd/
H A Dmod.rs912 pub fn arc4random() -> u32; in arc4random() function
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs851 pub fn arc4random() -> u32; in arc4random() function
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs2070 pub fn arc4random() -> u32; in arc4random() function
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs2095 pub fn arc4random() -> u32; in arc4random() function
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs3130 pub fn arc4random() -> u32; in arc4random() function
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs3888 pub fn arc4random() -> u32; in arc4random() function