Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/msvcrt/
H A Dfile.c2470 ioinfo *stdout_info, stdout_copy, *stderr_info, stderr_copy; in test_close() local
2507stdout_info = &__pioinfo[STDOUT_FILENO/MSVCRT_FD_BLOCK_SIZE][STDOUT_FILENO%MSVCRT_FD_BLOCK_SIZE]; in test_close()
2509 stdout_copy = *stdout_info; in test_close()
2511 stdout_info->handle = h; in test_close()
2519 *stdout_info = stdout_copy; in test_close()
2521 SetStdHandle(STD_OUTPUT_HANDLE, stdout_info->handle); in test_close()