Searched defs:c (Results 1 – 14 of 14) sorted by relevance
| /common/ |
| A D | xyzModem.c | 67 CYGACC_COMM_IF_GETC_TIMEOUT (char chan, char *c) in CYGACC_COMM_IF_GETC_TIMEOUT() 93 _is_hex (char c) in _is_hex() 101 _from_hex (char c) in _from_hex() 122 _tolower (char c) in _tolower() 137 char c; in parse_num() local 222 zm_save (unsigned char c) in zm_save() 244 char c; in xyzModem_flush() local 256 char c; in xyzModem_get_hdr() local 661 int c; in xyzModem_stream_terminate() local
|
| A D | console.c | 99 static void console_record_putc(const char c) in console_record_putc() 142 static void console_record_putc(char c) in console_record_putc() 324 static void console_putc(int file, const char c) in console_putc() 436 static inline void console_putc(int file, const char c) in console_putc() 562 void fputc(int file, const char c) in fputc() 652 static void pre_console_putc(const char c) in pre_console_putc() 706 static inline void pre_console_putc(const char c) {} in pre_console_putc() 711 void putc(const char c) in putc()
|
| A D | cli_hush_modern.c | 207 #define is_name(c) ((c) == '_' || isalpha((unsigned char)(c))) argument 208 #define is_in_name(c) ((c) == '_' || isalnum((unsigned char)(c))) argument 240 int c, d; in varcmp() local
|
| A D | s_record.c | 154 static int hex1_bin (char c) in hex1_bin()
|
| A D | kgdb_stubs.c | 24 void putDebugChar(int c) in putDebugChar()
|
| A D | stdio.c | 44 static void nulldev_putc(struct stdio_dev *dev, const char c) in nulldev_putc() 79 static void stdio_serial_putc(struct stdio_dev *dev, const char c) in stdio_serial_putc()
|
| A D | cyclic.c | 33 const struct cyclic_info *c; in cyclic_is_registered() local
|
| A D | menu.c | 467 int i, c; in bootmenu_autoboot_loop() local 576 int c, errchar = 0; in bootmenu_loop() local
|
| A D | cli_simple.c | 26 char c, prev; in cli_simple_process_macros() local
|
| A D | autoboot.c | 160 char *c; in passwd_abort_sha256() local
|
| A D | cli_readline.c | 552 int c; in cread_line_simple() local
|
| A D | usb_kbd.c | 146 static void usb_kbd_put_queue(struct usb_kbd_pdata *data, u8 c) in usb_kbd_put_queue()
|
| A D | edid.c | 20 #define TIMING(c, ha, hfp, hbp, hsl, va, vfp, vbp, vsl, f) \ argument
|
| A D | cli_hush.c | 1194 struct close_me *c; local
|
Completed in 29 milliseconds