Searched refs:re (Results 1 – 5 of 5) sorted by relevance
7 # clock-related defines even though they're emulated. Also note that the usage
41 * iOS builds need an extra linker flag currently, but beyond that they're built61 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
64 If you're not 100% sure at what level of the hierarchy an API should be added112 it. If you're using it, please comment on #XXX").
232 - Do not re-export `c_void` in target-specific code <https://github.com/rust-lang/libc/pull/4200>
171 let re = regex::bytes::Regex::new(r"(?-u:\b)crate::").unwrap(); in main() localVariable172 copy_dir_hotfix(Path::new("../src"), &hotfix_dir, &re, b"::"); in main()