Home
last modified time | relevance | path

Searched refs:str (Results 1 – 6 of 6) sorted by relevance

/rust-libc-0.2.174/
H A Dbuild.rs2 use std::{env, str};
7 const ALLOWED_CFGS: &[&str] = &[
31 const CHECK_CFG_EXTRA: &[(&str, &[&str])] = &[
217 if otry!(str::from_utf8(&output.stdout).ok()).starts_with("clippy") { in rustc_minor_nightly()
221 let version = otry!(str::from_utf8(&output.stdout).ok()); in rustc_minor_nightly()
291 fn set_cfg(cfg: &str) { in set_cfg() argument
/rust-libc-0.2.174/libc-test/
H A Dbuild.rs218 fn test_apple(target: &str) { in test_apple() argument
510 fn test_openbsd(target: &str) { in test_openbsd() argument
700 fn test_cygwin(target: &str) { in test_cygwin() argument
872 fn test_windows(target: &str) { in test_windows() argument
1001 fn test_redox(target: &str) { in test_redox() argument
1341 fn test_netbsd(target: &str) { in test_netbsd() argument
1782 fn test_wasi(target: &str) { in test_wasi() argument
1889 fn test_android(target: &str) { in test_android() argument
3729 fn test_linux(target: &str) { in test_linux() argument
5181 fn test_haiku(target: &str) { in test_haiku() argument
[all …]
/rust-libc-0.2.174/ci/
H A Dcreate-artifacts.py59 usepy = next(x for x in dirs if r"\3.1" in str(x))
/rust-libc-0.2.174/ci/ios/
H A Ddeploy_and_run_on_ios_simulator.rs24 fn package_as_simulator_app(crate_name: &str, test_binary_path: &Path) { in package_as_simulator_app() argument
/rust-libc-0.2.174/libc-test/test/style/
H A Dmod.rs40 const ALLOWED_REPEATED_MACROS: &[&str] = &["s", "s_no_extra_traits", "s_paren"];
478 fn desc(&self) -> &str { in desc() argument
/rust-libc-0.2.174/src/
H A Dpsp.rs2405 pub const USB_BUS_DRIVER_NAME: &str = "USBBusDriver";
2406 pub const USB_CAM_DRIVER_NAME: &str = "USBCamDriver";
2407 pub const USB_CAM_MIC_DRIVER_NAME: &str = "USBCamMicDriver";
2408 pub const USB_STOR_DRIVER_NAME: &str = "USBStor_Driver";
3753 pub fn sceUtilitySetSystemParamString(id: SystemParamId, str: *const u8) -> i32; in sceUtilitySetSystemParamString()
3755 pub fn sceUtilityGetSystemParamString(id: SystemParamId, str: *mut u8, len: i32) -> i32; in sceUtilityGetSystemParamString()