Home
last modified time | relevance | path

Searched refs:re (Results 1 – 5 of 5) sorted by relevance

/rust-libc-0.2.174/ci/docker/wasm32-wasip1/
H A DDockerfile7 # clock-related defines even though they're emulated. Also note that the usage
/rust-libc-0.2.174/ci/
H A DREADME.md41 * iOS builds need an extra linker flag currently, but beyond that they're built
61 implemented, so we're careful to not spawn many threads.
91 Once all those hoops are jumped through, however, we can be happy that we're
/rust-libc-0.2.174/
H A DCONTRIBUTING.md64 If you're not 100% sure at what level of the hierarchy an API should be added
112 it. If you're using it, please comment on #XXX").
H A DCHANGELOG.md232 - Do not re-export `c_void` in target-specific code <https://github.com/rust-lang/libc/pull/4200>
/rust-libc-0.2.174/libc-test/
H A Dbuild.rs171 let re = regex::bytes::Regex::new(r"(?-u:\b)crate::").unwrap(); in main() localVariable
172 copy_dir_hotfix(Path::new("../src"), &hotfix_dir, &re, b"::"); in main()