| /rust-libc-0.2.174/ci/ |
| H A D | create-artifacts.py | 39 with open(gh_env, "w+") as f:
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | compat.rs | 85 let fds = crate::open(subordpath, O_RDWR | O_NOCTTY); in openpty()
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | windows.txt | 266 open
|
| H A D | unix.txt | 668 open
|
| H A D | aix.txt | 2164 open
|
| H A D | android.txt | 3570 open
|
| /rust-libc-0.2.174/src/unix/linux_like/emscripten/ |
| H A D | lfs64.rs | 112 pub use crate::{open as open64, openat as openat64};
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/musl/ |
| H A D | lfs64.rs | 120 pub use crate::{open as open64, openat as openat64};
|
| /rust-libc-0.2.174/ |
| H A D | CONTRIBUTING.md | 39 Once the cherry-pick is complete, open a PR targeting `libc-0.2`.
|
| /rust-libc-0.2.174/src/ |
| H A D | hermit.rs | 439 pub fn open(path: *const c_char, flags: i32, mode: mode_t) -> i32; in open() function
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 905 pub open: __c_anonymous_posix_spawn_fae_open, 1202 unsafe { self.open == other.open || self.dup2 == other.dup2 } 1209 self.open.hash(state);
|
| /rust-libc-0.2.174/src/windows/ |
| H A D | mod.rs | 434 pub fn open(path: *const c_char, oflag: c_int, ...) -> c_int; in open() function
|
| /rust-libc-0.2.174/src/wasi/ |
| H A D | mod.rs | 635 pub fn open(path: *const c_char, oflag: c_int, ...) -> c_int; in open() function
|
| /rust-libc-0.2.174/src/solid/ |
| H A D | mod.rs | 815 pub fn open(arg1: *const c_char, arg2: c_int, ...) -> c_int; in open() function
|
| /rust-libc-0.2.174/libc-test/ |
| H A D | build.rs | 133 let input_file = match File::open(&*path) { in process_semver_file()
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1445 pub fn open(path: *const c_char, oflag: c_int, ...) -> c_int; in open() function
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 913 pub fn open(path: *const c_char, oflag: c_int, ...) -> c_int; in open() function
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 4101 pub fn open(__file: *const c_char, __oflag: c_int, ...) -> c_int; in open() function
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 3595 pub fn open(path: *const c_char, oflag: c_int, ...) -> c_int; in open() function
|