reactos/modules/rostests/apitests/crt
Katayama Hirofumi MZ f172503d57
[MSVCRT][CRT_APITEST] Implement _wsystem (#5032)
Implement _wsystem(), by referring system().
Improve system().
Use WaitForSingleObject in system() and _wsystem().
Check existence of COMSPEC.
Thanks ChatGPT.
2023-03-05 21:01:14 +09:00
..
__64tof.c [CRT_APITEST] Add tests for __i64tod/u64tod/i64tos/u64tos on ARM (#3866) 2021-09-09 16:02:11 +03:00
__fto64.c [CRT_APITEST] Fix __fto64 test according to MS CRT behavior on x86 and x64 2021-09-09 00:56:03 +03:00
__getmainargs.c
__rt_div.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
_snprintf.c
_sntprintf.h
_snwprintf.c
_vscprintf.c
_vscwprintf.c
_vsnprintf.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
_vsnwprintf.c
_wsystem.c [MSVCRT][CRT_APITEST] Implement _wsystem (#5032) 2023-03-05 21:01:14 +09:00
atexit.c
ceil.c [CRT_APITEST] Add tests for ceil/floor 2022-08-26 00:44:46 +02:00
CMakeLists.txt [CMAKE] Elimitate the use of GCC and CLANG variables 2022-05-27 01:37:34 +03:00
crtdata.c [CRT_APITEST] Do not test functions that are missing on ARM 2021-09-08 19:44:56 +03:00
crtdll_crt_apitest.cmake [MSVCRT][CRT_APITEST] Implement _wsystem (#5032) 2023-03-05 21:01:14 +09:00
dll_startup.cpp
dll_startup.h [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
dll_startup.spec
fabs.c [CRT_APITEST] Add tests for ceil/floor 2022-08-26 00:44:46 +02:00
floor.c [CRT_APITEST] Add tests for ceil/floor 2022-08-26 00:44:46 +02:00
fpcontrol.c [CRT_APITEST] Add tests for floating point control and status functions 2022-08-22 11:22:08 +02:00
math_helpers.h [CRT_APITEST] Implement tests for fabs/fabsf 2022-06-26 19:13:47 +02:00
mbstowcs.c
mbstowcs_s.c
mbtowc.c
msvcrt_crt_apitest.cmake [MSVCRT][CRT_APITEST] Implement _wsystem (#5032) 2023-03-05 21:01:14 +09:00
ntdll_crt_apitest.cmake
sprintf.c
static_construct.cpp
static_crt_apitest.cmake [CRT_APITEST] Add tests for ceil/floor 2022-08-26 00:44:46 +02:00
static_init.c
strcpy.c
strlen.c [CRT_APITEST] Fix test for strlen 2023-01-31 18:39:21 +01:00
strtoul.c
system.c [MSVCRT][CRT_APITEST] Implement _wsystem (#5032) 2023-03-05 21:01:14 +09:00
tcstoul.h
testlist.c [MSVCRT][CRT_APITEST] Implement _wsystem (#5032) 2023-03-05 21:01:14 +09:00
wcstombs.c
wcstombs_s.c
wcstoul.c
wctomb.c [CRT_APITEST] wctomb.c Fix '\n.' typos CORE-18103 2022-03-25 18:42:07 +01:00