• Home
  • Raw
  • Download

Lines Matching +defs:buffer +defs:file +defs:name

25 static int on_console(const char *name, const char *value, enum env_op op,  in on_console()
68 static int on_silent(const char *name, const char *value, enum env_op op, in on_silent()
105 static int console_setfile(int file, struct stdio_dev * dev) in console_setfile()
186 static int console_getc(int file) in console_getc()
196 static int console_tstc(int file) in console_tstc()
219 static void console_putc(int file, const char c) in console_putc()
231 static void console_puts_noserial(int file, const char *s) in console_puts_noserial()
243 static void console_puts(int file, const char *s) in console_puts()
256 static inline void console_doenv(int file, struct stdio_dev *dev) in console_doenv()
262 static inline int console_getc(int file) in console_getc()
267 static inline int console_tstc(int file) in console_tstc()
272 static inline void console_putc(int file, const char c) in console_putc()
277 static inline void console_puts_noserial(int file, const char *s) in console_puts_noserial()
283 static inline void console_puts(int file, const char *s) in console_puts()
289 static inline void console_doenv(int file, struct stdio_dev *dev) in console_doenv()
316 int fgetc(int file) in fgetc()
349 int ftstc(int file) in ftstc()
357 void fputc(int file, const char c) in fputc()
363 void fputs(int file, const char *s) in fputs()
369 int fprintf(int file, const char *fmt, ...) in fprintf()
450 char *buffer; in pre_console_putc() local
695 struct stdio_dev *search_device(int flags, const char *name) in search_device()
711 int console_assign(int file, const char *devname) in console_assign()