Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/exec/
H A Dsystem.cpp26 static Character const comspec_name[] = { 'C', 'O', 'M', 'S', 'P', 'E', 'C', '\0' }; in common_system() local
31 _ERRCHECK_EINVAL(traits::tdupenv_s_crt(comspec_value.get_address_of(), nullptr, comspec_name)); in common_system()
/reactos/sdk/lib/ucrt/conio/
H A Dpopen.cpp160 static Character const comspec_name[] = { 'C', 'O', 'M', 'S', 'P', 'E', 'C', '\0' }; in get_comspec() local
163 if (_ERRCHECK_EINVAL(stdio_traits::tdupenv_s_crt(&comspec_value, nullptr, comspec_name)) != 0) in get_comspec()