Searched refs:line (Results 1 – 6 of 6) sorted by relevance
57 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()
57 line-height: 1.428571429;75 line-height: 1.1;100 line-height: 1.5em;268 line-height: 1.4;301 line-height: 0;
146 prepend `:al=root` to the line beneath to have the machine auto-login as186 8. Modify same line in /etc/ttys to have `"/root/foo.sh"` as the shell
145 for line in input.lines() { in process_semver_file()146 let line = line.unwrap().into_bytes(); in process_semver_file() localVariable147 match line.first() { in process_semver_file()152 output.write_all(&line).unwrap(); in process_semver_file()
2858 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()
1662 pub fn sgetspent(line: *const c_char) -> *mut spwd; in sgetspent()1664 line: *const c_char, in sgetspent_r()