Home
last modified time | relevance | path

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

/components/libc/posix/io/stdio/
A Dstdio.c179 static int std_fd = -1; variable
191 if (std_fd >= 0) in rt_posix_stdio_set_console()
193 close(std_fd); in rt_posix_stdio_set_console()
195 std_fd = fd; in rt_posix_stdio_set_console()
198 return std_fd; in rt_posix_stdio_set_console()
202 return std_fd; in rt_posix_stdio_get_console()

Completed in 3 milliseconds