| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | espidf.txt | 38 getrandom
|
| H A D | TODO-linux.txt | 81 getrandom
|
| H A D | cygwin.txt | 691 getrandom
|
| H A D | netbsd.txt | 1354 getrandom
|
| H A D | dragonfly.txt | 1376 getrandom
|
| /rust-libc-0.2.174/src/unix/newlib/espidf/ |
| H A D | mod.rs | 108 pub fn getrandom(buf: *mut c_void, buflen: size_t, flags: c_uint) -> ssize_t; in getrandom() function
|
| /rust-libc-0.2.174/src/unix/newlib/horizon/ |
| H A D | mod.rs | 273 pub fn getrandom(buf: *mut c_void, buflen: size_t, flags: c_uint) -> ssize_t; in getrandom() function
|
| /rust-libc-0.2.174/src/unix/nuttx/ |
| H A D | mod.rs | 593 pub fn getrandom(buf: *mut c_void, buflen: usize, flags: u32) -> isize; in getrandom() function
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/ |
| H A D | mod.rs | 912 pub fn getrandom(buf: *mut c_void, buflen: size_t, flags: c_uint) -> ssize_t; in getrandom() function
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/ |
| H A D | mod.rs | 1128 pub fn getrandom(buf: *mut c_void, buflen: size_t, flags: c_uint) -> ssize_t; in getrandom() function
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 1915 pub fn getrandom(buf: *mut c_void, buflen: size_t, flags: c_uint) -> ssize_t; in getrandom() function
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 2338 pub fn getrandom(buf: *mut c_void, buflen: size_t, flags: c_uint) -> ssize_t; in getrandom() function
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 2702 pub fn getrandom(buf: *mut c_void, buflen: size_t, flags: c_uint) -> ssize_t; in getrandom() function
|
| /rust-libc-0.2.174/ |
| H A D | CHANGELOG.md | 83 - Musl: Enable `getrandom` on all platforms ([#4346](https://github.com/rust-lang/libc/pull/4346))
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | mod.rs | 2529 pub fn getrandom(bbuf: *mut c_void, buflen: size_t, flags: c_uint) -> ssize_t; in getrandom() function
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 3865 pub fn getrandom(buf: *mut c_void, buflen: size_t, flags: c_uint) -> ssize_t; in getrandom() function
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 4343 pub fn getrandom(__buffer: *mut c_void, __length: size_t, __flags: c_uint) -> ssize_t; in getrandom() function
|