Home
last modified time | relevance | path

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

/rust-libc-0.2.174/ci/ios/
H A Ddeploy_and_run_on_ios_simulator.rs57 for line in stdout.lines() { in start_simulator()
58 if line.contains("rust_ios") { in start_simulator()
64 simulator_booted = line.contains("(Booted)"); in start_simulator()
/rust-libc-0.2.174/ci/
H A Drust.css57 line-height: 1.428571429;
75 line-height: 1.1;
100 line-height: 1.5em;
268 line-height: 1.4;
301 line-height: 0;
H A DREADME.md146 prepend `:al=root` to the line beneath to have the machine auto-login as
186 8. Modify same line in /etc/ttys to have `"/root/foo.sh"` as the shell
/rust-libc-0.2.174/libc-test/
H A Dbuild.rs145 for line in input.lines() { in process_semver_file()
146 let line = line.unwrap().into_bytes(); in process_semver_file() localVariable
147 match line.first() { in process_semver_file()
152 output.write_all(&line).unwrap(); in process_semver_file()
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2858 pub fn logout(line: *const c_char); in logout()
2859 pub fn logoutx(line: *const c_char, status: c_int, tpe: c_int); in logoutx()
2860 pub fn logwtmp(line: *const c_char, name: *const c_char, host: *const c_char); in logwtmp()
2862 line: *const c_char, in logwtmpx()
/rust-libc-0.2.174/src/unix/haiku/
H A Dmod.rs1662 pub fn sgetspent(line: *const c_char) -> *mut spwd; in sgetspent()
1664 line: *const c_char, in sgetspent_r()