Searched refs:stdout (Results 1 – 6 of 6) sorted by relevance
| /lib/fs/test/ |
| A D | test.c | 81 EXPECT_EQ(content_len, fprintf(stdout, "%s", content), ""); in test_stdio_fs() 82 EXPECT_EQ(content_len, fputs(content, stdout), ""); in test_stdio_fs()
|
| /lib/libc/ |
| A D | stdio.c | 229 return fputc(c, stdout); in putchar() 233 int err = fputs(str, stdout); in puts() 235 err = fputc('\n', stdout); in puts()
|
| A D | printf.c | 116 err = vfprintf(stdout, fmt, ap); in printf() 123 return vfprintf(stdout, fmt, ap); in vprintf()
|
| /lib/libc/include/ |
| A D | stdio.h | 42 #define stdout (&__stdio_FILEs[1]) macro
|
| /lib/console/ |
| A D | console.c | 290 fputs("\b \b", stdout); // wipe out a character in read_debug_line() 322 fputs("\b \b", stdout); // wipe out a character in read_debug_line() 333 fputs("\b \b", stdout); // wipe out a character in read_debug_line() 343 fputs(buffer, stdout); in read_debug_line() 354 fputs("\nerror: line too long\n", stdout); in read_debug_line() 614 fputs("] ", stdout); in command_loop()
|
| /lib/unittest/ |
| A D | unittest.c | 29 static void *out_func_arg = stdout;
|
Completed in 17 milliseconds