Home
last modified time | relevance | path

Searched refs:creat64 (Results 1 – 8 of 8) sorted by relevance

/rust-libc-0.2.174/src/unix/linux_like/emscripten/
H A Dlfs64.rs7 pub unsafe extern "C" fn creat64(path: *const c_char, mode: crate::mode_t) -> c_int { in creat64() function
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/
H A Dlfs64.rs5 pub unsafe extern "C" fn creat64(path: *const c_char, mode: crate::mode_t) -> c_int { in creat64() function
/rust-libc-0.2.174/libc-test/semver/
H A Daix.txt1867 creat64
H A Dandroid.txt3261 creat64
H A Dlinux.txt3850 creat64
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs2083 pub fn creat64(path: *const c_char, mode: mode_t) -> c_int;
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs2875 pub fn creat64(path: *const c_char, mode: mode_t) -> c_int; in creat64() function
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs4114 pub fn creat64(path: *const c_char, mode: mode_t) -> c_int; in creat64() function