Home
last modified time | relevance | path

Searched refs:stdout (Results 1 – 6 of 6) sorted by relevance

/lib/fs/test/
A Dtest.c81 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 Dstdio.c229 return fputc(c, stdout); in putchar()
233 int err = fputs(str, stdout); in puts()
235 err = fputc('\n', stdout); in puts()
A Dprintf.c116 err = vfprintf(stdout, fmt, ap); in printf()
123 return vfprintf(stdout, fmt, ap); in vprintf()
/lib/libc/include/
A Dstdio.h42 #define stdout (&__stdio_FILEs[1]) macro
/lib/console/
A Dconsole.c290 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 Dunittest.c29 static void *out_func_arg = stdout;

Completed in 17 milliseconds