Searched refs:input (Results 1 – 14 of 14) sorted by relevance
9 const char *ltoa(long input) in ltoa() argument14 int neg = input < 0; in ltoa()15 unsigned long n = neg ? -input : input; in ltoa()
372 tty.input(&[ch]).ok(); in emit()
3 start = int(input("Start from: "))4 end = int(input("End at: "))
9 const char* ltoa(long input);
188 pub extern "C" fn ps2_keyboard_parse_keycode(input: u8) { in ps2_keyboard_parse_keycode()189 PS2_KEYBOARD_FSM.lock().parse(input); in ps2_keyboard_parse_keycode()
17 extern void ps2_keyboard_parse_keycode(uint8_t input);
86 pub fn input(&self, buf: &[u8]) -> Result<usize, SystemError> { in input() method87 let r: Result<usize, TtyError> = self.core.input(buf, false); in input()
105 pub fn input(&self, buf: &[u8], block: bool) -> Result<usize, TtyError> { in input() method
790 let mut input = false; in poll() localVariable794 input = true; in poll()799 input = true; in poll()806 return (input, output, error); in poll()
172 .bss section disappears because there are no input sections.