Searched refs:__crt_errno_guard (Results 1 – 2 of 2) sorted by relevance
2016 struct __crt_errno_guard struct2021 __crt_errno_guard(errno_t* const errno_address = &errno) throw() in throw() argument2027 ~__crt_errno_guard() throw() in throw() argument2035 __crt_errno_guard(__crt_errno_guard const&) throw(); // not implemented2036 void operator=(__crt_errno_guard const&) throw(); // not implemented
37 __crt_errno_guard const guard_errno; in common_spawnvp()