Searched refs:common_putenv (Results 1 – 1 of 1) sorted by relevance
199 static int __cdecl common_putenv( in common_putenv() function224 return common_putenv(option, static_cast<char const*>(nullptr)); in _putenv()229 return common_putenv(option, static_cast<wchar_t const*>(nullptr)); in _wputenv()237 return common_putenv(name, value) == 0 ? 0 : errno; in _putenv_s()243 return common_putenv(name, value) == 0 ? 0 : errno; in _wputenv_s()