Searched defs:input (Results 1 – 4 of 4) sorted by relevance
9 const char *ltoa(long input) in ltoa()
103 pub fn input(&self, buf: &[u8], block: bool) -> Result<usize, TtyError> { in input() method
86 pub fn input(&self, buf: &[u8]) -> Result<usize, SystemError> { in input() method
647 let mut input = false; in poll() localVariable