Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal.h2016 struct __crt_errno_guard struct
2021 __crt_errno_guard(errno_t* const errno_address = &errno) throw() in throw() argument
2027 ~__crt_errno_guard() throw() in throw() argument
2035 __crt_errno_guard(__crt_errno_guard const&) throw(); // not implemented
2036 void operator=(__crt_errno_guard const&) throw(); // not implemented
/reactos/sdk/lib/ucrt/exec/
H A Dspawnvp.cpp37 __crt_errno_guard const guard_errno; in common_spawnvp()