Home
last modified time | relevance | path

Searched refs:which_freebsd (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/
H A Dbuild.rs67 let which_freebsd = if let Ok(version) = env::var("RUST_LIBC_UNSTABLE_FREEBSD_VERSION") { in main() localVariable
72 which_freebsd().unwrap_or(11) in main()
79 match which_freebsd { in main()
247 fn which_freebsd() -> Option<i32> { in which_freebsd() function
/rust-libc-0.2.174/libc-test/
H A Dbuild.rs2402 let freebsd_ver = which_freebsd(); in test_freebsd()
5153 fn which_freebsd() -> Option<i32> { in which_freebsd() function